]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/BranchUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / BranchUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BranchUi</class>
4  <widget class="QWidget" name="BranchUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>259</width>
10     <height>62</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="branchLA">
19      <property name="text">
20       <string>&amp;Available branches:</string>
21      </property>
22      <property name="buddy">
23       <cstring>branchCO</cstring>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="1">
28     <widget class="QComboBox" name="branchCO">
29      <property name="toolTip">
30       <string>Select your branch</string>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="1">
35     <widget class="QCheckBox" name="invertedCB">
36      <property name="text">
37       <string>Inverted</string>
38      </property>
39     </widget>
40    </item>
41   </layout>
42  </widget>
43  <tabstops>
44   <tabstop>branchCO</tabstop>
45  </tabstops>
46  <includes>
47   <include location="local">qt_i18n.h</include>
48  </includes>
49  <resources/>
50  <connections/>
51 </ui>