src/eric7/Plugins/VcsPlugins/vcsGit/GitBundleDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitBundleDialog</class>
4 <widget class="QDialog" name="GitBundleDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>184</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Bundle</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QGroupBox" name="groupBox">
22 <property name="title">
23 <string>Revision</string>
24 </property>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QRadioButton" name="revisionsButton">
28 <property name="toolTip">
29 <string>Select to specify a revision or revision range</string>
30 </property>
31 <property name="text">
32 <string>Revisions:</string>
33 </property>
34 <property name="checked">
35 <bool>true</bool>
36 </property>
37 </widget>
38 </item>
39 <item row="0" column="1">
40 <widget class="QLineEdit" name="revisionsEdit">
41 <property name="toolTip">
42 <string>Enter revisions or revision range expressions</string>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="0">
47 <widget class="QRadioButton" name="tagButton">
48 <property name="toolTip">
49 <string>Select to specify a revision by a tag</string>
50 </property>
51 <property name="text">
52 <string>Tag:</string>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="1">
57 <widget class="QComboBox" name="tagCombo">
58 <property name="enabled">
59 <bool>false</bool>
60 </property>
61 <property name="toolTip">
62 <string>Enter a tag name</string>
63 </property>
64 <property name="editable">
65 <bool>true</bool>
66 </property>
67 </widget>
68 </item>
69 <item row="2" column="0">
70 <widget class="QRadioButton" name="branchButton">
71 <property name="toolTip">
72 <string>Select to specify a revision by a branch</string>
73 </property>
74 <property name="text">
75 <string>Branch:</string>
76 </property>
77 </widget>
78 </item>
79 <item row="2" column="1">
80 <widget class="QComboBox" name="branchCombo">
81 <property name="enabled">
82 <bool>false</bool>
83 </property>
84 <property name="toolTip">
85 <string>Enter a branch name</string>
86 </property>
87 <property name="editable">
88 <bool>true</bool>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </widget>
94 </item>
95 <item>
96 <widget class="QDialogButtonBox" name="buttonBox">
97 <property name="orientation">
98 <enum>Qt::Horizontal</enum>
99 </property>
100 <property name="standardButtons">
101 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
102 </property>
103 </widget>
104 </item>
105 </layout>
106 </widget>
107 <tabstops>
108 <tabstop>tagButton</tabstop>
109 <tabstop>tagCombo</tabstop>
110 <tabstop>branchButton</tabstop>
111 <tabstop>branchCombo</tabstop>
112 <tabstop>buttonBox</tabstop>
113 </tabstops>
114 <resources/>
115 <connections>
116 <connection>
117 <sender>buttonBox</sender>
118 <signal>accepted()</signal>
119 <receiver>GitBundleDialog</receiver>
120 <slot>accept()</slot>
121 <hints>
122 <hint type="sourcelabel">
123 <x>270</x>
124 <y>442</y>
125 </hint>
126 <hint type="destinationlabel">
127 <x>157</x>
128 <y>229</y>
129 </hint>
130 </hints>
131 </connection>
132 <connection>
133 <sender>buttonBox</sender>
134 <signal>rejected()</signal>
135 <receiver>GitBundleDialog</receiver>
136 <slot>reject()</slot>
137 <hints>
138 <hint type="sourcelabel">
139 <x>338</x>
140 <y>442</y>
141 </hint>
142 <hint type="destinationlabel">
143 <x>286</x>
144 <y>229</y>
145 </hint>
146 </hints>
147 </connection>
148 <connection>
149 <sender>tagButton</sender>
150 <signal>toggled(bool)</signal>
151 <receiver>tagCombo</receiver>
152 <slot>setEnabled(bool)</slot>
153 <hints>
154 <hint type="sourcelabel">
155 <x>72</x>
156 <y>154</y>
157 </hint>
158 <hint type="destinationlabel">
159 <x>234</x>
160 <y>154</y>
161 </hint>
162 </hints>
163 </connection>
164 <connection>
165 <sender>branchButton</sender>
166 <signal>toggled(bool)</signal>
167 <receiver>branchCombo</receiver>
168 <slot>setEnabled(bool)</slot>
169 <hints>
170 <hint type="sourcelabel">
171 <x>91</x>
172 <y>181</y>
173 </hint>
174 <hint type="destinationlabel">
175 <x>233</x>
176 <y>181</y>
177 </hint>
178 </hints>
179 </connection>
180 </connections>
181 </ui>

eric ide

mercurial