]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/MathsModuleBase.ui
Convert ui files to qt3 format:
[lyx.git] / src / frontends / qt3 / ui / MathsModuleBase.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>MathsModuleBase</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>MathsModuleBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>351</width>
12             <height>233</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>MathsModuleBase</string>
17     </property>
18     <vbox>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <property name="margin">
23             <number>11</number>
24         </property>
25         <property name="spacing">
26             <number>6</number>
27         </property>
28         <widget class="QCheckBox">
29             <property name="name">
30                 <cstring>amsautoCB</cstring>
31             </property>
32             <property name="text">
33                 <string>&amp;Use AMS math package automatically</string>
34             </property>
35             <property name="checked">
36                 <bool>false</bool>
37             </property>
38         </widget>
39         <widget class="QCheckBox">
40             <property name="name">
41                 <cstring>amsCB</cstring>
42             </property>
43             <property name="text">
44                 <string>Use AMS &amp;math package</string>
45             </property>
46         </widget>
47         <spacer>
48             <property name="name">
49                 <cstring>Spacer1</cstring>
50             </property>
51             <property name="orientation">
52                 <enum>Vertical</enum>
53             </property>
54             <property name="sizeType">
55                 <enum>Expanding</enum>
56             </property>
57             <property name="sizeHint">
58                 <size>
59                     <width>20</width>
60                     <height>20</height>
61                 </size>
62             </property>
63         </spacer>
64     </vbox>
65 </widget>
66 <connections>
67     <connection>
68         <sender>amsautoCB</sender>
69         <signal>toggled(bool)</signal>
70         <receiver>amsCB</receiver>
71         <slot>setDisabled(bool)</slot>
72     </connection>
73 </connections>
74 <tabstops>
75     <tabstop>amsautoCB</tabstop>
76 </tabstops>
77 <includes>
78     <include location="global" impldecl="in declaration">config.h</include>
79     <include location="local" impldecl="in declaration">qt_helpers.h</include>
80 </includes>
81 <layoutdefaults spacing="6" margin="11"/>
82 </UI>