eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditPlanEditor.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>HgHisteditPlanEditor</class>
4 <widget class="QDialog" name="HgHisteditPlanEditor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>650</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Edit Plan</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_3">
20 <item>
21 <widget class="QSplitter" name="splitter">
22 <property name="orientation">
23 <enum>Qt::Vertical</enum>
24 </property>
25 <widget class="QGroupBox" name="groupBox">
26 <property name="sizePolicy">
27 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
28 <horstretch>0</horstretch>
29 <verstretch>0</verstretch>
30 </sizepolicy>
31 </property>
32 <property name="title">
33 <string>Modification Plan</string>
34 </property>
35 <layout class="QHBoxLayout" name="horizontalLayout">
36 <item>
37 <widget class="QTreeWidget" name="planTreeWidget">
38 <property name="sizePolicy">
39 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
40 <horstretch>0</horstretch>
41 <verstretch>0</verstretch>
42 </sizepolicy>
43 </property>
44 <property name="editTriggers">
45 <set>QAbstractItemView::NoEditTriggers</set>
46 </property>
47 <property name="alternatingRowColors">
48 <bool>true</bool>
49 </property>
50 <property name="rootIsDecorated">
51 <bool>false</bool>
52 </property>
53 <property name="itemsExpandable">
54 <bool>false</bool>
55 </property>
56 <attribute name="headerStretchLastSection">
57 <bool>false</bool>
58 </attribute>
59 <column>
60 <property name="text">
61 <string>Action</string>
62 </property>
63 </column>
64 <column>
65 <property name="text">
66 <string>Revision</string>
67 </property>
68 </column>
69 <column>
70 <property name="text">
71 <string>Summary</string>
72 </property>
73 </column>
74 </widget>
75 </item>
76 <item>
77 <layout class="QVBoxLayout" name="verticalLayout_2">
78 <item>
79 <spacer name="verticalSpacer_2">
80 <property name="orientation">
81 <enum>Qt::Vertical</enum>
82 </property>
83 <property name="sizeHint" stdset="0">
84 <size>
85 <width>20</width>
86 <height>40</height>
87 </size>
88 </property>
89 </spacer>
90 </item>
91 <item>
92 <widget class="QPushButton" name="upButton">
93 <property name="toolTip">
94 <string>Press to move the selected entry up</string>
95 </property>
96 <property name="text">
97 <string>Up</string>
98 </property>
99 </widget>
100 </item>
101 <item>
102 <widget class="QPushButton" name="downButton">
103 <property name="toolTip">
104 <string>Press to move the selected entry down</string>
105 </property>
106 <property name="text">
107 <string>Down</string>
108 </property>
109 </widget>
110 </item>
111 <item>
112 <spacer name="verticalSpacer">
113 <property name="orientation">
114 <enum>Qt::Vertical</enum>
115 </property>
116 <property name="sizeHint" stdset="0">
117 <size>
118 <width>20</width>
119 <height>40</height>
120 </size>
121 </property>
122 </spacer>
123 </item>
124 </layout>
125 </item>
126 </layout>
127 </widget>
128 <widget class="QGroupBox" name="groupBox_2">
129 <property name="title">
130 <string>Information</string>
131 </property>
132 <layout class="QVBoxLayout" name="verticalLayout">
133 <item>
134 <widget class="QPlainTextEdit" name="infoEdit">
135 <property name="readOnly">
136 <bool>true</bool>
137 </property>
138 </widget>
139 </item>
140 </layout>
141 </widget>
142 </widget>
143 </item>
144 <item>
145 <widget class="QDialogButtonBox" name="buttonBox">
146 <property name="orientation">
147 <enum>Qt::Horizontal</enum>
148 </property>
149 <property name="standardButtons">
150 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
151 </property>
152 </widget>
153 </item>
154 </layout>
155 </widget>
156 <tabstops>
157 <tabstop>planTreeWidget</tabstop>
158 <tabstop>upButton</tabstop>
159 <tabstop>downButton</tabstop>
160 <tabstop>infoEdit</tabstop>
161 </tabstops>
162 <resources/>
163 <connections>
164 <connection>
165 <sender>buttonBox</sender>
166 <signal>accepted()</signal>
167 <receiver>HgHisteditPlanEditor</receiver>
168 <slot>accept()</slot>
169 <hints>
170 <hint type="sourcelabel">
171 <x>248</x>
172 <y>254</y>
173 </hint>
174 <hint type="destinationlabel">
175 <x>157</x>
176 <y>274</y>
177 </hint>
178 </hints>
179 </connection>
180 <connection>
181 <sender>buttonBox</sender>
182 <signal>rejected()</signal>
183 <receiver>HgHisteditPlanEditor</receiver>
184 <slot>reject()</slot>
185 <hints>
186 <hint type="sourcelabel">
187 <x>316</x>
188 <y>260</y>
189 </hint>
190 <hint type="destinationlabel">
191 <x>286</x>
192 <y>274</y>
193 </hint>
194 </hints>
195 </connection>
196 </connections>
197 </ui>

eric ide

mercurial