]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/CounterUi.ui
More polishing of counter dialog. Thanks to Jürgen for help.
[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="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
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>
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     </layout>
43    </item>
44    <item>
45     <layout class="QHBoxLayout" name="horizontalLayout_2">
46      <item>
47       <widget class="QLabel" name="actionLA">
48        <property name="text">
49         <string>&amp;Action:</string>
50        </property>
51        <property name="buddy">
52         <cstring>actionCB</cstring>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <widget class="QComboBox" name="actionCB">
58        <property name="sizePolicy">
59         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
60          <horstretch>0</horstretch>
61          <verstretch>0</verstretch>
62         </sizepolicy>
63        </property>
64        <property name="toolTip">
65         <string>SET counter to specified value; ADD TO (or subtract from) counter value; RESET counter to zero; SAVE counter value for later restoring; RESTORE previously saved counter value</string>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <widget class="QSpinBox" name="valueSB">
71        <property name="maximum">
72         <number>10000</number>
73        </property>
74       </widget>
75      </item>
76     </layout>
77    </item>
78    <item>
79     <layout class="QHBoxLayout" name="horizontalLayout_3">
80      <item>
81       <spacer name="horizontalSpacer">
82        <property name="orientation">
83         <enum>Qt::Horizontal</enum>
84        </property>
85        <property name="sizeHint" stdset="0">
86         <size>
87          <width>40</width>
88          <height>20</height>
89         </size>
90        </property>
91       </spacer>
92      </item>
93      <item>
94       <widget class="QCheckBox" name="lyxonlyXB">
95        <property name="toolTip">
96         <string>Affect counters only in LyX, not in output</string>
97        </property>
98        <property name="layoutDirection">
99         <enum>Qt::RightToLeft</enum>
100        </property>
101        <property name="text">
102         <string>&amp;LyX Only</string>
103        </property>
104       </widget>
105      </item>
106     </layout>
107    </item>
108    <item>
109     <spacer name="verticalSpacer">
110      <property name="orientation">
111       <enum>Qt::Vertical</enum>
112      </property>
113      <property name="sizeHint" stdset="0">
114       <size>
115        <width>20</width>
116        <height>40</height>
117       </size>
118      </property>
119     </spacer>
120    </item>
121   </layout>
122  </widget>
123  <includes>
124   <include location="local">qt_i18n.h</include>
125  </includes>
126  <resources/>
127  <connections/>
128 </ui>