]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/BranchesUi.ui
Added initial qt4 work by Abdelrazak Younes
[lyx.git] / src / frontends / qt4 / ui / BranchesUi.ui
1 <ui version="4.0" stdsetdef="1" >
2   <author></author>
3   <comment></comment>
4   <exportmacro></exportmacro>
5   <class>BranchesUi</class>
6   <widget class="QWidget" name="Branches" >
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="windowTitle" >
16       <string/>
17     </property>
18     <layout class="QGridLayout" >
19       <property name="margin" >
20         <number>11</number>
21       </property>
22       <property name="spacing" >
23         <number>6</number>
24       </property>
25       <item rowspan="5" row="1" column="0" colspan="1" >
26         <layout class="QGridLayout" >
27           <property name="margin" >
28             <number>0</number>
29           </property>
30           <property name="spacing" >
31             <number>6</number>
32           </property>
33           <item row="0" column="0" >
34             <widget class="QLabel" name="availableLB" >
35               <property name="text" >
36                 <string>A&amp;vailable Branches:</string>
37               </property>
38               <property name="buddy" >
39                 <cstring>branchesLV</cstring>
40               </property>
41             </widget>
42           </item>
43           <item row="1" column="0" >
44             <widget class="Q3ListView" name="branchesLV" >
45               <property name="enabled" >
46                 <bool>true</bool>
47               </property>
48               <property name="focusPolicy" >
49                 <enum>Qt::NoFocus</enum>
50               </property>
51               <property name="resizePolicy" >
52                 <enum>Q3ScrollView::AutoOneFit</enum>
53               </property>
54               <property name="vScrollBarMode" >
55                 <enum>Q3ScrollView::Auto</enum>
56               </property>
57               <property name="hScrollBarMode" >
58                 <enum>Q3ScrollView::Auto</enum>
59               </property>
60               <property name="allColumnsShowFocus" >
61                 <bool>true</bool>
62               </property>
63               <property name="rootIsDecorated" >
64                 <bool>false</bool>
65               </property>
66               <property name="toolTip" >
67                 <string>The available branches</string>
68               </property>
69               <column>
70                 <property name="text" >
71                   <string>Name</string>
72                 </property>
73                 <property name="clickable" >
74                   <bool>true</bool>
75                 </property>
76                 <property name="resizable" >
77                   <bool>true</bool>
78                 </property>
79               </column>
80               <column>
81                 <property name="text" >
82                   <string>Activated</string>
83                 </property>
84                 <property name="clickable" >
85                   <bool>true</bool>
86                 </property>
87                 <property name="resizable" >
88                   <bool>true</bool>
89                 </property>
90               </column>
91               <column>
92                 <property name="text" >
93                   <string>Color</string>
94                 </property>
95                 <property name="clickable" >
96                   <bool>true</bool>
97                 </property>
98                 <property name="resizable" >
99                   <bool>true</bool>
100                 </property>
101               </column>
102             </widget>
103           </item>
104         </layout>
105       </item>
106       <item row="3" column="1" >
107         <widget class="QPushButton" name="activatePB" >
108           <property name="text" >
109             <string>(&amp;De)activate</string>
110           </property>
111           <property name="toolTip" >
112             <string>Toggle the selected branch</string>
113           </property>
114         </widget>
115       </item>
116       <item row="4" column="1" >
117         <widget class="QPushButton" name="colorPB" >
118           <property name="text" >
119             <string>Alter Co&amp;lor...</string>
120           </property>
121           <property name="toolTip" >
122             <string>Define or change background color</string>
123           </property>
124         </widget>
125       </item>
126       <item row="2" column="1" >
127         <widget class="QPushButton" name="removePB" >
128           <property name="text" >
129             <string>&amp;Remove</string>
130           </property>
131           <property name="toolTip" >
132             <string>Remove the selected branch</string>
133           </property>
134         </widget>
135       </item>
136       <item row="5" column="1" >
137         <spacer name="Spacer2" >
138           <property name="sizeHint" >
139             <size>
140               <width>20</width>
141               <height>20</height>
142             </size>
143           </property>
144           <property name="sizeType" >
145             <enum>Expanding</enum>
146           </property>
147           <property name="orientation" >
148             <enum>Vertical</enum>
149           </property>
150         </spacer>
151       </item>
152       <item rowspan="1" row="0" column="0" colspan="2" >
153         <layout class="QHBoxLayout" >
154           <property name="margin" >
155             <number>0</number>
156           </property>
157           <property name="spacing" >
158             <number>6</number>
159           </property>
160           <item>
161             <widget class="QLabel" name="newBranchLA" >
162               <property name="text" >
163                 <string>&amp;New:</string>
164               </property>
165               <property name="buddy" >
166                 <cstring>newBranchLE</cstring>
167               </property>
168             </widget>
169           </item>
170           <item>
171             <widget class="QLineEdit" name="newBranchLE" />
172           </item>
173           <item>
174             <widget class="QPushButton" name="addBranchPB" >
175               <property name="text" >
176                 <string>&amp;Add</string>
177               </property>
178               <property name="toolTip" >
179                 <string>Add a new branch to the list</string>
180               </property>
181             </widget>
182           </item>
183         </layout>
184       </item>
185       <item row="1" column="1" >
186         <spacer name="Spacer3" >
187           <property name="sizeHint" >
188             <size>
189               <width>20</width>
190               <height>20</height>
191             </size>
192           </property>
193           <property name="sizeType" >
194             <enum>Expanding</enum>
195           </property>
196           <property name="orientation" >
197             <enum>Vertical</enum>
198           </property>
199         </spacer>
200       </item>
201     </layout>
202   </widget>
203   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
204   <tabstops>
205     <tabstop>branchesLV</tabstop>
206   </tabstops>
207 </ui>