lyx_mirror/src/frontends/qt4/ui/BranchUi.ui
Abdelrazak Younes 4db2685cbe Migrate Branch dialog to InsetParamsWidget
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33521 a592a061-630c-0410-9148-cb99ea01b6c8
2010-02-19 20:57:25 +00:00

44 lines
980 B
XML

<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>38</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>
</layout>
</widget>
<tabstops>
<tabstop>branchCO</tabstop>
</tabstops>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>