add qpphoto, a photo manipulation program for Opie.
authorMichael Lauer <mickey@vanille-media.de>
Sat, 13 May 2006 17:11:29 +0000 (17:11 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 13 May 2006 17:11:29 +0000 (17:11 +0000)
bbfile and patches courtesy nicolasfr@gmail.com - thanks!
closes #985

packages/qpphoto/.mtn2git_empty [new file with mode: 0644]
packages/qpphoto/files/.mtn2git_empty [new file with mode: 0644]
packages/qpphoto/files/draw.patch [new file with mode: 0644]
packages/qpphoto/files/drawview.patch [new file with mode: 0644]
packages/qpphoto/files/drawwidget.patch [new file with mode: 0644]
packages/qpphoto/qpphoto_1.0.2.bb [new file with mode: 0644]

diff --git a/packages/qpphoto/.mtn2git_empty b/packages/qpphoto/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/qpphoto/files/.mtn2git_empty b/packages/qpphoto/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/qpphoto/files/draw.patch b/packages/qpphoto/files/draw.patch
new file mode 100644 (file)
index 0000000..d4f7dd3
--- /dev/null
@@ -0,0 +1,35 @@
+--- qpPhoto_1.0.2/draw.cpp     2002-10-29 22:19:05.000000000 +0100
++++ qpPhoto_1.0.2/draw.cpp.new 2006-05-12 18:42:08.000000000 +0200
+@@ -16,6 +16,7 @@
+ #include <qspinbox.h>
+ #include <qpainter.h>
+ #include <qlabel.h>
++#include <qlayout.h>
+ #include <qdialog.h>
+ #include <qpe/fontdatabase.h>
+ #include <qstringlist.h>
+@@ -781,7 +782,7 @@
+-Draw::Draw( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 )
++Draw::Draw( QWidget* parent, const char* name, WFlags fl )
+ :DrawWidget(parent, name, fl)
+ {
+     /*currentTool = dtNull;
+@@ -799,9 +800,12 @@
+     FontDatabase fdb;
+     availFonts = fdb.families();
+-
+-    dv = new DrawView(GrFrame, "dv");
+-    dv->setGeometry( QRect( 1, 1, 210, 210) );
++    dv = new DrawView(this, "dv");
++    dv->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, dv->sizePolicy().hasHeightForWidth() ) );
++    dv->setMinimumSize( QSize( 210, 210 ) );
++    dv->setFrameShape( QFrame::WinPanel );
++    dv->setFrameShadow( QFrame::Sunken );
++    Layout7->addWidget( dv );
+     dv->font.setFamily(availFonts[0]);
+     dv->font.setPointSize(12);
diff --git a/packages/qpphoto/files/drawview.patch b/packages/qpphoto/files/drawview.patch
new file mode 100644 (file)
index 0000000..f64bef3
--- /dev/null
@@ -0,0 +1,11 @@
+--- qpPhoto_1.0.2/drawview.cpp 2002-11-23 03:34:46.000000000 +0100
++++ qpPhoto_1.0.2/drawview.cpp.new     2006-05-11 22:33:44.000000000 +0200
+@@ -32,7 +32,7 @@
+ static const int zoomfactors[nzoomfactors] = {1,2,3,4,8,16,32}; // 25% 50% 75% 100% 200% 400% 800%
+ #define ZOOMINDEXNORMAL 3
+-DrawView::DrawView(QWidget* parent = 0, const char* name = 0, WFlags fl = 0)
++DrawView::DrawView(QWidget* parent, const char* name, WFlags fl)
+     :QScrollView(parent, name, fl)
+ {
+     viewX = 0;
diff --git a/packages/qpphoto/files/drawwidget.patch b/packages/qpphoto/files/drawwidget.patch
new file mode 100644 (file)
index 0000000..95a0a52
--- /dev/null
@@ -0,0 +1,2414 @@
+--- qpPhoto_1.0.2/drawwidget.ui        2002-08-23 00:42:49.000000000 +0200
++++ qpPhoto_1.0.2/drawwidget.ui.new    2006-05-12 18:32:14.000000000 +0200
+@@ -11,1160 +11,1287 @@
+         <rect>
+             <x>0</x>
+             <y>0</y>
+-            <width>238</width>
+-            <height>262</height>
++            <width>451</width>
++            <height>294</height>
+         </rect>
+     </property>
+     <property stdset="1">
+         <name>caption</name>
+         <string>DrawWidget</string>
+     </property>
+-    <widget>
+-        <class>QFrame</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>FrStatus</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>2</x>
+-                <y>236</y>
+-                <width>232</width>
+-                <height>18</height>
+-            </rect>
+-        </property>
++    <property>
++        <name>layoutMargin</name>
++    </property>
++    <property>
++        <name>layoutSpacing</name>
++    </property>
++    <vbox>
+         <property stdset="1">
+-            <name>frameShape</name>
+-            <enum>StyledPanel</enum>
++            <name>margin</name>
++            <number>2</number>
+         </property>
+         <property stdset="1">
+-            <name>frameShadow</name>
+-            <enum>Sunken</enum>
++            <name>spacing</name>
++            <number>2</number>
+         </property>
+         <widget>
++            <class>QLayoutWidget</class>
++            <property stdset="1">
++                <name>name</name>
++                <cstring>Layout6</cstring>
++            </property>
++            <hbox>
++                <property stdset="1">
++                    <name>margin</name>
++                    <number>0</number>
++                </property>
++                <property stdset="1">
++                    <name>spacing</name>
++                    <number>6</number>
++                </property>
++                <widget>
++                    <class>QLabel</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>TypeLabel</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>text</name>
++                        <string>Font</string>
++                    </property>
++                </widget>
++                <widget>
++                    <class>QComboBox</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>Selection</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>sizeLimit</name>
++                        <number>12</number>
++                    </property>
++                    <property>
++                        <name>toolTip</name>
++                        <string>font</string>
++                    </property>
++                </widget>
++                <widget>
++                    <class>QLabel</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>SizeLabel</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>text</name>
++                        <string>Size</string>
++                    </property>
++                    <property stdset="1">
++                        <name>alignment</name>
++                        <set>AlignVCenter|AlignRight</set>
++                    </property>
++                    <property>
++                        <name>hAlign</name>
++                    </property>
++                </widget>
++                <widget>
++                    <class>QSpinBox</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>Size</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>maxValue</name>
++                        <number>24</number>
++                    </property>
++                    <property stdset="1">
++                        <name>minValue</name>
++                        <number>6</number>
++                    </property>
++                    <property stdset="1">
++                        <name>value</name>
++                        <number>12</number>
++                    </property>
++                    <property>
++                        <name>toolTip</name>
++                        <string>size</string>
++                    </property>
++                </widget>
++                <widget>
++                    <class>QComboBox</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>Operation</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>sizeLimit</name>
++                        <number>16</number>
++                    </property>
++                </widget>
++                <widget>
++                    <class>QPushButton</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>Bold</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>sizePolicy</name>
++                        <sizepolicy>
++                            <hsizetype>0</hsizetype>
++                            <vsizetype>0</vsizetype>
++                        </sizepolicy>
++                    </property>
++                    <property stdset="1">
++                        <name>maximumSize</name>
++                        <size>
++                            <width>28</width>
++                            <height>28</height>
++                        </size>
++                    </property>
++                    <property stdset="1">
++                        <name>text</name>
++                        <string></string>
++                    </property>
++                    <property stdset="1">
++                        <name>pixmap</name>
++                        <pixmap>image0</pixmap>
++                    </property>
++                    <property stdset="1">
++                        <name>toggleButton</name>
++                        <bool>true</bool>
++                    </property>
++                    <property stdset="1">
++                        <name>toggleButton</name>
++                        <bool>true</bool>
++                    </property>
++                    <property stdset="1">
++                        <name>flat</name>
++                        <bool>true</bool>
++                    </property>
++                    <property>
++                        <name>toolTip</name>
++                        <string>bold</string>
++                    </property>
++                </widget>
++                <widget>
++                    <class>QPushButton</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>Italic</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>sizePolicy</name>
++                        <sizepolicy>
++                            <hsizetype>0</hsizetype>
++                            <vsizetype>0</vsizetype>
++                        </sizepolicy>
++                    </property>
++                    <property stdset="1">
++                        <name>maximumSize</name>
++                        <size>
++                            <width>28</width>
++                            <height>28</height>
++                        </size>
++                    </property>
++                    <property stdset="1">
++                        <name>text</name>
++                        <string></string>
++                    </property>
++                    <property stdset="1">
++                        <name>pixmap</name>
++                        <pixmap>image1</pixmap>
++                    </property>
++                    <property stdset="1">
++                        <name>toggleButton</name>
++                        <bool>true</bool>
++                    </property>
++                    <property stdset="1">
++                        <name>toggleButton</name>
++                        <bool>true</bool>
++                    </property>
++                    <property stdset="1">
++                        <name>flat</name>
++                        <bool>true</bool>
++                    </property>
++                    <property>
++                        <name>toolTip</name>
++                        <string>italic</string>
++                    </property>
++                </widget>
++                <widget>
++                    <class>QPushButton</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>Underline</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>sizePolicy</name>
++                        <sizepolicy>
++                            <hsizetype>0</hsizetype>
++                            <vsizetype>0</vsizetype>
++                        </sizepolicy>
++                    </property>
++                    <property stdset="1">
++                        <name>maximumSize</name>
++                        <size>
++                            <width>28</width>
++                            <height>28</height>
++                        </size>
++                    </property>
++                    <property stdset="1">
++                        <name>text</name>
++                        <string></string>
++                    </property>
++                    <property stdset="1">
++                        <name>pixmap</name>
++                        <pixmap>image2</pixmap>
++                    </property>
++                    <property stdset="1">
++                        <name>toggleButton</name>
++                        <bool>true</bool>
++                    </property>
++                    <property stdset="1">
++                        <name>toggleButton</name>
++                        <bool>true</bool>
++                    </property>
++                    <property stdset="1">
++                        <name>flat</name>
++                        <bool>true</bool>
++                    </property>
++                    <property>
++                        <name>toolTip</name>
++                        <string>underline</string>
++                    </property>
++                </widget>
++                <spacer>
++                    <property>
++                        <name>name</name>
++                        <cstring>Spacer2</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>orientation</name>
++                        <enum>Horizontal</enum>
++                    </property>
++                    <property stdset="1">
++                        <name>sizeType</name>
++                        <enum>Expanding</enum>
++                    </property>
++                    <property>
++                        <name>sizeHint</name>
++                        <size>
++                            <width>1</width>
++                            <height>1</height>
++                        </size>
++                    </property>
++                </spacer>
++            </hbox>
++        </widget>
++        <widget>
++            <class>QLayoutWidget</class>
++            <property stdset="1">
++                <name>name</name>
++                <cstring>Layout7</cstring>
++            </property>
++            <property>
++                <name>layoutSpacing</name>
++            </property>
++            <hbox>
++                <property stdset="1">
++                    <name>margin</name>
++                    <number>0</number>
++                </property>
++                <property stdset="1">
++                    <name>spacing</name>
++                    <number>0</number>
++                </property>
++                <widget>
++                    <class>QLayoutWidget</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>Layout3</cstring>
++                    </property>
++                    <property>
++                        <name>layoutSpacing</name>
++                    </property>
++                    <vbox>
++                        <property stdset="1">
++                            <name>margin</name>
++                            <number>0</number>
++                        </property>
++                        <property stdset="1">
++                            <name>spacing</name>
++                            <number>0</number>
++                        </property>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>PbCursor</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>21</width>
++                                    <height>21</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>pixmap</name>
++                                <pixmap>image3</pixmap>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property>
++                                <name>toolTip</name>
++                                <string>move selection</string>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>PbBrush</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>21</width>
++                                    <height>21</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>pixmap</name>
++                                <pixmap>image4</pixmap>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property>
++                                <name>toolTip</name>
++                                <string>paint</string>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>PbLine</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>21</width>
++                                    <height>21</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>pixmap</name>
++                                <pixmap>image5</pixmap>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property>
++                                <name>toolTip</name>
++                                <string>draw lines</string>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>PbPolygon</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>21</width>
++                                    <height>21</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>pixmap</name>
++                                <pixmap>image6</pixmap>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property>
++                                <name>toolTip</name>
++                                <string>draw shapes</string>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>PbSelect</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>21</width>
++                                    <height>21</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>pixmap</name>
++                                <pixmap>image7</pixmap>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property>
++                                <name>toolTip</name>
++                                <string>select region</string>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>PbText</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>21</width>
++                                    <height>21</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>font</name>
++                                <font>
++                                    <family>abisource-courier new</family>
++                                    <pointsize>14</pointsize>
++                                    <bold>1</bold>
++                                </font>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>pixmap</name>
++                                <pixmap>image8</pixmap>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property>
++                                <name>toolTip</name>
++                                <string>insert text</string>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>PbFill</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>21</width>
++                                    <height>21</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>pixmap</name>
++                                <pixmap>image9</pixmap>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property>
++                                <name>toolTip</name>
++                                <string>fill</string>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>PbPicker</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>21</width>
++                                    <height>21</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>pixmap</name>
++                                <pixmap>image10</pixmap>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property>
++                                <name>toolTip</name>
++                                <string>pick color</string>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>PbErazor</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>21</width>
++                                    <height>21</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>pixmap</name>
++                                <pixmap>image11</pixmap>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property stdset="1">
++                                <name>toggleButton</name>
++                                <bool>true</bool>
++                            </property>
++                            <property>
++                                <name>toolTip</name>
++                                <string>erease</string>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>FgColor</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>18</width>
++                                    <height>16</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>palette</name>
++                                <palette>
++                                    <active>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>192</red>
++                                            <green>192</green>
++                                            <blue>192</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                    </active>
++                                    <disabled>
++                                        <color>
++                                            <red>128</red>
++                                            <green>128</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>128</red>
++                                            <green>128</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>192</red>
++                                            <green>192</green>
++                                            <blue>192</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                    </disabled>
++                                    <inactive>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>192</red>
++                                            <green>192</green>
++                                            <blue>192</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                    </inactive>
++                                </palette>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>flat</name>
++                                <bool>true</bool>
++                            </property>
++                        </widget>
++                        <widget>
++                            <class>QPushButton</class>
++                            <property stdset="1">
++                                <name>name</name>
++                                <cstring>BgColor</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>sizePolicy</name>
++                                <sizepolicy>
++                                    <hsizetype>0</hsizetype>
++                                    <vsizetype>0</vsizetype>
++                                </sizepolicy>
++                            </property>
++                            <property stdset="1">
++                                <name>maximumSize</name>
++                                <size>
++                                    <width>18</width>
++                                    <height>16</height>
++                                </size>
++                            </property>
++                            <property stdset="1">
++                                <name>palette</name>
++                                <palette>
++                                    <active>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>127</red>
++                                            <green>127</green>
++                                            <blue>127</blue>
++                                        </color>
++                                        <color>
++                                            <red>170</red>
++                                            <green>170</green>
++                                            <blue>170</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>192</red>
++                                            <green>192</green>
++                                            <blue>192</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                    </active>
++                                    <disabled>
++                                        <color>
++                                            <red>128</red>
++                                            <green>128</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>127</red>
++                                            <green>127</green>
++                                            <blue>127</blue>
++                                        </color>
++                                        <color>
++                                            <red>170</red>
++                                            <green>170</green>
++                                            <blue>170</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>128</red>
++                                            <green>128</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>192</red>
++                                            <green>192</green>
++                                            <blue>192</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                    </disabled>
++                                    <inactive>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>127</red>
++                                            <green>127</green>
++                                            <blue>127</blue>
++                                        </color>
++                                        <color>
++                                            <red>170</red>
++                                            <green>170</green>
++                                            <blue>170</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                        <color>
++                                            <red>192</red>
++                                            <green>192</green>
++                                            <blue>192</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>0</blue>
++                                        </color>
++                                        <color>
++                                            <red>0</red>
++                                            <green>0</green>
++                                            <blue>128</blue>
++                                        </color>
++                                        <color>
++                                            <red>255</red>
++                                            <green>255</green>
++                                            <blue>255</blue>
++                                        </color>
++                                    </inactive>
++                                </palette>
++                            </property>
++                            <property stdset="1">
++                                <name>text</name>
++                                <string></string>
++                            </property>
++                            <property stdset="1">
++                                <name>flat</name>
++                                <bool>true</bool>
++                            </property>
++                        </widget>
++                        <spacer>
++                            <property>
++                                <name>name</name>
++                                <cstring>Spacer1</cstring>
++                            </property>
++                            <property stdset="1">
++                                <name>orientation</name>
++                                <enum>Vertical</enum>
++                            </property>
++                            <property stdset="1">
++                                <name>sizeType</name>
++                                <enum>Expanding</enum>
++                            </property>
++                            <property>
++                                <name>sizeHint</name>
++                                <size>
++                                    <width>20</width>
++                                    <height>20</height>
++                                </size>
++                            </property>
++                        </spacer>
++                    </vbox>
++                </widget>
++                <widget>
++                    <class>QFrame</class>
++                    <property stdset="1">
++                        <name>name</name>
++                        <cstring>GrFrame</cstring>
++                    </property>
++                    <property stdset="1">
++                        <name>sizePolicy</name>
++                        <sizepolicy>
++                            <hsizetype>0</hsizetype>
++                            <vsizetype>7</vsizetype>
++                        </sizepolicy>
++                    </property>
++                    <property stdset="1">
++                        <name>minimumSize</name>
++                        <size>
++                            <width>0</width>
++                            <height>0</height>
++                        </size>
++                    </property>
++                    <property stdset="1">
++                        <name>maximumSize</name>
++                        <size>
++                            <width>1</width>
++                            <height>32767</height>
++                        </size>
++                    </property>
++                    <property stdset="1">
++                        <name>frameShape</name>
++                        <enum>NoFrame</enum>
++                    </property>
++                    <property stdset="1">
++                        <name>frameShadow</name>
++                        <enum>Plain</enum>
++                    </property>
++                    <property stdset="1">
++                        <name>lineWidth</name>
++                        <number>0</number>
++                    </property>
++                </widget>
++            </hbox>
++        </widget>
++        <widget>
+             <class>QLabel</class>
+             <property stdset="1">
+                 <name>name</name>
+                 <cstring>StatusLine</cstring>
+             </property>
+             <property stdset="1">
+-                <name>geometry</name>
+-                <rect>
+-                    <x>2</x>
+-                    <y>2</y>
+-                    <width>228</width>
+-                    <height>14</height>
+-                </rect>
++                <name>sizePolicy</name>
++                <sizepolicy>
++                    <hsizetype>5</hsizetype>
++                    <vsizetype>0</vsizetype>
++                </sizepolicy>
+             </property>
+             <property stdset="1">
+-                <name>text</name>
+-                <string>Status</string>
++                <name>frameShape</name>
++                <enum>Box</enum>
++            </property>
++            <property stdset="1">
++                <name>frameShadow</name>
++                <enum>Sunken</enum>
+             </property>
+             <property stdset="1">
+-                <name>indent</name>
+-                <number>1</number>
++                <name>text</name>
++                <string>Status</string>
+             </property>
+         </widget>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>Italic</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>192</x>
+-                <y>1</y>
+-                <width>20</width>
+-                <height>22</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image0</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>flat</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>italic</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QSpinBox</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>Size</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>135</x>
+-                <y>0</y>
+-                <width>36</width>
+-                <height>23</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>maxValue</name>
+-            <number>24</number>
+-        </property>
+-        <property stdset="1">
+-            <name>minValue</name>
+-            <number>6</number>
+-        </property>
+-        <property stdset="1">
+-            <name>value</name>
+-            <number>12</number>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>size</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>Bold</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>172</x>
+-                <y>1</y>
+-                <width>20</width>
+-                <height>22</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image1</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>flat</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>bold</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QLabel</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>TypeLabel</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>1</x>
+-                <y>3</y>
+-                <width>27</width>
+-                <height>20</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string>Font</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>Underline</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>212</x>
+-                <y>1</y>
+-                <width>20</width>
+-                <height>22</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image2</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>flat</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>underline</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>FgColor</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>1</x>
+-                <y>204</y>
+-                <width>18</width>
+-                <height>16</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>palette</name>
+-            <palette>
+-                <active>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>192</red>
+-                        <green>192</green>
+-                        <blue>192</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                </active>
+-                <disabled>
+-                    <color>
+-                        <red>128</red>
+-                        <green>128</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>128</red>
+-                        <green>128</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>192</red>
+-                        <green>192</green>
+-                        <blue>192</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                </disabled>
+-                <inactive>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>192</red>
+-                        <green>192</green>
+-                        <blue>192</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                </inactive>
+-            </palette>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>flat</name>
+-            <bool>true</bool>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>BgColor</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>1</x>
+-                <y>219</y>
+-                <width>18</width>
+-                <height>16</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>palette</name>
+-            <palette>
+-                <active>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>127</red>
+-                        <green>127</green>
+-                        <blue>127</blue>
+-                    </color>
+-                    <color>
+-                        <red>170</red>
+-                        <green>170</green>
+-                        <blue>170</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>192</red>
+-                        <green>192</green>
+-                        <blue>192</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                </active>
+-                <disabled>
+-                    <color>
+-                        <red>128</red>
+-                        <green>128</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>127</red>
+-                        <green>127</green>
+-                        <blue>127</blue>
+-                    </color>
+-                    <color>
+-                        <red>170</red>
+-                        <green>170</green>
+-                        <blue>170</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>128</red>
+-                        <green>128</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>192</red>
+-                        <green>192</green>
+-                        <blue>192</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                </disabled>
+-                <inactive>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>127</red>
+-                        <green>127</green>
+-                        <blue>127</blue>
+-                    </color>
+-                    <color>
+-                        <red>170</red>
+-                        <green>170</green>
+-                        <blue>170</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                    <color>
+-                        <red>192</red>
+-                        <green>192</green>
+-                        <blue>192</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>0</blue>
+-                    </color>
+-                    <color>
+-                        <red>0</red>
+-                        <green>0</green>
+-                        <blue>128</blue>
+-                    </color>
+-                    <color>
+-                        <red>255</red>
+-                        <green>255</green>
+-                        <blue>255</blue>
+-                    </color>
+-                </inactive>
+-            </palette>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>flat</name>
+-            <bool>true</bool>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QLabel</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>SizeLabel</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>111</x>
+-                <y>4</y>
+-                <width>23</width>
+-                <height>16</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string>Size</string>
+-        </property>
+-        <property stdset="1">
+-            <name>alignment</name>
+-            <set>AlignVCenter|AlignRight</set>
+-        </property>
+-        <property>
+-            <name>hAlign</name>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QComboBox</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>Selection</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>32</x>
+-                <y>0</y>
+-                <width>80</width>
+-                <height>23</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>sizeLimit</name>
+-            <number>12</number>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>font</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QComboBox</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>Operation</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>171</x>
+-                <y>0</y>
+-                <width>61</width>
+-                <height>22</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>sizeLimit</name>
+-            <number>16</number>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>PbCursor</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>0</x>
+-                <y>24</y>
+-                <width>21</width>
+-                <height>21</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image3</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>move selection</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>PbBrush</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>0</x>
+-                <y>44</y>
+-                <width>21</width>
+-                <height>21</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image4</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>paint</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>PbLine</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>0</x>
+-                <y>64</y>
+-                <width>21</width>
+-                <height>21</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image5</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>draw lines</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>PbPolygon</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>0</x>
+-                <y>84</y>
+-                <width>21</width>
+-                <height>21</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image6</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>draw shapes</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>PbSelect</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>0</x>
+-                <y>104</y>
+-                <width>21</width>
+-                <height>21</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image7</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>select region</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>PbText</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>0</x>
+-                <y>124</y>
+-                <width>21</width>
+-                <height>21</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>font</name>
+-            <font>
+-                <family>abisource-courier new</family>
+-                <pointsize>14</pointsize>
+-                <bold>1</bold>
+-            </font>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image8</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>insert text</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>PbFill</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>0</x>
+-                <y>144</y>
+-                <width>21</width>
+-                <height>21</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image9</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>fill</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>PbPicker</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>0</x>
+-                <y>164</y>
+-                <width>21</width>
+-                <height>21</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image10</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>pick color</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QPushButton</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>PbErazor</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>0</x>
+-                <y>184</y>
+-                <width>21</width>
+-                <height>21</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>text</name>
+-            <string></string>
+-        </property>
+-        <property stdset="1">
+-            <name>pixmap</name>
+-            <pixmap>image11</pixmap>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property stdset="1">
+-            <name>toggleButton</name>
+-            <bool>true</bool>
+-        </property>
+-        <property>
+-            <name>toolTip</name>
+-            <string>erease</string>
+-        </property>
+-    </widget>
+-    <widget>
+-        <class>QFrame</class>
+-        <property stdset="1">
+-            <name>name</name>
+-            <cstring>GrFrame</cstring>
+-        </property>
+-        <property stdset="1">
+-            <name>geometry</name>
+-            <rect>
+-                <x>22</x>
+-                <y>24</y>
+-                <width>212</width>
+-                <height>212</height>
+-            </rect>
+-        </property>
+-        <property stdset="1">
+-            <name>frameShape</name>
+-            <enum>WinPanel</enum>
+-        </property>
+-        <property stdset="1">
+-            <name>frameShadow</name>
+-            <enum>Sunken</enum>
+-        </property>
+-    </widget>
++    </vbox>
+ </widget>
+ <images>
+     <image>
+         <name>image0</name>
+-        <data format="XPM.GZ" length="394">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523234530022230543251d2e253d856405bffcbc54105b19c856360003b0141a40882983009a981e4c884a627021ea882184a822860801147fc08152ad351700811545c3</data>
++        <data format="XPM.GZ" length="394">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523234530022230543251d2e253d856405bffcbc54105b19c856360003b0141a808829c30092981e840b15441183526489619887db5eace629a38be95120866c073c0c90dd871a56b5d65c00316543a8</data>
+     </image>
+     <image>
+         <name>image1</name>
+-        <data format="XPM.GZ" length="394">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523234530022230543251d2e253d856405bffcbc54105b19c856360003b0141a808829c30092981e840b15441183526489619887db5eace629a38be95120866c073c0c90dd871a56b5d65c00316543a8</data>
++        <data format="XPM.GZ" length="394">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523234530022230543251d2e253d856405bffcbc54105b19c856360003b0141a40882983009a981e4c884a627021ea882184a822860801147fc08152ad351700811545c3</data>
+     </image>
+     <image>
+         <name>image2</name>
diff --git a/packages/qpphoto/qpphoto_1.0.2.bb b/packages/qpphoto/qpphoto_1.0.2.bb
new file mode 100644 (file)
index 0000000..9cd1314
--- /dev/null
@@ -0,0 +1,37 @@
+DESCRIPTION = "Painting program. Small picture editor."
+HOMEPAGE = "http://zaurus.colognearts.de/qpphoto/"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "qpPhoto"
+APPTYPE = "binary"
+APPDESKTOP = "${S}"
+
+PR = "r0"
+
+inherit opie
+
+SRC_URI = "http://zaurus.colognearts.de/qpphoto/qpPhoto_1.0.2_src.tar.gz \
+           file://draw.patch;patch=1 \
+           file://drawview.patch;patch=1 \
+           file://drawwidget.patch;patch=1 "
+
+S = "${WORKDIR}/qpPhoto_1.0.2"
+
+do_compile() {
+       export STAGING_BINDIR=${STAGING_BINDIR}
+       oe_runmake clean
+       oe_runmake
+}
+
+do_install() {
+#      install -d ${D}${palmtopdir}/apps/Applications
+       install -d ${D}${palmtopdir}/pics
+#      install -d ${D}${bindir}
+
+       install -m 0644 qpPhoto.png ${D}${palmtopdir}/pics
+#      install -m 0644 qpPhoto.desktop ${D}${palmtopdir}/apps/Applications             
+#      install -m 0755 qpPhoto ${D}${bindir}
+}
+
+# FILES_${PN} = " ${palmtopdir}/apps/Applications/qpPhoto.desktop ${palmtopdir}/pics/qpPhoto.png ${bindir}/qpPhoto "