3 <widget class="QDialog" name="pushgui" >
4 <property name="geometry" >
12 <property name="windowTitle" >
15 <layout class="QVBoxLayout" >
17 <layout class="QHBoxLayout" >
19 <widget class="QLabel" name="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="remote" />
48 <widget class="QListWidget" name="remotes" />
51 <layout class="QHBoxLayout" >
53 <widget class="QLabel" name="label_3" >
54 <property name="text" >
55 <string>Destination 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>
88 <property name="orientation" >
89 <enum>Qt::Horizontal</enum>
91 <property name="sizeHint" >
100 <widget class="QPushButton" name="push_button" >
101 <property name="text" >
102 <string>Push</string>
107 <widget class="QPushButton" name="cancel_button" >
108 <property name="text" >
109 <string>Cancel</string>
120 <sender>cancel_button</sender>
121 <signal>released()</signal>
122 <receiver>pushgui</receiver>
123 <slot>reject()</slot>
125 <hint type="sourcelabel" >
129 <hint type="destinationlabel" >