]> git.lyx.org Git - lyx.git/blob - src/frontends/qt3/ui/BranchesModuleBase.ui
* Rename src/frontends/qt2 to src/frontends/qt3,
[lyx.git] / src / frontends / qt3 / ui / BranchesModuleBase.ui
1 <!DOCTYPE UI><UI>
2 <class>BranchesModuleBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QWidget</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>BranchesModuleBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>344</width>
17             <height>297</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string></string>
23     </property>
24     <grid>
25         <property stdset="1">
26             <name>margin</name>
27             <number>11</number>
28         </property>
29         <property stdset="1">
30             <name>spacing</name>
31             <number>6</number>
32         </property>
33         <widget row="1"  column="0"  rowspan="5"  colspan="1" >
34             <class>QLayoutWidget</class>
35             <property stdset="1">
36                 <name>name</name>
37                 <cstring>Layout2</cstring>
38             </property>
39             <grid>
40                 <property stdset="1">
41                     <name>margin</name>
42                     <number>0</number>
43                 </property>
44                 <property stdset="1">
45                     <name>spacing</name>
46                     <number>6</number>
47                 </property>
48                 <widget row="0"  column="0" >
49                     <class>QLabel</class>
50                     <property stdset="1">
51                         <name>name</name>
52                         <cstring>availableLB</cstring>
53                     </property>
54                     <property stdset="1">
55                         <name>text</name>
56                         <string>A&amp;vailable Branches:</string>
57                     </property>
58                     <property>
59                         <name>buddy</name>
60                         <cstring>branchesLV</cstring>
61                     </property>
62                 </widget>
63                 <widget row="1"  column="0" >
64                     <class>QListView</class>
65                     <column>
66                         <property>
67                             <name>text</name>
68                             <string>Name</string>
69                         </property>
70                         <property>
71                             <name>clickable</name>
72                             <bool>true</bool>
73                         </property>
74                         <property>
75                             <name>resizeable</name>
76                             <bool>true</bool>
77                         </property>
78                     </column>
79                     <column>
80                         <property>
81                             <name>text</name>
82                             <string>Activated</string>
83                         </property>
84                         <property>
85                             <name>clickable</name>
86                             <bool>true</bool>
87                         </property>
88                         <property>
89                             <name>resizeable</name>
90                             <bool>true</bool>
91                         </property>
92                     </column>
93                     <column>
94                         <property>
95                             <name>text</name>
96                             <string>Color</string>
97                         </property>
98                         <property>
99                             <name>clickable</name>
100                             <bool>true</bool>
101                         </property>
102                         <property>
103                             <name>resizeable</name>
104                             <bool>true</bool>
105                         </property>
106                     </column>
107                     <property stdset="1">
108                         <name>name</name>
109                         <cstring>branchesLV</cstring>
110                     </property>
111                     <property stdset="1">
112                         <name>enabled</name>
113                         <bool>true</bool>
114                     </property>
115                     <property stdset="1">
116                         <name>focusPolicy</name>
117                         <enum>NoFocus</enum>
118                     </property>
119                     <property stdset="1">
120                         <name>resizePolicy</name>
121                         <enum>AutoOneFit</enum>
122                     </property>
123                     <property stdset="1">
124                         <name>vScrollBarMode</name>
125                         <enum>Auto</enum>
126                     </property>
127                     <property stdset="1">
128                         <name>hScrollBarMode</name>
129                         <enum>Auto</enum>
130                     </property>
131                     <property stdset="1">
132                         <name>allColumnsShowFocus</name>
133                         <bool>true</bool>
134                     </property>
135                     <property stdset="1">
136                         <name>rootIsDecorated</name>
137                         <bool>false</bool>
138                     </property>
139                     <property>
140                         <name>toolTip</name>
141                         <string>The available branches</string>
142                     </property>
143                 </widget>
144             </grid>
145         </widget>
146         <widget row="3"  column="1" >
147             <class>QPushButton</class>
148             <property stdset="1">
149                 <name>name</name>
150                 <cstring>activatePB</cstring>
151             </property>
152             <property stdset="1">
153                 <name>text</name>
154                 <string>(&amp;De)activate</string>
155             </property>
156             <property>
157                 <name>toolTip</name>
158                 <string>Toggle the selected branch</string>
159             </property>
160         </widget>
161         <widget row="4"  column="1" >
162             <class>QPushButton</class>
163             <property stdset="1">
164                 <name>name</name>
165                 <cstring>colorPB</cstring>
166             </property>
167             <property stdset="1">
168                 <name>text</name>
169                 <string>Alter Co&amp;lor...</string>
170             </property>
171             <property>
172                 <name>toolTip</name>
173                 <string>Define or change background color</string>
174             </property>
175         </widget>
176         <widget row="2"  column="1" >
177             <class>QPushButton</class>
178             <property stdset="1">
179                 <name>name</name>
180                 <cstring>removePB</cstring>
181             </property>
182             <property stdset="1">
183                 <name>text</name>
184                 <string>&amp;Remove</string>
185             </property>
186             <property>
187                 <name>toolTip</name>
188                 <string>Remove the selected branch</string>
189             </property>
190         </widget>
191         <spacer row="5"  column="1" >
192             <property>
193                 <name>name</name>
194                 <cstring>Spacer2</cstring>
195             </property>
196             <property stdset="1">
197                 <name>orientation</name>
198                 <enum>Vertical</enum>
199             </property>
200             <property stdset="1">
201                 <name>sizeType</name>
202                 <enum>Expanding</enum>
203             </property>
204             <property>
205                 <name>sizeHint</name>
206                 <size>
207                     <width>20</width>
208                     <height>20</height>
209                 </size>
210             </property>
211         </spacer>
212         <widget row="0"  column="0"  rowspan="1"  colspan="2" >
213             <class>QLayoutWidget</class>
214             <property stdset="1">
215                 <name>name</name>
216                 <cstring>Layout5</cstring>
217             </property>
218             <hbox>
219                 <property stdset="1">
220                     <name>margin</name>
221                     <number>0</number>
222                 </property>
223                 <property stdset="1">
224                     <name>spacing</name>
225                     <number>6</number>
226                 </property>
227                 <widget>
228                     <class>QLabel</class>
229                     <property stdset="1">
230                         <name>name</name>
231                         <cstring>newBranchLA</cstring>
232                     </property>
233                     <property stdset="1">
234                         <name>text</name>
235                         <string>&amp;New:</string>
236                     </property>
237                     <property>
238                         <name>buddy</name>
239                         <cstring>newBranchLE</cstring>
240                     </property>
241                 </widget>
242                 <widget>
243                     <class>QLineEdit</class>
244                     <property stdset="1">
245                         <name>name</name>
246                         <cstring>newBranchLE</cstring>
247                     </property>
248                 </widget>
249                 <widget>
250                     <class>QPushButton</class>
251                     <property stdset="1">
252                         <name>name</name>
253                         <cstring>addBranchPB</cstring>
254                     </property>
255                     <property stdset="1">
256                         <name>text</name>
257                         <string>&amp;Add</string>
258                     </property>
259                     <property>
260                         <name>toolTip</name>
261                         <string>Add a new branch to the list</string>
262                     </property>
263                 </widget>
264             </hbox>
265         </widget>
266         <spacer row="1"  column="1" >
267             <property>
268                 <name>name</name>
269                 <cstring>Spacer3</cstring>
270             </property>
271             <property stdset="1">
272                 <name>orientation</name>
273                 <enum>Vertical</enum>
274             </property>
275             <property stdset="1">
276                 <name>sizeType</name>
277                 <enum>Expanding</enum>
278             </property>
279             <property>
280                 <name>sizeHint</name>
281                 <size>
282                     <width>20</width>
283                     <height>20</height>
284                 </size>
285             </property>
286         </spacer>
287     </grid>
288 </widget>
289 <tabstops>
290     <tabstop>branchesLV</tabstop>
291 </tabstops>
292 </UI>