src/eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8750
978bb45ffdcd
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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>130</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 <layout class="QHBoxLayout" name="horizontalLayout">
39 <item>
40 <widget class="QCheckBox" name="commitCheckBox">
41 <property name="toolTip">
42 <string>Select to commit the branch</string>
43 </property>
44 <property name="text">
45 <string>Commit Branch</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QCheckBox" name="forceCheckBox">
51 <property name="toolTip">
52 <string>Select to force creating the branch</string>
53 </property>
54 <property name="text">
55 <string>Force</string>
56 </property>
57 </widget>
58 </item>
59 </layout>
60 </item>
61 <item>
62 <widget class="QDialogButtonBox" name="buttonBox">
63 <property name="orientation">
64 <enum>Qt::Horizontal</enum>
65 </property>
66 <property name="standardButtons">
67 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
68 </property>
69 </widget>
70 </item>
71 </layout>
72 </widget>
73 <tabstops>
74 <tabstop>branchComboBox</tabstop>
75 <tabstop>commitCheckBox</tabstop>
76 <tabstop>buttonBox</tabstop>
77 </tabstops>
78 <resources/>
79 <connections>
80 <connection>
81 <sender>buttonBox</sender>
82 <signal>accepted()</signal>
83 <receiver>HgBranchInputDialog</receiver>
84 <slot>accept()</slot>
85 <hints>
86 <hint type="sourcelabel">
87 <x>248</x>
88 <y>254</y>
89 </hint>
90 <hint type="destinationlabel">
91 <x>157</x>
92 <y>274</y>
93 </hint>
94 </hints>
95 </connection>
96 <connection>
97 <sender>buttonBox</sender>
98 <signal>rejected()</signal>
99 <receiver>HgBranchInputDialog</receiver>
100 <slot>reject()</slot>
101 <hints>
102 <hint type="sourcelabel">
103 <x>316</x>
104 <y>260</y>
105 </hint>
106 <hint type="destinationlabel">
107 <x>286</x>
108 <y>274</y>
109 </hint>
110 </hints>
111 </connection>
112 </connections>
113 </ui>

eric ide

mercurial