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