eric6/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.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>HgUnshelveDataDialog</class>
4 <widget class="QDialog" name="HgUnshelveDataDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>108</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Unshelve</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">
22 <property name="text">
23 <string>Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QComboBox" name="nameComboBox">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="toolTip">
36 <string>Enter the name of the shelve</string>
37 </property>
38 <property name="editable">
39 <bool>true</bool>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="0" colspan="2">
44 <widget class="QCheckBox" name="keepCheckBox">
45 <property name="toolTip">
46 <string>Select to keep the shelved change</string>
47 </property>
48 <property name="text">
49 <string>Keep shelved change</string>
50 </property>
51 </widget>
52 </item>
53 <item row="2" column="0" colspan="2">
54 <widget class="QDialogButtonBox" name="buttonBox">
55 <property name="orientation">
56 <enum>Qt::Horizontal</enum>
57 </property>
58 <property name="standardButtons">
59 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
60 </property>
61 </widget>
62 </item>
63 </layout>
64 </widget>
65 <tabstops>
66 <tabstop>nameComboBox</tabstop>
67 <tabstop>keepCheckBox</tabstop>
68 <tabstop>buttonBox</tabstop>
69 </tabstops>
70 <resources/>
71 <connections>
72 <connection>
73 <sender>buttonBox</sender>
74 <signal>accepted()</signal>
75 <receiver>HgUnshelveDataDialog</receiver>
76 <slot>accept()</slot>
77 <hints>
78 <hint type="sourcelabel">
79 <x>248</x>
80 <y>254</y>
81 </hint>
82 <hint type="destinationlabel">
83 <x>157</x>
84 <y>274</y>
85 </hint>
86 </hints>
87 </connection>
88 <connection>
89 <sender>buttonBox</sender>
90 <signal>rejected()</signal>
91 <receiver>HgUnshelveDataDialog</receiver>
92 <slot>reject()</slot>
93 <hints>
94 <hint type="sourcelabel">
95 <x>316</x>
96 <y>260</y>
97 </hint>
98 <hint type="destinationlabel">
99 <x>286</x>
100 <y>274</y>
101 </hint>
102 </hints>
103 </connection>
104 </connections>
105 </ui>

eric ide

mercurial