]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/CounterUi.ui
Polish the counter UI a bit and add some to the documentation.
[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        <property name="toolTip">
38         <string>Select counter to modify</string>
39        </property>
40       </widget>
41      </item>
42      <item row="1" column="0">
43       <widget class="QLabel" name="actionLA">
44        <property name="text">
45         <string>&amp;Action:</string>
46        </property>
47        <property name="buddy">
48         <cstring>actionCB</cstring>
49        </property>
50       </widget>
51      </item>
52      <item row="1" column="1">
53       <widget class="QComboBox" name="actionCB">
54        <property name="sizePolicy">
55         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
56          <horstretch>0</horstretch>
57          <verstretch>0</verstretch>
58         </sizepolicy>
59        </property>
60        <property name="toolTip">
61         <string>SET counter value; ADD TO (or subtract from) counter value; RESET counter to zero; SAVE counter value; RESTORE previously saved counter value; DISPLAY counter value</string>
62        </property>
63       </widget>
64      </item>
65      <item row="2" column="0">
66       <widget class="QLabel" name="valueLA">
67        <property name="text">
68         <string>&amp;Value:</string>
69        </property>
70        <property name="buddy">
71         <cstring>valueSB</cstring>
72        </property>
73       </widget>
74      </item>
75      <item row="2" column="1">
76       <layout class="QHBoxLayout" name="horizontalLayout">
77        <item>
78         <widget class="QSpinBox" name="valueSB">
79          <property name="maximum">
80           <number>10000</number>
81          </property>
82         </widget>
83        </item>
84        <item>
85         <spacer name="horizontalSpacer">
86          <property name="orientation">
87           <enum>Qt::Horizontal</enum>
88          </property>
89          <property name="sizeHint" stdset="0">
90           <size>
91            <width>13</width>
92            <height>39</height>
93           </size>
94          </property>
95         </spacer>
96        </item>
97       </layout>
98      </item>
99      <item row="3" column="0">
100       <widget class="QLabel" name="vtypeLA">
101        <property name="text">
102         <string>Display Format</string>
103        </property>
104        <property name="buddy">
105         <cstring>vtypeCB</cstring>
106        </property>
107       </widget>
108      </item>
109      <item row="3" column="1">
110       <widget class="QComboBox" name="vtypeCB">
111        <property name="sizePolicy">
112         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
113          <horstretch>0</horstretch>
114          <verstretch>0</verstretch>
115         </sizepolicy>
116        </property>
117       </widget>
118      </item>
119      <item row="4" column="1">
120       <widget class="QCheckBox" name="lyxonlyXB">
121        <property name="toolTip">
122         <string>Affect counters only in LyX, not in output</string>
123        </property>
124        <property name="layoutDirection">
125         <enum>Qt::LeftToRight</enum>
126        </property>
127        <property name="text">
128         <string>&amp;LyX Only</string>
129        </property>
130       </widget>
131      </item>
132     </layout>
133    </item>
134   </layout>
135  </widget>
136  <includes>
137   <include location="local">qt_i18n.h</include>
138  </includes>
139  <resources/>
140  <connections/>
141 </ui>