summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/editTitle.ui
Unidiff
Diffstat (limited to 'noncore/apps/opie-gutenbrowser/editTitle.ui') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-gutenbrowser/editTitle.ui100
1 files changed, 100 insertions, 0 deletions
diff --git a/noncore/apps/opie-gutenbrowser/editTitle.ui b/noncore/apps/opie-gutenbrowser/editTitle.ui
new file mode 100644
index 0000000..8c4de4d
--- a/dev/null
+++ b/noncore/apps/opie-gutenbrowser/editTitle.ui
@@ -0,0 +1,100 @@
1<!DOCTYPE UI><UI>
2<class>Edit_Title</class>
3<widget>
4 <class>QDialog</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>Edit_Title</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>21</x>
13 <y>8</y>
14 <width>240</width>
15 <height>110</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>maximumSize</name>
20 <size>
21 <width>240</width>
22 <height>110</height>
23 </size>
24 </property>
25 <property stdset="1">
26 <name>caption</name>
27 <string>Edit Title</string>
28 </property>
29 <widget>
30 <class>QLineEdit</class>
31 <property stdset="1">
32 <name>name</name>
33 <cstring>LineEdit1</cstring>
34 </property>
35 <property stdset="1">
36 <name>geometry</name>
37 <rect>
38 <x>0</x>
39 <y>22</y>
40 <width>230</width>
41 <height>22</height>
42 </rect>
43 </property>
44 </widget>
45 <widget>
46 <class>QPushButton</class>
47 <property stdset="1">
48 <name>name</name>
49 <cstring>PushButton_Cancel</cstring>
50 </property>
51 <property stdset="1">
52 <name>geometry</name>
53 <rect>
54 <x>120</x>
55 <y>80</y>
56 <width>50</width>
57 <height>20</height>
58 </rect>
59 </property>
60 <property stdset="1">
61 <name>text</name>
62 <string>Cancel</string>
63 </property>
64 </widget>
65 <widget>
66 <class>QPushButton</class>
67 <property stdset="1">
68 <name>name</name>
69 <cstring>PushButton_Apply</cstring>
70 </property>
71 <property stdset="1">
72 <name>geometry</name>
73 <rect>
74 <x>180</x>
75 <y>80</y>
76 <width>50</width>
77 <height>20</height>
78 </rect>
79 </property>
80 <property stdset="1">
81 <name>text</name>
82 <string>Apply</string>
83 </property>
84 </widget>
85</widget>
86<connections>
87 <connection>
88 <sender>PushButton_Cancel</sender>
89 <signal>released()</signal>
90 <receiver>PushButton_Cancel</receiver>
91 <slot>onCancel()</slot>
92 </connection>
93 <connection>
94 <sender>PushButton_Apply</sender>
95 <signal>released()</signal>
96 <receiver>PushButton_Apply</receiver>
97 <slot>onApply()</slot>
98 </connection>
99</connections>
100</UI>