-rw-r--r-- | noncore/apps/opie-console/configurebase.ui | 127 | ||||
-rw-r--r-- | noncore/apps/opie-console/editbase.ui | 304 |
2 files changed, 431 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/configurebase.ui b/noncore/apps/opie-console/configurebase.ui new file mode 100644 index 0000000..1af270c --- a/dev/null +++ b/noncore/apps/opie-console/configurebase.ui @@ -0,0 +1,127 @@ +<!DOCTYPE UI><UI> +<class>ConfigureBase</class> +<widget> + <class>QDialog</class> + <property stdset="1"> + <name>name</name> + <cstring>ConfigDialog</cstring> + </property> + <property stdset="1"> + <name>geometry</name> + <rect> + <x>0</x> + <y>0</y> + <width>276</width> + <height>306</height> + </rect> + </property> + <property stdset="1"> + <name>caption</name> + <string>Configure</string> + </property> + <grid> + <property stdset="1"> + <name>margin</name> + <number>11</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> + <widget row="0" column="0" > + <class>QListView</class> + <column> + <property> + <name>text</name> + <string>Profile Name</string> + </property> + <property> + <name>clickable</name> + <bool>true</bool> + </property> + <property> + <name>resizeable</name> + <bool>true</bool> + </property> + </column> + <property stdset="1"> + <name>name</name> + <cstring>lstView</cstring> + </property> + </widget> + <widget row="1" column="0" > + <class>QLayoutWidget</class> + <property stdset="1"> + <name>name</name> + <cstring>Layout1</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>QPushButton</class> + <property stdset="1"> + <name>name</name> + <cstring>pbAdd</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>&Add</string> + </property> + </widget> + <widget> + <class>QPushButton</class> + <property stdset="1"> + <name>name</name> + <cstring>pbEdit</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>&Edit</string> + </property> + </widget> + <widget> + <class>QPushButton</class> + <property stdset="1"> + <name>name</name> + <cstring>pbRemove</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>&Remove</string> + </property> + </widget> + </hbox> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>pbAdd</sender> + <signal>clicked()</signal> + <receiver>ConfigDialog</receiver> + <slot>slotAdd()</slot> + </connection> + <connection> + <sender>pbEdit</sender> + <signal>clicked()</signal> + <receiver>ConfigDialog</receiver> + <slot>slotEdit()</slot> + </connection> + <connection> + <sender>pbRemove</sender> + <signal>clicked()</signal> + <receiver>ConfigDialog</receiver> + <slot>slotRemove()</slot> + </connection> + <slot access="protected">slotRemove()</slot> + <slot access="protected">slotAdd()</slot> + <slot access="protected">slotEdit()</slot> +</connections> +</UI> diff --git a/noncore/apps/opie-console/editbase.ui b/noncore/apps/opie-console/editbase.ui new file mode 100644 index 0000000..8318d2d --- a/dev/null +++ b/noncore/apps/opie-console/editbase.ui @@ -0,0 +1,304 @@ +<!DOCTYPE UI><UI> +<class>EditBase</class> +<widget> + <class>QWidget</class> + <property stdset="1"> + <name>name</name> + <cstring>EditBase</cstring> + </property> + <property stdset="1"> + <name>geometry</name> + <rect> + <x>0</x> + <y>0</y> + <width>357</width> + <height>352</height> + </rect> + </property> + <property stdset="1"> + <name>caption</name> + <string>Editor Base</string> + </property> + <grid> + <property stdset="1"> + <name>margin</name> + <number>11</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> + <widget row="1" column="0" > + <class>QLayoutWidget</class> + <property stdset="1"> + <name>name</name> + <cstring>Layout2</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>txtEmu</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Terminal Emulation:</string> + </property> + </widget> + <widget> + <class>QComboBox</class> + <property stdset="1"> + <name>name</name> + <cstring>cmbEmu</cstring> + </property> + </widget> + </hbox> + </widget> + <widget row="0" column="0" > + <class>QLayoutWidget</class> + <property stdset="1"> + <name>name</name> + <cstring>Layout1</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>txtIO</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>IO Layer:</string> + </property> + </widget> + <widget> + <class>QComboBox</class> + <property stdset="1"> + <name>name</name> + <cstring>cmbIO</cstring> + </property> + </widget> + </hbox> + </widget> + <widget row="3" column="0" > + <class>QGroupBox</class> + <property stdset="1"> + <name>name</name> + <cstring>grpLook</cstring> + </property> + <property stdset="1"> + <name>title</name> + <string>Look</string> + </property> + <vbox> + <property stdset="1"> + <name>margin</name> + <number>11</number> + </property> + <property stdset="1"> + <name>spacing</name> + <number>6</number> + </property> + <widget> + <class>QLayoutWidget</class> + <property stdset="1"> + <name>name</name> + <cstring>Layout3</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>txtFore</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Foreground:</string> + </property> + </widget> + <widget> + <class>QComboBox</class> + <item> + <property> + <name>text</name> + <string>Black</string> + </property> + </item> + <item> + <property> + <name>text</name> + <string>White</string> + </property> + </item> + <item> + <property> + <name>text</name> + <string>Gray</string> + </property> + </item> + <property stdset="1"> + <name>name</name> + <cstring>cmbFore</cstring> + </property> + </widget> + </hbox> + </widget> + <widget> + <class>QLayoutWidget</class> + <property stdset="1"> + <name>name</name> + <cstring>Layout4</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>txtBackground</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Background:</string> + </property> + </widget> + <widget> + <class>QComboBox</class> + <item> + <property> + <name>text</name> + <string>Black</string> + </property> + </item> + <item> + <property> + <name>text</name> + <string>White</string> + </property> + </item> + <item> + <property> + <name>text</name> + <string>Gray</string> + </property> + </item> + <property stdset="1"> + <name>name</name> + <cstring>cmbBack</cstring> + </property> + </widget> + </hbox> + </widget> + <widget> + <class>QLayoutWidget</class> + <property stdset="1"> + <name>name</name> + <cstring>Layout5</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>txtFont</cstring> + </property> + <property stdset="1"> + <name>text</name> + <string>Font:</string> + </property> + </widget> + <widget> + <class>QComboBox</class> + <item> + <property> + <name>text</name> + <string>Micro</string> + </property> + </item> + <item> + <property> + <name>text</name> + <string>Small</string> + </property> + </item> + <item> + <property> + <name>text</name> + <string>Medium</string> + </property> + </item> + <property stdset="1"> + <name>name</name> + <cstring>cmbFont</cstring> + </property> + </widget> + </hbox> + </widget> + </vbox> + </widget> + <spacer row="2" column="0" > + <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>Fixed</enum> + </property> + <property> + <name>sizeHint</name> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </grid> +</widget> +</UI> |