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