]> git.lyx.org Git - features.git/blob - src/frontends/qt3/ui/NumberingModuleBase.ui
* Rename src/frontends/qt2 to src/frontends/qt3,
[features.git] / src / frontends / qt3 / ui / NumberingModuleBase.ui
1 <!DOCTYPE UI><UI>
2 <class>NumberingModuleBase</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>NumberingModuleBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>310</width>
17             <height>323</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>QLabel</class>
35             <property stdset="1">
36                 <name>name</name>
37                 <cstring>TextLabel1_2</cstring>
38             </property>
39             <property stdset="1">
40                 <name>text</name>
41                 <string>&amp;Numbering</string>
42             </property>
43             <property>
44                 <name>buddy</name>
45                 <cstring>depthSL</cstring>
46             </property>
47         </widget>
48         <widget>
49             <class>QLayoutWidget</class>
50             <property stdset="1">
51                 <name>name</name>
52                 <cstring>Layout5</cstring>
53             </property>
54             <hbox>
55                 <property stdset="1">
56                     <name>margin</name>
57                     <number>0</number>
58                 </property>
59                 <property stdset="1">
60                     <name>spacing</name>
61                     <number>6</number>
62                 </property>
63                 <widget>
64                     <class>QSlider</class>
65                     <property stdset="1">
66                         <name>name</name>
67                         <cstring>depthSL</cstring>
68                     </property>
69                     <property stdset="1">
70                         <name>minValue</name>
71                         <number>-2</number>
72                     </property>
73                     <property stdset="1">
74                         <name>maxValue</name>
75                         <number>5</number>
76                     </property>
77                     <property stdset="1">
78                         <name>value</name>
79                         <number>3</number>
80                     </property>
81                     <property stdset="1">
82                         <name>orientation</name>
83                         <enum>Horizontal</enum>
84                     </property>
85                 </widget>
86             </hbox>
87         </widget>
88         <widget>
89             <class>QLabel</class>
90             <property stdset="1">
91                 <name>name</name>
92                 <cstring>TextLabel1</cstring>
93             </property>
94             <property stdset="1">
95                 <name>text</name>
96                 <string>&amp;List in Table of Contents</string>
97             </property>
98             <property>
99                 <name>buddy</name>
100                 <cstring>tocSL</cstring>
101             </property>
102         </widget>
103         <widget>
104             <class>QSlider</class>
105             <property stdset="1">
106                 <name>name</name>
107                 <cstring>tocSL</cstring>
108             </property>
109             <property stdset="1">
110                 <name>minValue</name>
111                 <number>-1</number>
112             </property>
113             <property stdset="1">
114                 <name>maxValue</name>
115                 <number>5</number>
116             </property>
117             <property stdset="1">
118                 <name>value</name>
119                 <number>3</number>
120             </property>
121             <property stdset="1">
122                 <name>orientation</name>
123                 <enum>Horizontal</enum>
124             </property>
125         </widget>
126         <widget>
127             <class>QListView</class>
128             <column>
129                 <property>
130                     <name>text</name>
131                     <string>Example</string>
132                 </property>
133                 <property>
134                     <name>clickable</name>
135                     <bool>true</bool>
136                 </property>
137                 <property>
138                     <name>resizeable</name>
139                     <bool>true</bool>
140                 </property>
141             </column>
142             <column>
143                 <property>
144                     <name>text</name>
145                     <string>Numbered</string>
146                 </property>
147                 <property>
148                     <name>clickable</name>
149                     <bool>true</bool>
150                 </property>
151                 <property>
152                     <name>resizeable</name>
153                     <bool>true</bool>
154                 </property>
155             </column>
156             <column>
157                 <property>
158                     <name>text</name>
159                     <string>Appears in TOC</string>
160                 </property>
161                 <property>
162                     <name>clickable</name>
163                     <bool>true</bool>
164                 </property>
165                 <property>
166                     <name>resizeable</name>
167                     <bool>true</bool>
168                 </property>
169             </column>
170             <property stdset="1">
171                 <name>name</name>
172                 <cstring>tocLV</cstring>
173             </property>
174             <property stdset="1">
175                 <name>enabled</name>
176                 <bool>true</bool>
177             </property>
178             <property stdset="1">
179                 <name>focusPolicy</name>
180                 <enum>NoFocus</enum>
181             </property>
182             <property stdset="1">
183                 <name>resizePolicy</name>
184                 <enum>AutoOneFit</enum>
185             </property>
186             <property stdset="1">
187                 <name>vScrollBarMode</name>
188                 <enum>AlwaysOff</enum>
189             </property>
190             <property stdset="1">
191                 <name>hScrollBarMode</name>
192                 <enum>AlwaysOff</enum>
193             </property>
194             <property stdset="1">
195                 <name>rootIsDecorated</name>
196                 <bool>false</bool>
197             </property>
198             <property>
199                 <name>toolTip</name>
200                 <string>Example numbering and table of contents</string>
201             </property>
202         </widget>
203     </vbox>
204 </widget>
205 <tabstops>
206     <tabstop>tocSL</tabstop>
207     <tabstop>depthSL</tabstop>
208     <tabstop>tocLV</tabstop>
209 </tabstops>
210 </UI>