Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui

changeset 3353
ddc966a494b0
equal deleted inserted replaced
3352:4b7fb52459ce 3353:ddc966a494b0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgBranchInputDialog</class>
4 <widget class="QDialog" name="HgBranchInputDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>128</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Create Branch</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Enter branch name:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QComboBox" name="branchComboBox">
29 <property name="toolTip">
30 <string>Enter the new branch name (spaces will be converted to _)</string>
31 </property>
32 <property name="editable">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QCheckBox" name="commitCheckBox">
39 <property name="toolTip">
40 <string>Select to commit the branch</string>
41 </property>
42 <property name="text">
43 <string>Commit Branch</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QDialogButtonBox" name="buttonBox">
49 <property name="orientation">
50 <enum>Qt::Horizontal</enum>
51 </property>
52 <property name="standardButtons">
53 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </widget>
59 <tabstops>
60 <tabstop>branchComboBox</tabstop>
61 <tabstop>commitCheckBox</tabstop>
62 <tabstop>buttonBox</tabstop>
63 </tabstops>
64 <resources/>
65 <connections>
66 <connection>
67 <sender>buttonBox</sender>
68 <signal>accepted()</signal>
69 <receiver>HgBranchInputDialog</receiver>
70 <slot>accept()</slot>
71 <hints>
72 <hint type="sourcelabel">
73 <x>248</x>
74 <y>254</y>
75 </hint>
76 <hint type="destinationlabel">
77 <x>157</x>
78 <y>274</y>
79 </hint>
80 </hints>
81 </connection>
82 <connection>
83 <sender>buttonBox</sender>
84 <signal>rejected()</signal>
85 <receiver>HgBranchInputDialog</receiver>
86 <slot>reject()</slot>
87 <hints>
88 <hint type="sourcelabel">
89 <x>316</x>
90 <y>260</y>
91 </hint>
92 <hint type="destinationlabel">
93 <x>286</x>
94 <y>274</y>
95 </hint>
96 </hints>
97 </connection>
98 </connections>
99 </ui>

eric ide

mercurial