]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/QERTDialogBase.ui
Convert ui files to qt3 format:
[lyx.git] / src / frontends / qt3 / ui / QERTDialogBase.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>QERTDialogBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>QERTDialogBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>197</width>
12             <height>194</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>QERTDialogBase</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         <widget class="QButtonGroup">
32             <property name="name">
33                 <cstring>ertBG</cstring>
34             </property>
35             <property name="title">
36                 <string>Display</string>
37             </property>
38             <vbox>
39                 <property name="name">
40                     <cstring>unnamed</cstring>
41                 </property>
42                 <property name="margin">
43                     <number>11</number>
44                 </property>
45                 <property name="spacing">
46                     <number>6</number>
47                 </property>
48                 <widget class="QRadioButton">
49                     <property name="name">
50                         <cstring>inlineRB</cstring>
51                     </property>
52                     <property name="text">
53                         <string>&amp;Inline</string>
54                     </property>
55                     <property name="toolTip" stdset="0">
56                         <string>Show ERT inline</string>
57                     </property>
58                 </widget>
59                 <widget class="QRadioButton">
60                     <property name="name">
61                         <cstring>collapsedRB</cstring>
62                     </property>
63                     <property name="text">
64                         <string>&amp;Collapsed</string>
65                     </property>
66                     <property name="toolTip" stdset="0">
67                         <string>Show ERT button only</string>
68                     </property>
69                 </widget>
70                 <widget class="QRadioButton">
71                     <property name="name">
72                         <cstring>openRB</cstring>
73                     </property>
74                     <property name="text">
75                         <string>O&amp;pen</string>
76                     </property>
77                     <property name="toolTip" stdset="0">
78                         <string>Show ERT contents</string>
79                     </property>
80                 </widget>
81             </vbox>
82         </widget>
83         <widget class="QLayoutWidget">
84             <property name="name">
85                 <cstring>Layout2</cstring>
86             </property>
87             <hbox>
88                 <property name="name">
89                     <cstring>unnamed</cstring>
90                 </property>
91                 <property name="margin">
92                     <number>0</number>
93                 </property>
94                 <property name="spacing">
95                     <number>6</number>
96                 </property>
97                 <spacer>
98                     <property name="name">
99                         <cstring>Spacer3</cstring>
100                     </property>
101                     <property name="orientation">
102                         <enum>Horizontal</enum>
103                     </property>
104                     <property name="sizeType">
105                         <enum>Expanding</enum>
106                     </property>
107                     <property name="sizeHint">
108                         <size>
109                             <width>20</width>
110                             <height>20</height>
111                         </size>
112                     </property>
113                 </spacer>
114                 <widget class="QPushButton">
115                     <property name="name">
116                         <cstring>okPB</cstring>
117                     </property>
118                     <property name="text">
119                         <string>&amp;OK</string>
120                     </property>
121                     <property name="default">
122                         <bool>false</bool>
123                     </property>
124                 </widget>
125                 <widget class="QPushButton">
126                     <property name="name">
127                         <cstring>closePB</cstring>
128                     </property>
129                     <property name="text">
130                         <string>Close</string>
131                     </property>
132                     <property name="default">
133                         <bool>true</bool>
134                     </property>
135                 </widget>
136             </hbox>
137         </widget>
138     </vbox>
139 </widget>
140 <connections>
141     <connection>
142         <sender>inlineRB</sender>
143         <signal>toggled(bool)</signal>
144         <receiver>QERTDialogBase</receiver>
145         <slot>change_adaptor()</slot>
146     </connection>
147     <connection>
148         <sender>collapsedRB</sender>
149         <signal>toggled(bool)</signal>
150         <receiver>QERTDialogBase</receiver>
151         <slot>change_adaptor()</slot>
152     </connection>
153     <connection>
154         <sender>openRB</sender>
155         <signal>toggled(bool)</signal>
156         <receiver>QERTDialogBase</receiver>
157         <slot>change_adaptor()</slot>
158     </connection>
159 </connections>
160 <includes>
161     <include location="global" impldecl="in declaration">config.h</include>
162     <include location="local" impldecl="in declaration">qt_helpers.h</include>
163 </includes>
164 <slots>
165     <slot>change_adaptor()</slot>
166 </slots>
167 <layoutdefaults spacing="6" margin="11"/>
168 </UI>