]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QURLDialogBase.ui
Convert ui files to qt3 format:
[lyx.git] / src / frontends / qt3 / ui / QURLDialogBase.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QURLDialogBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>QURLDialogBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>353</width>
12             <height>113</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>QURLDialogBase</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <grid>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <property name="margin">
26             <number>11</number>
27         </property>
28         <property name="spacing">
29             <number>6</number>
30         </property>
31         <widget class="QLabel" row="0" column="0">
32             <property name="name">
33                 <cstring>urlLA</cstring>
34             </property>
35             <property name="text">
36                 <string>&amp;URL:</string>
37             </property>
38             <property name="buddy" stdset="0">
39                 <cstring>urlED</cstring>
40             </property>
41             <property name="toolTip" stdset="0">
42                 <string>URL</string>
43             </property>
44         </widget>
45         <widget class="QLabel" row="1" column="0">
46             <property name="name">
47                 <cstring>nameLA</cstring>
48             </property>
49             <property name="text">
50                 <string>&amp;Name:</string>
51             </property>
52             <property name="buddy" stdset="0">
53                 <cstring>nameED</cstring>
54             </property>
55             <property name="toolTip" stdset="0">
56                 <string>Name associated with the URL</string>
57             </property>
58         </widget>
59         <widget class="QLineEdit" row="1" column="1">
60             <property name="name">
61                 <cstring>nameED</cstring>
62             </property>
63             <property name="toolTip" stdset="0">
64                 <string>Name associated with the URL</string>
65             </property>
66         </widget>
67         <widget class="QLineEdit" row="0" column="1">
68             <property name="name">
69                 <cstring>urlED</cstring>
70             </property>
71             <property name="toolTip" stdset="0">
72                 <string>URL</string>
73             </property>
74         </widget>
75         <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
76             <property name="name">
77                 <cstring>Layout7</cstring>
78             </property>
79             <hbox>
80                 <property name="name">
81                     <cstring>unnamed</cstring>
82                 </property>
83                 <property name="margin">
84                     <number>0</number>
85                 </property>
86                 <property name="spacing">
87                     <number>6</number>
88                 </property>
89                 <widget class="QCheckBox">
90                     <property name="name">
91                         <cstring>hyperlinkCB</cstring>
92                     </property>
93                     <property name="text">
94                         <string>&amp;Generate hyperlink</string>
95                     </property>
96                     <property name="accel">
97                         <string>Alt+G</string>
98                     </property>
99                     <property name="toolTip" stdset="0">
100                         <string>Output as a hyperlink ?</string>
101                     </property>
102                 </widget>
103                 <spacer>
104                     <property name="name">
105                         <cstring>Spacer16</cstring>
106                     </property>
107                     <property name="orientation">
108                         <enum>Horizontal</enum>
109                     </property>
110                     <property name="sizeType">
111                         <enum>Expanding</enum>
112                     </property>
113                     <property name="sizeHint">
114                         <size>
115                             <width>20</width>
116                             <height>20</height>
117                         </size>
118                     </property>
119                 </spacer>
120                 <widget class="QPushButton">
121                     <property name="name">
122                         <cstring>okPB</cstring>
123                     </property>
124                     <property name="text">
125                         <string>&amp;OK</string>
126                     </property>
127                     <property name="default">
128                         <bool>true</bool>
129                     </property>
130                 </widget>
131                 <widget class="QPushButton">
132                     <property name="name">
133                         <cstring>closePB</cstring>
134                     </property>
135                     <property name="text">
136                         <string>&amp;Close</string>
137                     </property>
138                 </widget>
139             </hbox>
140         </widget>
141     </grid>
142 </widget>
143 <connections>
144     <connection>
145         <sender>urlED</sender>
146         <signal>textChanged(const QString&amp;)</signal>
147         <receiver>QURLDialogBase</receiver>
148         <slot>changed_adaptor()</slot>
149     </connection>
150     <connection>
151         <sender>nameED</sender>
152         <signal>textChanged(const QString&amp;)</signal>
153         <receiver>QURLDialogBase</receiver>
154         <slot>changed_adaptor()</slot>
155     </connection>
156     <connection>
157         <sender>hyperlinkCB</sender>
158         <signal>clicked()</signal>
159         <receiver>QURLDialogBase</receiver>
160         <slot>changed_adaptor()</slot>
161     </connection>
162 </connections>
163 <tabstops>
164     <tabstop>urlED</tabstop>
165     <tabstop>nameED</tabstop>
166     <tabstop>hyperlinkCB</tabstop>
167     <tabstop>okPB</tabstop>
168     <tabstop>closePB</tabstop>
169 </tabstops>
170 <includes>
171     <include location="global" impldecl="in declaration">config.h</include>
172     <include location="local" impldecl="in declaration">qt_helpers.h</include>
173 </includes>
174 <slots>
175     <slot>changed_adaptor()</slot>
176 </slots>
177 <layoutdefaults spacing="6" margin="11"/>
178 </UI>