eric6/Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgPhaseDialog</class>
4 <widget class="QDialog" name="HgPhaseDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>186</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Phases</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_5">
22 <property name="text">
23 <string>&amp;Revisions:</string>
24 </property>
25 <property name="buddy">
26 <cstring>revisionsEdit</cstring>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1">
31 <widget class="QPlainTextEdit" name="revisionsEdit">
32 <property name="toolTip">
33 <string>Enter revisions by number, id, range or revset expression one per line</string>
34 </property>
35 <property name="tabChangesFocus">
36 <bool>true</bool>
37 </property>
38 <property name="lineWrapMode">
39 <enum>QPlainTextEdit::NoWrap</enum>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0">
44 <widget class="QLabel" name="label">
45 <property name="text">
46 <string>Phase:</string>
47 </property>
48 </widget>
49 </item>
50 <item row="1" column="1">
51 <widget class="QComboBox" name="phaseCombo">
52 <property name="toolTip">
53 <string>Select the phase to be set for the specified revisions</string>
54 </property>
55 </widget>
56 </item>
57 <item row="2" column="0" colspan="2">
58 <widget class="QCheckBox" name="forceCheckBox">
59 <property name="toolTip">
60 <string>Select to force the phase change</string>
61 </property>
62 <property name="text">
63 <string>Force Phase Change</string>
64 </property>
65 </widget>
66 </item>
67 <item row="3" column="0" colspan="2">
68 <widget class="QDialogButtonBox" name="buttonBox">
69 <property name="orientation">
70 <enum>Qt::Horizontal</enum>
71 </property>
72 <property name="standardButtons">
73 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </widget>
79 <tabstops>
80 <tabstop>revisionsEdit</tabstop>
81 <tabstop>phaseCombo</tabstop>
82 <tabstop>forceCheckBox</tabstop>
83 <tabstop>buttonBox</tabstop>
84 </tabstops>
85 <resources/>
86 <connections>
87 <connection>
88 <sender>buttonBox</sender>
89 <signal>accepted()</signal>
90 <receiver>HgPhaseDialog</receiver>
91 <slot>accept()</slot>
92 <hints>
93 <hint type="sourcelabel">
94 <x>248</x>
95 <y>254</y>
96 </hint>
97 <hint type="destinationlabel">
98 <x>157</x>
99 <y>274</y>
100 </hint>
101 </hints>
102 </connection>
103 <connection>
104 <sender>buttonBox</sender>
105 <signal>rejected()</signal>
106 <receiver>HgPhaseDialog</receiver>
107 <slot>reject()</slot>
108 <hints>
109 <hint type="sourcelabel">
110 <x>316</x>
111 <y>260</y>
112 </hint>
113 <hint type="destinationlabel">
114 <x>286</x>
115 <y>274</y>
116 </hint>
117 </hints>
118 </connection>
119 </connections>
120 </ui>

eric ide

mercurial