src/eric7/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8318
962bce857696
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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="QPlainTextEdit" 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="lineWrapMode">
135 <enum>QPlainTextEdit::NoWrap</enum>
136 </property>
137 <property name="readOnly">
138 <bool>true</bool>
139 </property>
140 <property name="tabStopDistance">
141 <double>8.000000000000000</double>
142 </property>
143 </widget>
144 </item>
145 </layout>
146 </widget>
147 </widget>
148 </item>
149 <item>
150 <widget class="QGroupBox" name="errorGroup">
151 <property name="sizePolicy">
152 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
153 <horstretch>0</horstretch>
154 <verstretch>1</verstretch>
155 </sizepolicy>
156 </property>
157 <property name="title">
158 <string>Errors</string>
159 </property>
160 <layout class="QVBoxLayout">
161 <item>
162 <widget class="QTextEdit" name="errors">
163 <property name="readOnly">
164 <bool>true</bool>
165 </property>
166 <property name="acceptRichText">
167 <bool>false</bool>
168 </property>
169 </widget>
170 </item>
171 </layout>
172 </widget>
173 </item>
174 <item>
175 <widget class="QDialogButtonBox" name="buttonBox">
176 <property name="orientation">
177 <enum>Qt::Horizontal</enum>
178 </property>
179 <property name="standardButtons">
180 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
181 </property>
182 </widget>
183 </item>
184 </layout>
185 </widget>
186 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
187 <tabstops>
188 <tabstop>actionsButton</tabstop>
189 <tabstop>statusFilterCombo</tabstop>
190 <tabstop>statusList</tabstop>
191 <tabstop>diffEdit</tabstop>
192 <tabstop>errors</tabstop>
193 </tabstops>
194 <resources/>
195 <connections/>
196 </ui>

eric ide

mercurial