summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia/configdialogbase.ui
authormickeyl <mickeyl>2005-05-21 20:23:42 (UTC)
committer mickeyl <mickeyl>2005-05-21 20:23:42 (UTC)
commit55753b4e3550f950497fe073488a206d924b75be (patch) (side-by-side diff)
treebcb04412e5bc8ea0ac8ee3669ba4e8912954ec45 /noncore/applets/pcmcia/configdialogbase.ui
parentdb6b46788db3653812f07c3018abc5bfaaa821c3 (diff)
downloadopie-55753b4e3550f950497fe073488a206d924b75be.zip
opie-55753b4e3550f950497fe073488a206d924b75be.tar.gz
opie-55753b4e3550f950497fe073488a206d924b75be.tar.bz2
add first card configuration bits and config dialog skeleton
Diffstat (limited to 'noncore/applets/pcmcia/configdialogbase.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/pcmcia/configdialogbase.ui92
1 files changed, 92 insertions, 0 deletions
diff --git a/noncore/applets/pcmcia/configdialogbase.ui b/noncore/applets/pcmcia/configdialogbase.ui
new file mode 100644
index 0000000..d8dd983
--- a/dev/null
+++ b/noncore/applets/pcmcia/configdialogbase.ui
@@ -0,0 +1,92 @@
+<!DOCTYPE UI><UI>
+<class>ConfigDialogBase</class>
+<widget>
+ <class>QDialog</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>ConfigDialogBase</cstring>
+ </property>
+ <property stdset="1">
+ <name>geometry</name>
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>214</width>
+ <height>44</height>
+ </rect>
+ </property>
+ <property stdset="1">
+ <name>caption</name>
+ <string>Configure PCMCIA/CF Card</string>
+ </property>
+ <property>
+ <name>layoutMargin</name>
+ </property>
+ <property>
+ <name>layoutSpacing</name>
+ </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="2" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel3</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>card</string>
+ </property>
+ </widget>
+ <widget row="0" column="1" >
+ <class>QComboBox</class>
+ <item>
+ <property>
+ <name>text</name>
+ <string>suspend</string>
+ </property>
+ </item>
+ <item>
+ <property>
+ <name>text</name>
+ <string>activate</string>
+ </property>
+ </item>
+ <item>
+ <property>
+ <name>text</name>
+ <string>eject</string>
+ </property>
+ </item>
+ <item>
+ <property>
+ <name>text</name>
+ <string>prompt for</string>
+ </property>
+ </item>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>cbAction</cstring>
+ </property>
+ </widget>
+ <widget row="0" column="0" >
+ <class>QLabel</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>TextLabel2</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>Upon insertion,</string>
+ </property>
+ </widget>
+ </grid>
+</widget>
+</UI>