summaryrefslogtreecommitdiff
path: root/noncore/applets/pcmcia/promptactiondialog.ui
Unidiff
Diffstat (limited to 'noncore/applets/pcmcia/promptactiondialog.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/pcmcia/promptactiondialog.ui58
1 files changed, 58 insertions, 0 deletions
diff --git a/noncore/applets/pcmcia/promptactiondialog.ui b/noncore/applets/pcmcia/promptactiondialog.ui
new file mode 100644
index 0000000..c351b48
--- a/dev/null
+++ b/noncore/applets/pcmcia/promptactiondialog.ui
@@ -0,0 +1,58 @@
1<!DOCTYPE UI><UI>
2<class>PromptActionDialog</class>
3<widget>
4 <class>QDialog</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>PromptActionDialog</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>273</width>
15 <height>55</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Choose Action for Card</string>
21 </property>
22 <grid>
23 <property stdset="1">
24 <name>margin</name>
25 <number>11</number>
26 </property>
27 <property stdset="1">
28 <name>spacing</name>
29 <number>6</number>
30 </property>
31 <widget row="0" column="0" >
32 <class>QComboBox</class>
33 <item>
34 <property>
35 <name>text</name>
36 <string>activate</string>
37 </property>
38 </item>
39 <item>
40 <property>
41 <name>text</name>
42 <string>suspend</string>
43 </property>
44 </item>
45 <item>
46 <property>
47 <name>text</name>
48 <string>eject</string>
49 </property>
50 </item>
51 <property stdset="1">
52 <name>name</name>
53 <cstring>cbAction</cstring>
54 </property>
55 </widget>
56 </grid>
57</widget>
58</UI>