2020-04-30 21:58:14 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>CounterUi</class>
|
|
|
|
<widget class="QWidget" name="CounterUi">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-05-03 09:13:13 +02:00
|
|
|
<width>383</width>
|
|
|
|
<height>154</height>
|
2020-04-30 21:58:14 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2020-05-03 09:13:13 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
2020-05-01 10:10:27 +02:00
|
|
|
<widget class="QLabel" name="counterLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>C&ounter:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>counterCB</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-03 09:13:13 +02:00
|
|
|
<item row="0" column="1">
|
2020-05-01 10:10:27 +02:00
|
|
|
<widget class="QComboBox" name="counterCB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-05-01 19:03:54 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select counter to modify</string>
|
|
|
|
</property>
|
2020-05-01 10:10:27 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-03 09:13:13 +02:00
|
|
|
<item row="1" column="0">
|
2020-05-01 10:10:27 +02:00
|
|
|
<widget class="QLabel" name="actionLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Action:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>actionCB</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-03 09:13:13 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="actionCB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select the action to perform on selected counter</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="valueSB">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>10000</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-05-01 10:10:27 +02:00
|
|
|
</item>
|
2020-05-03 09:13:13 +02:00
|
|
|
<item row="2" column="1">
|
2020-05-01 10:10:27 +02:00
|
|
|
<widget class="QCheckBox" name="lyxonlyXB">
|
|
|
|
<property name="toolTip">
|
2020-05-03 09:13:13 +02:00
|
|
|
<string>If checked, modification affects the counter only in the LyX workarea, not in the output</string>
|
2020-05-01 10:10:27 +02:00
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
2020-05-03 09:13:13 +02:00
|
|
|
<enum>Qt::LeftToRight</enum>
|
2020-05-01 10:10:27 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-05-03 09:13:13 +02:00
|
|
|
<string>&Workarea only</string>
|
2020-05-01 10:10:27 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-04-30 21:58:14 -04:00
|
|
|
</item>
|
2020-05-03 09:13:13 +02:00
|
|
|
<item row="1" column="0">
|
2020-05-02 20:33:03 -04:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2020-05-03 09:13:13 +02:00
|
|
|
<height>13</height>
|
2020-05-02 20:33:03 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-04-30 21:58:14 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<includes>
|
|
|
|
<include location="local">qt_i18n.h</include>
|
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|