]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/CounterUi.ui
Fix Ui layouts.
[lyx.git] / src / frontends / qt / ui / CounterUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CounterUi</class>
4  <widget class="QWidget" name="CounterUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>289</width>
10     <height>235</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_2">
17    <item row="0" column="0">
18     <layout class="QGridLayout" name="gridLayout">
19      <item row="0" column="0">
20       <widget class="QLabel" name="counterLA">
21        <property name="text">
22         <string>C&amp;ounter:</string>
23        </property>
24        <property name="buddy">
25         <cstring>counterCB</cstring>
26        </property>
27       </widget>
28      </item>
29      <item row="0" column="1">
30       <widget class="QComboBox" name="counterCB">
31        <property name="sizePolicy">
32         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
33          <horstretch>0</horstretch>
34          <verstretch>0</verstretch>
35         </sizepolicy>
36        </property>
37       </widget>
38      </item>
39      <item row="1" column="0">
40       <widget class="QLabel" name="actionLA">
41        <property name="text">
42         <string>&amp;Action:</string>
43        </property>
44        <property name="buddy">
45         <cstring>actionCB</cstring>
46        </property>
47       </widget>
48      </item>
49      <item row="1" column="1">
50       <widget class="QComboBox" name="actionCB">
51        <property name="sizePolicy">
52         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
53          <horstretch>0</horstretch>
54          <verstretch>0</verstretch>
55         </sizepolicy>
56        </property>
57       </widget>
58      </item>
59      <item row="2" column="0">
60       <widget class="QLabel" name="valueLA">
61        <property name="text">
62         <string>&amp;Value:</string>
63        </property>
64        <property name="buddy">
65         <cstring>valueSB</cstring>
66        </property>
67       </widget>
68      </item>
69      <item row="2" column="1">
70       <layout class="QHBoxLayout" name="horizontalLayout">
71        <item>
72         <widget class="QSpinBox" name="valueSB">
73          <property name="maximum">
74           <number>10000</number>
75          </property>
76         </widget>
77        </item>
78        <item>
79         <spacer name="horizontalSpacer">
80          <property name="orientation">
81           <enum>Qt::Horizontal</enum>
82          </property>
83          <property name="sizeHint" stdset="0">
84           <size>
85            <width>13</width>
86            <height>39</height>
87           </size>
88          </property>
89         </spacer>
90        </item>
91       </layout>
92      </item>
93      <item row="3" column="0">
94       <widget class="QLabel" name="vtypeLA">
95        <property name="text">
96         <string>Value &amp;Type:</string>
97        </property>
98        <property name="buddy">
99         <cstring>vtypeCB</cstring>
100        </property>
101       </widget>
102      </item>
103      <item row="3" column="1">
104       <widget class="QComboBox" name="vtypeCB">
105        <property name="sizePolicy">
106         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
107          <horstretch>0</horstretch>
108          <verstretch>0</verstretch>
109         </sizepolicy>
110        </property>
111       </widget>
112      </item>
113      <item row="4" column="1">
114       <widget class="QCheckBox" name="lyxonlyXB">
115        <property name="toolTip">
116         <string>Affect counters only in LyX, not in output</string>
117        </property>
118        <property name="layoutDirection">
119         <enum>Qt::LeftToRight</enum>
120        </property>
121        <property name="text">
122         <string>&amp;LyX Only</string>
123        </property>
124       </widget>
125      </item>
126     </layout>
127    </item>
128   </layout>
129  </widget>
130  <includes>
131   <include location="local">qt_i18n.h</include>
132  </includes>
133  <resources/>
134  <connections/>
135 </ui>