Avoid raising an exception when a child cannot be started.
[ugit.git] / ui / pushgui.ui
bloba7cbb7f11fc6b6bdaa09b4f54dd3e225b3220344
1 <ui version="4.0" >
2  <class>pushgui</class>
3  <widget class="QDialog" name="pushgui" >
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="label" >
20        <property name="text" >
21         <string>Local Branches</string>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <widget class="QLineEdit" name="localBranchText" />
27      </item>
28     </layout>
29    </item>
30    <item>
31     <widget class="QListWidget" name="localBranchList" />
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="remoteText" />
44      </item>
45     </layout>
46    </item>
47    <item>
48     <widget class="QListWidget" name="remoteList" />
49    </item>
50    <item>
51     <layout class="QHBoxLayout" >
52      <item>
53       <widget class="QLabel" name="label_3" >
54        <property name="text" >
55         <string>Destination Branch</string>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QLineEdit" name="remoteBranchText" />
61      </item>
62     </layout>
63    </item>
64    <item>
65     <widget class="QListWidget" name="remoteBranchList" />
66    </item>
67    <item>
68     <layout class="QHBoxLayout" >
69      <item>
70       <widget class="QCheckBox" name="allowFFOnlyCheckBox" >
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="tagsCheckBox" >
81        <property name="text" >
82         <string>Include tags</string>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <spacer>
88        <property name="orientation" >
89         <enum>Qt::Horizontal</enum>
90        </property>
91        <property name="sizeHint" >
92         <size>
93          <width>40</width>
94          <height>20</height>
95         </size>
96        </property>
97       </spacer>
98      </item>
99      <item>
100       <widget class="QPushButton" name="pushButton" >
101        <property name="text" >
102         <string>Push</string>
103        </property>
104       </widget>
105      </item>
106      <item>
107       <widget class="QPushButton" name="cancelButton" >
108        <property name="text" >
109         <string>Cancel</string>
110        </property>
111       </widget>
112      </item>
113     </layout>
114    </item>
115   </layout>
116  </widget>
117  <resources/>
118  <connections/>
119 </ui>