Fix no newlines warnings. Patch by Peter Oberndorfer
[kdevelopdvcssupport.git] / vcs / dvcs / ui / branchmanager.ui
blobe8e97af48aa0ebe1cca8bd02a21e00d675762ee3
1 <ui version="4.0" >
2  <class>BranchDialogBase</class>
3  <widget class="QDialog" name="BranchDialogBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>362</width>
9     <height>249</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Branch Manager</string>
14   </property>
15   <property name="locale" >
16    <locale country="UnitedStates" language="English" />
17   </property>
18   <property name="modal" >
19    <bool>false</bool>
20   </property>
21   <widget class="QWidget" name="layoutWidget" >
22    <property name="geometry" >
23     <rect>
24      <x>10</x>
25      <y>10</y>
26      <width>341</width>
27      <height>221</height>
28     </rect>
29    </property>
30    <layout class="QHBoxLayout" name="horizontalLayout" >
31     <item>
32      <widget class="QListWidget" name="branchWidget" />
33     </item>
34     <item>
35      <layout class="QVBoxLayout" name="verticalLayout" >
36       <item>
37        <widget class="QPushButton" name="newButton" >
38         <property name="enabled" >
39          <bool>false</bool>
40         </property>
41         <property name="toolTip" >
42          <string>Creates new branch based on the selected branch</string>
43         </property>
44         <property name="text" >
45          <string>New</string>
46         </property>
47        </widget>
48       </item>
49       <item>
50        <widget class="QPushButton" name="deleteButton" >
51         <property name="enabled" >
52          <bool>false</bool>
53         </property>
54         <property name="toolTip" >
55          <string>The same as git-branch -D</string>
56         </property>
57         <property name="text" >
58          <string>Delete</string>
59         </property>
60        </widget>
61       </item>
62       <item>
63        <widget class="QPushButton" name="checkoutButton" >
64         <property name="enabled" >
65          <bool>false</bool>
66         </property>
67         <property name="toolTip" >
68          <string>Checkout to the selected branch</string>
69         </property>
70         <property name="text" >
71          <string>Checkout</string>
72         </property>
73        </widget>
74       </item>
75       <item>
76        <widget class="QPushButton" name="cancelButton" >
77         <property name="text" >
78          <string>Cancel</string>
79         </property>
80        </widget>
81       </item>
82      </layout>
83     </item>
84    </layout>
85   </widget>
86  </widget>
87  <tabstops>
88   <tabstop>cancelButton</tabstop>
89   <tabstop>newButton</tabstop>
90   <tabstop>deleteButton</tabstop>
91  </tabstops>
92  <resources/>
93  <connections>
94   <connection>
95    <sender>cancelButton</sender>
96    <signal>clicked()</signal>
97    <receiver>BranchDialogBase</receiver>
98    <slot>reject()</slot>
99    <hints>
100     <hint type="sourcelabel" >
101      <x>364</x>
102      <y>221</y>
103     </hint>
104     <hint type="destinationlabel" >
105      <x>211</x>
106      <y>124</y>
107     </hint>
108    </hints>
109   </connection>
110   <connection>
111    <sender>checkoutButton</sender>
112    <signal>clicked()</signal>
113    <receiver>BranchDialogBase</receiver>
114    <slot>accept()</slot>
115    <hints>
116     <hint type="sourcelabel" >
117      <x>263</x>
118      <y>221</y>
119     </hint>
120     <hint type="destinationlabel" >
121      <x>211</x>
122      <y>124</y>
123     </hint>
124    </hints>
125   </connection>
126  </connections>
127 </ui>