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