]> git.lyx.org Git - features.git/blob - src/frontends/qt2/ui/QURLDialog.ui
use sed to replace tr() with _()
[features.git] / src / frontends / qt2 / ui / QURLDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QURLDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">gettext.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QURLDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>325</width>
17             <height>113</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Url</string>
23     </property>
24     <vbox>
25         <property stdset="1">
26             <name>margin</name>
27             <number>11</number>
28         </property>
29         <property stdset="1">
30             <name>spacing</name>
31             <number>6</number>
32         </property>
33         <widget>
34             <class>QLayoutWidget</class>
35             <property stdset="1">
36                 <name>name</name>
37                 <cstring>Layout2</cstring>
38             </property>
39             <hbox>
40                 <property stdset="1">
41                     <name>margin</name>
42                     <number>0</number>
43                 </property>
44                 <property stdset="1">
45                     <name>spacing</name>
46                     <number>6</number>
47                 </property>
48                 <widget>
49                     <class>QLabel</class>
50                     <property stdset="1">
51                         <name>name</name>
52                         <cstring>urlLA</cstring>
53                     </property>
54                     <property stdset="1">
55                         <name>text</name>
56                         <string>&amp;Url</string>
57                     </property>
58                     <property>
59                         <name>buddy</name>
60                         <cstring>urlED</cstring>
61                     </property>
62                     <property>
63                         <name>toolTip</name>
64                         <string>URL</string>
65                     </property>
66                 </widget>
67                 <widget>
68                     <class>QLineEdit</class>
69                     <property stdset="1">
70                         <name>name</name>
71                         <cstring>urlED</cstring>
72                     </property>
73                     <property>
74                         <name>toolTip</name>
75                         <string>URL</string>
76                     </property>
77                 </widget>
78             </hbox>
79         </widget>
80         <widget>
81             <class>QLayoutWidget</class>
82             <property stdset="1">
83                 <name>name</name>
84                 <cstring>Layout3</cstring>
85             </property>
86             <hbox>
87                 <property stdset="1">
88                     <name>margin</name>
89                     <number>0</number>
90                 </property>
91                 <property stdset="1">
92                     <name>spacing</name>
93                     <number>6</number>
94                 </property>
95                 <widget>
96                     <class>QLabel</class>
97                     <property stdset="1">
98                         <name>name</name>
99                         <cstring>nameLA</cstring>
100                     </property>
101                     <property stdset="1">
102                         <name>text</name>
103                         <string>&amp;Name</string>
104                     </property>
105                     <property>
106                         <name>buddy</name>
107                         <cstring>nameED</cstring>
108                     </property>
109                     <property>
110                         <name>toolTip</name>
111                         <string>Name associated with the URL</string>
112                     </property>
113                 </widget>
114                 <widget>
115                     <class>QLineEdit</class>
116                     <property stdset="1">
117                         <name>name</name>
118                         <cstring>nameED</cstring>
119                     </property>
120                     <property>
121                         <name>toolTip</name>
122                         <string>Name associated with the URL</string>
123                     </property>
124                 </widget>
125             </hbox>
126         </widget>
127         <widget>
128             <class>QLayoutWidget</class>
129             <property stdset="1">
130                 <name>name</name>
131                 <cstring>Layout4</cstring>
132             </property>
133             <hbox>
134                 <property stdset="1">
135                     <name>margin</name>
136                     <number>0</number>
137                 </property>
138                 <property stdset="1">
139                     <name>spacing</name>
140                     <number>6</number>
141                 </property>
142                 <widget>
143                     <class>QCheckBox</class>
144                     <property stdset="1">
145                         <name>name</name>
146                         <cstring>hyperlinkCB</cstring>
147                     </property>
148                     <property stdset="1">
149                         <name>text</name>
150                         <string>&amp;Generate hyperlink</string>
151                     </property>
152                     <property>
153                         <name>toolTip</name>
154                         <string>Output as a hyperlink ?</string>
155                     </property>
156                 </widget>
157                 <widget>
158                     <class>QPushButton</class>
159                     <property stdset="1">
160                         <name>name</name>
161                         <cstring>okPB</cstring>
162                     </property>
163                     <property stdset="1">
164                         <name>text</name>
165                         <string>&amp;OK</string>
166                     </property>
167                     <property stdset="1">
168                         <name>default</name>
169                         <bool>true</bool>
170                     </property>
171                 </widget>
172                 <widget>
173                     <class>QPushButton</class>
174                     <property stdset="1">
175                         <name>name</name>
176                         <cstring>closePB</cstring>
177                     </property>
178                     <property stdset="1">
179                         <name>text</name>
180                         <string>&amp;Close</string>
181                     </property>
182                 </widget>
183             </hbox>
184         </widget>
185     </vbox>
186 </widget>
187 <connections>
188     <connection>
189         <sender>urlED</sender>
190         <signal>textChanged(const QString&amp;)</signal>
191         <receiver>QURLDialogBase</receiver>
192         <slot>changed_adaptor()</slot>
193     </connection>
194     <connection>
195         <sender>hyperlinkCB</sender>
196         <signal>clicked()</signal>
197         <receiver>QURLDialogBase</receiver>
198         <slot>changed_adaptor()</slot>
199     </connection>
200     <connection>
201         <sender>nameED</sender>
202         <signal>textChanged(const QString&amp;)</signal>
203         <receiver>QURLDialogBase</receiver>
204         <slot>changed_adaptor()</slot>
205     </connection>
206     <slot access="public">changed_adaptor()</slot>
207 </connections>
208 </UI>