]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BranchUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / BranchUi.ui
1 <ui version="4.0" >
2  <class>BranchUi</class>
3  <widget class="QDialog" name="BranchUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>219</width>
9     <height>99</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="0" column="0" colspan="3" >
26     <layout class="QVBoxLayout" >
27      <property name="margin" >
28       <number>0</number>
29      </property>
30      <property name="spacing" >
31       <number>6</number>
32      </property>
33      <item>
34       <widget class="QLabel" name="branchLA" >
35        <property name="text" >
36         <string>&amp;Available branches:</string>
37        </property>
38        <property name="buddy" >
39         <cstring>branchCO</cstring>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <widget class="QComboBox" name="branchCO" >
45        <property name="toolTip" >
46         <string>Select your branch</string>
47        </property>
48       </widget>
49      </item>
50     </layout>
51    </item>
52    <item row="1" column="0" >
53     <spacer>
54      <property name="orientation" >
55       <enum>Qt::Horizontal</enum>
56      </property>
57      <property name="sizeHint" >
58       <size>
59        <width>31</width>
60        <height>20</height>
61       </size>
62      </property>
63     </spacer>
64    </item>
65    <item row="1" column="2" >
66     <widget class="QPushButton" name="closePB" >
67      <property name="text" >
68       <string>&amp;Close</string>
69      </property>
70      <property name="default" >
71       <bool>true</bool>
72      </property>
73     </widget>
74    </item>
75    <item row="1" column="1" >
76     <widget class="QPushButton" name="okPB" >
77      <property name="text" >
78       <string>&amp;OK</string>
79      </property>
80      <property name="default" >
81       <bool>false</bool>
82      </property>
83     </widget>
84    </item>
85   </layout>
86  </widget>
87  <tabstops>
88   <tabstop>branchCO</tabstop>
89   <tabstop>okPB</tabstop>
90   <tabstop>closePB</tabstop>
91  </tabstops>
92  <includes>
93   <include location="local" >qt_i18n.h</include>
94  </includes>
95  <resources/>
96  <connections/>
97 </ui>