lyx_mirror/src/frontends/qt/ui/BranchUi.ui
Jean-Marc Lasgouttes c293be56bd Rename frontend qt4 to qt
In particular, the directory frontends/qt4 is renamed to frontends/qt.

Many configurations file have to be updated. All mentions of qt4 in
the source have been audited, and changed to qt if necessary.

The only part that has not been updated is the CMake build system.
2019-07-20 23:39:40 +02:00

52 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BranchUi</class>
<widget class="QWidget" name="BranchUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>259</width>
<height>62</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="branchLA">
<property name="text">
<string>&amp;Available branches:</string>
</property>
<property name="buddy">
<cstring>branchCO</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="branchCO">
<property name="toolTip">
<string>Select your branch</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="invertedCB">
<property name="text">
<string>Inverted</string>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>branchCO</tabstop>
</tabstops>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>