Plugins/VcsPlugins/vcsGit/GitBranchPushDialog.ui

changeset 6020
baf6da1ae288
equal deleted inserted replaced
6019:58ecdaf0b789 6020:baf6da1ae288
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitBranchPushDialog</class>
4 <widget class="QDialog" name="GitBranchPushDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>497</width>
10 <height>107</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Push Branch</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Branch Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QComboBox" name="branchComboBox">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="toolTip">
36 <string>Select the branch</string>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="0">
41 <widget class="QLabel" name="label_2">
42 <property name="text">
43 <string>Remote Name:</string>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="1">
48 <widget class="QComboBox" name="remoteComboBox">
49 <property name="sizePolicy">
50 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
51 <horstretch>0</horstretch>
52 <verstretch>0</verstretch>
53 </sizepolicy>
54 </property>
55 <property name="toolTip">
56 <string>Select the remote repository</string>
57 </property>
58 </widget>
59 </item>
60 <item row="2" column="0" colspan="2">
61 <widget class="QDialogButtonBox" name="buttonBox">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
64 </property>
65 <property name="standardButtons">
66 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
67 </property>
68 </widget>
69 </item>
70 </layout>
71 </widget>
72 <tabstops>
73 <tabstop>branchComboBox</tabstop>
74 <tabstop>remoteComboBox</tabstop>
75 </tabstops>
76 <resources/>
77 <connections>
78 <connection>
79 <sender>buttonBox</sender>
80 <signal>accepted()</signal>
81 <receiver>GitBranchPushDialog</receiver>
82 <slot>accept()</slot>
83 <hints>
84 <hint type="sourcelabel">
85 <x>248</x>
86 <y>254</y>
87 </hint>
88 <hint type="destinationlabel">
89 <x>157</x>
90 <y>274</y>
91 </hint>
92 </hints>
93 </connection>
94 <connection>
95 <sender>buttonBox</sender>
96 <signal>rejected()</signal>
97 <receiver>GitBranchPushDialog</receiver>
98 <slot>reject()</slot>
99 <hints>
100 <hint type="sourcelabel">
101 <x>316</x>
102 <y>260</y>
103 </hint>
104 <hint type="destinationlabel">
105 <x>286</x>
106 <y>274</y>
107 </hint>
108 </hints>
109 </connection>
110 </connections>
111 </ui>

eric ide

mercurial