]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BranchesUi.ui
Ease the pain with unknown branches:
[lyx.git] / src / frontends / qt4 / ui / BranchesUi.ui
1 <ui version="4.0" >
2  <class>BranchesUi</class>
3  <widget class="QWidget" name="BranchesUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>401</width>
9     <height>327</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="7" column="2" colspan="2" >
23     <widget class="QPushButton" name="unknownPB" >
24      <property name="toolTip" >
25       <string>Show undefined branches used in this document.</string>
26      </property>
27      <property name="text" >
28       <string>&amp;Undefined Branches</string>
29      </property>
30     </widget>
31    </item>
32    <item row="4" column="3" >
33     <spacer>
34      <property name="orientation" >
35       <enum>Qt::Vertical</enum>
36      </property>
37      <property name="sizeType" >
38       <enum>QSizePolicy::Expanding</enum>
39      </property>
40      <property name="sizeHint" >
41       <size>
42        <width>20</width>
43        <height>20</height>
44       </size>
45      </property>
46     </spacer>
47    </item>
48    <item row="7" column="0" colspan="2" >
49     <spacer>
50      <property name="orientation" >
51       <enum>Qt::Horizontal</enum>
52      </property>
53      <property name="sizeHint" >
54       <size>
55        <width>251</width>
56        <height>20</height>
57       </size>
58      </property>
59     </spacer>
60    </item>
61    <item row="1" column="0" colspan="3" >
62     <widget class="QLabel" name="availableLB" >
63      <property name="text" >
64       <string>A&amp;vailable Branches:</string>
65      </property>
66      <property name="buddy" >
67       <cstring>branchesTW</cstring>
68      </property>
69     </widget>
70    </item>
71    <item row="2" column="3" >
72     <widget class="QPushButton" name="removePB" >
73      <property name="toolTip" >
74       <string>Remove the selected branch</string>
75      </property>
76      <property name="text" >
77       <string>&amp;Remove</string>
78      </property>
79     </widget>
80    </item>
81    <item row="5" column="3" >
82     <widget class="QPushButton" name="activatePB" >
83      <property name="toolTip" >
84       <string>Toggle the selected branch</string>
85      </property>
86      <property name="text" >
87       <string>(&amp;De)activate</string>
88      </property>
89     </widget>
90    </item>
91    <item row="3" column="3" >
92     <widget class="QPushButton" name="colorPB" >
93      <property name="toolTip" >
94       <string>Define or change background color</string>
95      </property>
96      <property name="text" >
97       <string>Alter Co&amp;lor...</string>
98      </property>
99     </widget>
100    </item>
101    <item rowspan="5" row="2" column="0" colspan="3" >
102     <widget class="QTreeWidget" name="branchesTW" />
103    </item>
104    <item row="0" column="0" >
105     <widget class="QLabel" name="newBranchLA" >
106      <property name="text" >
107       <string>&amp;New:</string>
108      </property>
109      <property name="buddy" >
110       <cstring>newBranchLE</cstring>
111      </property>
112     </widget>
113    </item>
114    <item row="0" column="3" >
115     <widget class="QPushButton" name="addBranchPB" >
116      <property name="toolTip" >
117       <string>Add a new branch to the list</string>
118      </property>
119      <property name="text" >
120       <string>&amp;Add</string>
121      </property>
122     </widget>
123    </item>
124    <item row="0" column="1" colspan="2" >
125     <widget class="QLineEdit" name="newBranchLE" />
126    </item>
127   </layout>
128  </widget>
129  <includes>
130   <include location="local" >qt_i18n.h</include>
131  </includes>
132  <resources/>
133  <connections/>
134 </ui>