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