src/eric7/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/HgCloseHeadSelectionDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8428
2deec2f8a9ab
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgCloseHeadSelectionDialog</class>
4 <widget class="QDialog" name="HgCloseHeadSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>532</width>
10 <height>402</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Close Heads</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>Select heads to be closed:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QTreeWidget" name="headsList">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
31 <horstretch>0</horstretch>
32 <verstretch>2</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="alternatingRowColors">
36 <bool>true</bool>
37 </property>
38 <property name="selectionMode">
39 <enum>QAbstractItemView::ExtendedSelection</enum>
40 </property>
41 <property name="rootIsDecorated">
42 <bool>false</bool>
43 </property>
44 <column>
45 <property name="text">
46 <string>Revision</string>
47 </property>
48 </column>
49 <column>
50 <property name="text">
51 <string>Branch</string>
52 </property>
53 </column>
54 </widget>
55 </item>
56 <item>
57 <widget class="QLabel" name="label_2">
58 <property name="text">
59 <string>Commit Message:</string>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <widget class="EricSpellCheckedTextEdit" name="logEdit">
65 <property name="sizePolicy">
66 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
67 <horstretch>0</horstretch>
68 <verstretch>1</verstretch>
69 </sizepolicy>
70 </property>
71 <property name="tabChangesFocus">
72 <bool>true</bool>
73 </property>
74 <property name="acceptRichText">
75 <bool>false</bool>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <widget class="QDialogButtonBox" name="buttonBox">
81 <property name="orientation">
82 <enum>Qt::Horizontal</enum>
83 </property>
84 <property name="standardButtons">
85 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
86 </property>
87 </widget>
88 </item>
89 </layout>
90 </widget>
91 <customwidgets>
92 <customwidget>
93 <class>EricSpellCheckedTextEdit</class>
94 <extends>QTextEdit</extends>
95 <header>EricWidgets/EricSpellCheckedTextEdit.h</header>
96 </customwidget>
97 </customwidgets>
98 <tabstops>
99 <tabstop>headsList</tabstop>
100 <tabstop>logEdit</tabstop>
101 </tabstops>
102 <resources/>
103 <connections>
104 <connection>
105 <sender>buttonBox</sender>
106 <signal>accepted()</signal>
107 <receiver>HgCloseHeadSelectionDialog</receiver>
108 <slot>accept()</slot>
109 <hints>
110 <hint type="sourcelabel">
111 <x>248</x>
112 <y>254</y>
113 </hint>
114 <hint type="destinationlabel">
115 <x>157</x>
116 <y>274</y>
117 </hint>
118 </hints>
119 </connection>
120 <connection>
121 <sender>buttonBox</sender>
122 <signal>rejected()</signal>
123 <receiver>HgCloseHeadSelectionDialog</receiver>
124 <slot>reject()</slot>
125 <hints>
126 <hint type="sourcelabel">
127 <x>316</x>
128 <y>260</y>
129 </hint>
130 <hint type="destinationlabel">
131 <x>286</x>
132 <y>274</y>
133 </hint>
134 </hints>
135 </connection>
136 </connections>
137 </ui>

eric ide

mercurial