]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QAskForTextDialog.ui
Convert ui files to qt3 format:
[lyx.git] / src / frontends / qt3 / ui / QAskForTextDialog.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QAskForTextDialog</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>QAskForTextDialog</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>269</width>
12             <height>122</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>LyX: Enter text</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <vbox>
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         <spacer>
32             <property name="name">
33                 <cstring>Spacer5</cstring>
34             </property>
35             <property name="orientation">
36                 <enum>Vertical</enum>
37             </property>
38             <property name="sizeType">
39                 <enum>Expanding</enum>
40             </property>
41             <property name="sizeHint">
42                 <size>
43                     <width>20</width>
44                     <height>20</height>
45                 </size>
46             </property>
47         </spacer>
48         <widget class="QLabel">
49             <property name="name">
50                 <cstring>askLA</cstring>
51             </property>
52             <property name="text">
53                 <string>&amp;Dummy</string>
54             </property>
55             <property name="buddy" stdset="0">
56                 <cstring>askLE</cstring>
57             </property>
58         </widget>
59         <widget class="QLineEdit">
60             <property name="name">
61                 <cstring>askLE</cstring>
62             </property>
63         </widget>
64         <spacer>
65             <property name="name">
66                 <cstring>Spacer6</cstring>
67             </property>
68             <property name="orientation">
69                 <enum>Vertical</enum>
70             </property>
71             <property name="sizeType">
72                 <enum>Expanding</enum>
73             </property>
74             <property name="sizeHint">
75                 <size>
76                     <width>20</width>
77                     <height>20</height>
78                 </size>
79             </property>
80         </spacer>
81         <widget class="QLayoutWidget">
82             <property name="name">
83                 <cstring>Layout2</cstring>
84             </property>
85             <hbox>
86                 <property name="name">
87                     <cstring>unnamed</cstring>
88                 </property>
89                 <property name="margin">
90                     <number>0</number>
91                 </property>
92                 <property name="spacing">
93                     <number>6</number>
94                 </property>
95                 <widget class="QPushButton">
96                     <property name="name">
97                         <cstring>okPB</cstring>
98                     </property>
99                     <property name="text">
100                         <string>&amp;OK</string>
101                     </property>
102                     <property name="accel">
103                         <string>Alt+O</string>
104                     </property>
105                     <property name="default">
106                         <bool>true</bool>
107                     </property>
108                 </widget>
109                 <widget class="QPushButton">
110                     <property name="name">
111                         <cstring>closePB</cstring>
112                     </property>
113                     <property name="text">
114                         <string>&amp;Cancel</string>
115                     </property>
116                     <property name="default">
117                         <bool>false</bool>
118                     </property>
119                 </widget>
120             </hbox>
121         </widget>
122     </vbox>
123 </widget>
124 <connections>
125     <connection>
126         <sender>closePB</sender>
127         <signal>clicked()</signal>
128         <receiver>QAskForTextDialog</receiver>
129         <slot>reject()</slot>
130     </connection>
131     <connection>
132         <sender>okPB</sender>
133         <signal>clicked()</signal>
134         <receiver>QAskForTextDialog</receiver>
135         <slot>accept()</slot>
136     </connection>
137 </connections>
138 <includes>
139     <include location="global" impldecl="in declaration">config.h</include>
140     <include location="local" impldecl="in declaration">qt_helpers.h</include>
141 </includes>
142 <layoutdefaults spacing="6" margin="11"/>
143 </UI>