views.standard: Remove the 'parent_view' attribute
[git-cola.git] / ui / remote.ui
blobc15f452181d0315fa0c0b0daf9259749fa4778d1
1 <ui version="4.0" >
2  <class>remote</class>
3  <widget class="QDialog" name="remote" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>550</width>
9     <height>512</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Push</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QHBoxLayout" >
18      <item>
19       <widget class="QLabel" name="local_label" >
20        <property name="text" >
21         <string>Local Branches</string>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <widget class="QLineEdit" name="local_branch" />
27      </item>
28     </layout>
29    </item>
30    <item>
31     <widget class="QListWidget" name="local_branches" />
32    </item>
33    <item>
34     <layout class="QHBoxLayout" >
35      <item>
36       <widget class="QLabel" name="label_2" >
37        <property name="text" >
38         <string>Remote</string>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <widget class="QLineEdit" name="remotename" />
44      </item>
45     </layout>
46    </item>
47    <item>
48     <widget class="QListWidget" name="remotes" />
49    </item>
50    <item>
51     <layout class="QHBoxLayout" >
52      <item>
53       <widget class="QLabel" name="remote_label" >
54        <property name="text" >
55         <string>Remote Branch</string>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QLineEdit" name="remote_branch" />
61      </item>
62     </layout>
63    </item>
64    <item>
65     <widget class="QListWidget" name="remote_branches" />
66    </item>
67    <item>
68     <layout class="QHBoxLayout" >
69      <item>
70       <widget class="QCheckBox" name="ffwd_only_checkbox" >
71        <property name="text" >
72         <string>Fast Forward Only</string>
73        </property>
74        <property name="checked" >
75         <bool>true</bool>
76        </property>
77       </widget>
78      </item>
79      <item>
80       <widget class="QCheckBox" name="tags_checkbox" >
81        <property name="text" >
82         <string>Include tags</string>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QCheckBox" name="rebase_checkbox" >
88        <property name="text" >
89         <string>Rebase</string>
90        </property>
91       </widget>
92      </item>
93      <item>
94       <spacer>
95        <property name="orientation" >
96         <enum>Qt::Horizontal</enum>
97        </property>
98        <property name="sizeHint" stdset="0" >
99         <size>
100          <width>40</width>
101          <height>20</height>
102         </size>
103        </property>
104       </spacer>
105      </item>
106      <item>
107       <widget class="QPushButton" name="action_button" >
108        <property name="text" >
109         <string>Push</string>
110        </property>
111       </widget>
112      </item>
113      <item>
114       <widget class="QPushButton" name="cancel_button" >
115        <property name="text" >
116         <string>Cancel</string>
117        </property>
118       </widget>
119      </item>
120     </layout>
121    </item>
122   </layout>
123  </widget>
124  <resources/>
125  <connections>
126   <connection>
127    <sender>cancel_button</sender>
128    <signal>released()</signal>
129    <receiver>remote</receiver>
130    <slot>reject()</slot>
131    <hints>
132     <hint type="sourcelabel" >
133      <x>502</x>
134      <y>489</y>
135     </hint>
136     <hint type="destinationlabel" >
137      <x>274</x>
138      <y>255</y>
139     </hint>
140    </hints>
141   </connection>
142  </connections>
143 </ui>