]> git.lyx.org Git - features.git/blob - src/frontends/qt/ui/CounterUi.ui
Guard against possible referencing null.
[features.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>383</width>
10     <height>154</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       <layout class="QHBoxLayout" name="horizontalLayout">
54        <item>
55         <widget class="QComboBox" name="actionCB">
56          <property name="sizePolicy">
57           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
58            <horstretch>0</horstretch>
59            <verstretch>0</verstretch>
60           </sizepolicy>
61          </property>
62          <property name="toolTip">
63           <string>Select the action to perform on selected counter</string>
64          </property>
65         </widget>
66        </item>
67        <item>
68         <widget class="QSpinBox" name="valueSB">
69          <property name="maximum">
70           <number>10000</number>
71          </property>
72         </widget>
73        </item>
74       </layout>
75      </item>
76      <item row="2" column="1">
77       <widget class="QCheckBox" name="lyxonlyXB">
78        <property name="toolTip">
79         <string>If checked, modification affects the counter only in the LyX workarea, not in the output</string>
80        </property>
81        <property name="layoutDirection">
82         <enum>Qt::LeftToRight</enum>
83        </property>
84        <property name="text">
85         <string>&amp;Workarea only</string>
86        </property>
87       </widget>
88      </item>
89     </layout>
90    </item>
91    <item row="1" column="0">
92     <spacer name="verticalSpacer">
93      <property name="orientation">
94       <enum>Qt::Vertical</enum>
95      </property>
96      <property name="sizeHint" stdset="0">
97       <size>
98        <width>20</width>
99        <height>13</height>
100       </size>
101      </property>
102     </spacer>
103    </item>
104   </layout>
105  </widget>
106  <includes>
107   <include location="local">qt_i18n.h</include>
108  </includes>
109  <resources/>
110  <connections/>
111 </ui>