eric6/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7370
5fb53279f2df
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgStatusDialog</class>
4 <widget class="QWidget" name="HgStatusDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Status</string>
15 </property>
16 <property name="whatsThis">
17 <string>&lt;b&gt;Mercurial Status&lt;/b&gt;
18 &lt;p&gt;This dialog shows the status of the selected file or project.&lt;/p&gt;</string>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <layout class="QHBoxLayout" name="horizontalLayout_2">
23 <item>
24 <widget class="QToolButton" name="actionsButton">
25 <property name="toolTip">
26 <string>Select action from menu</string>
27 </property>
28 <property name="popupMode">
29 <enum>QToolButton::InstantPopup</enum>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <spacer name="horizontalSpacer_2">
35 <property name="orientation">
36 <enum>Qt::Horizontal</enum>
37 </property>
38 <property name="sizeHint" stdset="0">
39 <size>
40 <width>40</width>
41 <height>20</height>
42 </size>
43 </property>
44 </spacer>
45 </item>
46 <item>
47 <widget class="QLabel" name="label">
48 <property name="text">
49 <string>&amp;Filter on Status:</string>
50 </property>
51 <property name="buddy">
52 <cstring>statusFilterCombo</cstring>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QComboBox" name="statusFilterCombo">
58 <property name="toolTip">
59 <string>Select the status of entries to be shown</string>
60 </property>
61 <property name="sizeAdjustPolicy">
62 <enum>QComboBox::AdjustToContents</enum>
63 </property>
64 </widget>
65 </item>
66 </layout>
67 </item>
68 <item>
69 <widget class="QSplitter" name="diffSplitter">
70 <property name="sizePolicy">
71 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
72 <horstretch>0</horstretch>
73 <verstretch>2</verstretch>
74 </sizepolicy>
75 </property>
76 <property name="orientation">
77 <enum>Qt::Vertical</enum>
78 </property>
79 <property name="childrenCollapsible">
80 <bool>false</bool>
81 </property>
82 <widget class="QTreeWidget" name="statusList">
83 <property name="sizePolicy">
84 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
85 <horstretch>0</horstretch>
86 <verstretch>0</verstretch>
87 </sizepolicy>
88 </property>
89 <property name="alternatingRowColors">
90 <bool>true</bool>
91 </property>
92 <property name="selectionMode">
93 <enum>QAbstractItemView::ExtendedSelection</enum>
94 </property>
95 <property name="rootIsDecorated">
96 <bool>false</bool>
97 </property>
98 <property name="sortingEnabled">
99 <bool>true</bool>
100 </property>
101 <column>
102 <property name="text">
103 <string>Commit</string>
104 </property>
105 </column>
106 <column>
107 <property name="text">
108 <string>Status</string>
109 </property>
110 </column>
111 <column>
112 <property name="text">
113 <string>Path</string>
114 </property>
115 </column>
116 </widget>
117 <widget class="QWidget" name="layoutWidget">
118 <layout class="QVBoxLayout" name="verticalLayout_2">
119 <item>
120 <widget class="QLabel" name="diffLabel">
121 <property name="text">
122 <string>Differences</string>
123 </property>
124 </widget>
125 </item>
126 <item>
127 <widget class="QTextEdit" name="diffEdit">
128 <property name="sizePolicy">
129 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
130 <horstretch>0</horstretch>
131 <verstretch>0</verstretch>
132 </sizepolicy>
133 </property>
134 <property name="tabChangesFocus">
135 <bool>true</bool>
136 </property>
137 <property name="lineWrapMode">
138 <enum>QTextEdit::NoWrap</enum>
139 </property>
140 <property name="readOnly">
141 <bool>true</bool>
142 </property>
143 <property name="acceptRichText">
144 <bool>false</bool>
145 </property>
146 </widget>
147 </item>
148 </layout>
149 </widget>
150 </widget>
151 </item>
152 <item>
153 <widget class="QGroupBox" name="errorGroup">
154 <property name="sizePolicy">
155 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
156 <horstretch>0</horstretch>
157 <verstretch>1</verstretch>
158 </sizepolicy>
159 </property>
160 <property name="title">
161 <string>Errors</string>
162 </property>
163 <layout class="QVBoxLayout">
164 <item>
165 <widget class="QTextEdit" name="errors">
166 <property name="readOnly">
167 <bool>true</bool>
168 </property>
169 <property name="acceptRichText">
170 <bool>false</bool>
171 </property>
172 </widget>
173 </item>
174 </layout>
175 </widget>
176 </item>
177 <item>
178 <widget class="QGroupBox" name="inputGroup">
179 <property name="title">
180 <string>Input</string>
181 </property>
182 <layout class="QGridLayout">
183 <item row="1" column="1">
184 <spacer>
185 <property name="orientation">
186 <enum>Qt::Horizontal</enum>
187 </property>
188 <property name="sizeType">
189 <enum>QSizePolicy::Expanding</enum>
190 </property>
191 <property name="sizeHint" stdset="0">
192 <size>
193 <width>327</width>
194 <height>29</height>
195 </size>
196 </property>
197 </spacer>
198 </item>
199 <item row="1" column="2">
200 <widget class="QPushButton" name="sendButton">
201 <property name="toolTip">
202 <string>Press to send the input to the hg process</string>
203 </property>
204 <property name="text">
205 <string>&amp;Send</string>
206 </property>
207 <property name="shortcut">
208 <string>Alt+S</string>
209 </property>
210 </widget>
211 </item>
212 <item row="0" column="0" colspan="3">
213 <widget class="QLineEdit" name="input">
214 <property name="toolTip">
215 <string>Enter data to be sent to the hg process</string>
216 </property>
217 </widget>
218 </item>
219 <item row="1" column="0">
220 <widget class="QCheckBox" name="passwordCheckBox">
221 <property name="toolTip">
222 <string>Select to switch the input field to password mode</string>
223 </property>
224 <property name="text">
225 <string>&amp;Password Mode</string>
226 </property>
227 <property name="shortcut">
228 <string>Alt+P</string>
229 </property>
230 </widget>
231 </item>
232 </layout>
233 </widget>
234 </item>
235 <item>
236 <widget class="QDialogButtonBox" name="buttonBox">
237 <property name="orientation">
238 <enum>Qt::Horizontal</enum>
239 </property>
240 <property name="standardButtons">
241 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
242 </property>
243 </widget>
244 </item>
245 </layout>
246 </widget>
247 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
248 <tabstops>
249 <tabstop>actionsButton</tabstop>
250 <tabstop>statusFilterCombo</tabstop>
251 <tabstop>statusList</tabstop>
252 <tabstop>diffEdit</tabstop>
253 <tabstop>errors</tabstop>
254 <tabstop>input</tabstop>
255 <tabstop>passwordCheckBox</tabstop>
256 <tabstop>sendButton</tabstop>
257 </tabstops>
258 <resources/>
259 <connections/>
260 </ui>

eric ide

mercurial