]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BranchUi.ui
Migrate Branch dialog to InsetParamsWidget
[lyx.git] / src / frontends / qt4 / ui / BranchUi.ui
1 <ui version="4.0">
2  <class>BranchUi</class>
3  <widget class="QWidget" name="BranchUi">
4   <property name="geometry">
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>259</width>
9     <height>38</height>
10    </rect>
11   </property>
12   <property name="windowTitle">
13    <string/>
14   </property>
15   <layout class="QGridLayout" name="gridLayout">
16    <item row="0" column="0">
17     <widget class="QLabel" name="branchLA">
18      <property name="text">
19       <string>&amp;Available branches:</string>
20      </property>
21      <property name="buddy">
22       <cstring>branchCO</cstring>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="1">
27     <widget class="QComboBox" name="branchCO">
28      <property name="toolTip">
29       <string>Select your branch</string>
30      </property>
31     </widget>
32    </item>
33   </layout>
34  </widget>
35  <tabstops>
36   <tabstop>branchCO</tabstop>
37  </tabstops>
38  <includes>
39   <include location="local">qt_i18n.h</include>
40  </includes>
41  <resources/>
42  <connections/>
43 </ui>