source: psi/vendor/affinix/current/src/ui_addurl.ui@ 2

Last change on this file since 2 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 4.9 KB
Line 
1<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2<class>AddUrlUI</class>
3<widget class="QDialog">
4 <property name="name">
5 <cstring>AddUrlUI</cstring>
6 </property>
7 <property name="geometry">
8 <rect>
9 <x>0</x>
10 <y>0</y>
11 <width>337</width>
12 <height>123</height>
13 </rect>
14 </property>
15 <property name="caption">
16 <string>Add URL</string>
17 </property>
18 <vbox>
19 <property name="name">
20 <cstring>unnamed</cstring>
21 </property>
22 <property name="margin">
23 <number>11</number>
24 </property>
25 <property name="spacing">
26 <number>6</number>
27 </property>
28 <widget class="QLayoutWidget">
29 <property name="name">
30 <cstring>Layout2</cstring>
31 </property>
32 <grid>
33 <property name="name">
34 <cstring>unnamed</cstring>
35 </property>
36 <property name="margin">
37 <number>0</number>
38 </property>
39 <property name="spacing">
40 <number>6</number>
41 </property>
42 <widget class="QLineEdit" row="1" column="1">
43 <property name="name">
44 <cstring>le_desc</cstring>
45 </property>
46 </widget>
47 <widget class="QLabel" row="0" column="0">
48 <property name="name">
49 <cstring>TextLabel1</cstring>
50 </property>
51 <property name="text">
52 <string>URL:</string>
53 </property>
54 </widget>
55 <widget class="QLabel" row="1" column="0">
56 <property name="name">
57 <cstring>TextLabel2</cstring>
58 </property>
59 <property name="text">
60 <string>Description:</string>
61 </property>
62 </widget>
63 <widget class="QLineEdit" row="0" column="1">
64 <property name="name">
65 <cstring>le_url</cstring>
66 </property>
67 </widget>
68 </grid>
69 </widget>
70 <spacer>
71 <property name="name">
72 <cstring>Spacer2</cstring>
73 </property>
74 <property name="orientation">
75 <enum>Vertical</enum>
76 </property>
77 <property name="sizeType">
78 <enum>Expanding</enum>
79 </property>
80 <property name="sizeHint">
81 <size>
82 <width>16</width>
83 <height>16</height>
84 </size>
85 </property>
86 </spacer>
87 <widget class="QLayoutWidget">
88 <property name="name">
89 <cstring>layout38</cstring>
90 </property>
91 <hbox>
92 <property name="name">
93 <cstring>unnamed</cstring>
94 </property>
95 <spacer>
96 <property name="name">
97 <cstring>Spacer1</cstring>
98 </property>
99 <property name="orientation">
100 <enum>Horizontal</enum>
101 </property>
102 <property name="sizeType">
103 <enum>Expanding</enum>
104 </property>
105 <property name="sizeHint">
106 <size>
107 <width>203</width>
108 <height>16</height>
109 </size>
110 </property>
111 </spacer>
112 <widget class="IconButton">
113 <property name="name">
114 <cstring>pb_close</cstring>
115 </property>
116 <property name="text">
117 <string>&amp;Close</string>
118 </property>
119 </widget>
120 <widget class="IconButton">
121 <property name="name">
122 <cstring>pb_ok</cstring>
123 </property>
124 <property name="text">
125 <string>&amp;OK</string>
126 </property>
127 <property name="accel">
128 <string>Alt+O</string>
129 </property>
130 <property name="default">
131 <bool>true</bool>
132 </property>
133 </widget>
134 </hbox>
135 </widget>
136 </vbox>
137</widget>
138<customwidgets>
139</customwidgets>
140<tabstops>
141 <tabstop>le_url</tabstop>
142 <tabstop>le_desc</tabstop>
143</tabstops>
144<layoutdefaults spacing="6" margin="11"/>
145<includehints>
146 <includehint>iconwidget.h</includehint>
147 <includehint>iconwidget.h</includehint>
148</includehints>
149</UI>
Note: See TracBrowser for help on using the repository browser.