eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui

branch
eric7
changeset 8750
978bb45ffdcd
parent 8312
800c432b34c8
equal deleted inserted replaced
8741:54546929c371 8750:978bb45ffdcd
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>400</width> 9 <width>400</width>
10 <height>128</height> 10 <height>130</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Create Branch</string> 14 <string>Create Branch</string>
15 </property> 15 </property>
33 <bool>true</bool> 33 <bool>true</bool>
34 </property> 34 </property>
35 </widget> 35 </widget>
36 </item> 36 </item>
37 <item> 37 <item>
38 <widget class="QCheckBox" name="commitCheckBox"> 38 <layout class="QHBoxLayout" name="horizontalLayout">
39 <property name="toolTip"> 39 <item>
40 <string>Select to commit the branch</string> 40 <widget class="QCheckBox" name="commitCheckBox">
41 </property> 41 <property name="toolTip">
42 <property name="text"> 42 <string>Select to commit the branch</string>
43 <string>Commit Branch</string> 43 </property>
44 </property> 44 <property name="text">
45 </widget> 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>
46 </item> 60 </item>
47 <item> 61 <item>
48 <widget class="QDialogButtonBox" name="buttonBox"> 62 <widget class="QDialogButtonBox" name="buttonBox">
49 <property name="orientation"> 63 <property name="orientation">
50 <enum>Qt::Horizontal</enum> 64 <enum>Qt::Horizontal</enum>

eric ide

mercurial