3 <widget class="QDialog" name="remote" >
4 <property name="geometry" >
12 <property name="windowTitle" >
15 <layout class="QVBoxLayout" >
17 <layout class="QHBoxLayout" >
19 <widget class="QLabel" name="local_label" >
20 <property name="text" >
21 <string>Local Branches</string>
26 <widget class="QLineEdit" name="local_branch" />
31 <widget class="QListWidget" name="local_branches" />
34 <layout class="QHBoxLayout" >
36 <widget class="QLabel" name="label_2" >
37 <property name="text" >
38 <string>Remote</string>
43 <widget class="QLineEdit" name="remotename" />
48 <widget class="QListWidget" name="remotes" />
51 <layout class="QHBoxLayout" >
53 <widget class="QLabel" name="remote_label" >
54 <property name="text" >
55 <string>Remote Branch</string>
60 <widget class="QLineEdit" name="remote_branch" />
65 <widget class="QListWidget" name="remote_branches" />
68 <layout class="QHBoxLayout" >
70 <widget class="QCheckBox" name="ffwd_only_checkbox" >
71 <property name="text" >
72 <string>Fast Forward Only</string>
74 <property name="checked" >
80 <widget class="QCheckBox" name="tags_checkbox" >
81 <property name="text" >
82 <string>Include tags</string>
87 <widget class="QCheckBox" name="rebase_checkbox" >
88 <property name="text" >
89 <string>Rebase</string>
95 <property name="orientation" >
96 <enum>Qt::Horizontal</enum>
98 <property name="sizeHint" stdset="0" >
107 <widget class="QPushButton" name="action_button" >
108 <property name="text" >
109 <string>Push</string>
114 <widget class="QPushButton" name="cancel_button" >
115 <property name="text" >
116 <string>Cancel</string>
127 <sender>cancel_button</sender>
128 <signal>released()</signal>
129 <receiver>remote</receiver>
130 <slot>reject()</slot>
132 <hint type="sourcelabel" >
136 <hint type="destinationlabel" >