]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QAskForTextDialog.ui
Code cleanup of \bigl related stuff:
[lyx.git] / src / frontends / qt3 / ui / QAskForTextDialog.ui
1 <!DOCTYPE UI><UI>
2 <class>QAskForTextDialog</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>QAskForTextDialog</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>269</width>
17             <height>116</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>LyX: Enter text</string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <vbox>
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         <spacer>
38             <property>
39                 <name>name</name>
40                 <cstring>Spacer5</cstring>
41             </property>
42             <property stdset="1">
43                 <name>orientation</name>
44                 <enum>Vertical</enum>
45             </property>
46             <property stdset="1">
47                 <name>sizeType</name>
48                 <enum>Expanding</enum>
49             </property>
50             <property>
51                 <name>sizeHint</name>
52                 <size>
53                     <width>20</width>
54                     <height>20</height>
55                 </size>
56             </property>
57         </spacer>
58         <widget>
59             <class>QLabel</class>
60             <property stdset="1">
61                 <name>name</name>
62                 <cstring>askLA</cstring>
63             </property>
64             <property stdset="1">
65                 <name>text</name>
66                 <string>&amp;Dummy</string>
67             </property>
68             <property>
69                 <name>buddy</name>
70                 <cstring>askLE</cstring>
71             </property>
72         </widget>
73         <widget>
74             <class>QLineEdit</class>
75             <property stdset="1">
76                 <name>name</name>
77                 <cstring>askLE</cstring>
78             </property>
79         </widget>
80         <spacer>
81             <property>
82                 <name>name</name>
83                 <cstring>Spacer6</cstring>
84             </property>
85             <property stdset="1">
86                 <name>orientation</name>
87                 <enum>Vertical</enum>
88             </property>
89             <property stdset="1">
90                 <name>sizeType</name>
91                 <enum>Expanding</enum>
92             </property>
93             <property>
94                 <name>sizeHint</name>
95                 <size>
96                     <width>20</width>
97                     <height>20</height>
98                 </size>
99             </property>
100         </spacer>
101         <widget>
102             <class>QLayoutWidget</class>
103             <property stdset="1">
104                 <name>name</name>
105                 <cstring>Layout2</cstring>
106             </property>
107             <hbox>
108                 <property stdset="1">
109                     <name>margin</name>
110                     <number>0</number>
111                 </property>
112                 <property stdset="1">
113                     <name>spacing</name>
114                     <number>6</number>
115                 </property>
116                 <widget>
117                     <class>QPushButton</class>
118                     <property stdset="1">
119                         <name>name</name>
120                         <cstring>okPB</cstring>
121                     </property>
122                     <property stdset="1">
123                         <name>text</name>
124                         <string>&amp;OK</string>
125                     </property>
126                     <property stdset="1">
127                         <name>default</name>
128                         <bool>true</bool>
129                     </property>
130                 </widget>
131                 <widget>
132                     <class>QPushButton</class>
133                     <property stdset="1">
134                         <name>name</name>
135                         <cstring>closePB</cstring>
136                     </property>
137                     <property stdset="1">
138                         <name>text</name>
139                         <string>&amp;Cancel</string>
140                     </property>
141                     <property stdset="1">
142                         <name>default</name>
143                         <bool>false</bool>
144                     </property>
145                 </widget>
146             </hbox>
147         </widget>
148     </vbox>
149 </widget>
150 <connections>
151     <connection>
152         <sender>okPB</sender>
153         <signal>clicked()</signal>
154         <receiver>QAskForTextDialog</receiver>
155         <slot>accept()</slot>
156     </connection>
157     <connection>
158         <sender>closePB</sender>
159         <signal>clicked()</signal>
160         <receiver>QAskForTextDialog</receiver>
161         <slot>reject()</slot>
162     </connection>
163 </connections>
164 </UI>