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