Plugins/VcsPlugins/vcsGit/GitStashBrowserDialog.ui

changeset 6020
baf6da1ae288
equal deleted inserted replaced
6019:58ecdaf0b789 6020:baf6da1ae288
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitStashBrowserDialog</class>
4 <widget class="QWidget" name="GitStashBrowserDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>574</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Stash Browser</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <widget class="QTreeWidget" name="stashList">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
21 <horstretch>0</horstretch>
22 <verstretch>5</verstretch>
23 </sizepolicy>
24 </property>
25 <property name="contextMenuPolicy">
26 <enum>Qt::CustomContextMenu</enum>
27 </property>
28 <property name="alternatingRowColors">
29 <bool>true</bool>
30 </property>
31 <property name="rootIsDecorated">
32 <bool>false</bool>
33 </property>
34 <property name="itemsExpandable">
35 <bool>false</bool>
36 </property>
37 <property name="sortingEnabled">
38 <bool>true</bool>
39 </property>
40 <column>
41 <property name="text">
42 <string>Name</string>
43 </property>
44 </column>
45 <column>
46 <property name="text">
47 <string>Date</string>
48 </property>
49 </column>
50 <column>
51 <property name="text">
52 <string>Message</string>
53 </property>
54 </column>
55 </widget>
56 </item>
57 <item>
58 <widget class="QGroupBox" name="groupBox">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
61 <horstretch>0</horstretch>
62 <verstretch>4</verstretch>
63 </sizepolicy>
64 </property>
65 <property name="title">
66 <string>Statistics</string>
67 </property>
68 <layout class="QVBoxLayout" name="verticalLayout">
69 <item>
70 <widget class="QTreeWidget" name="statisticsList">
71 <property name="sizePolicy">
72 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
73 <horstretch>0</horstretch>
74 <verstretch>2</verstretch>
75 </sizepolicy>
76 </property>
77 <property name="alternatingRowColors">
78 <bool>true</bool>
79 </property>
80 <property name="selectionMode">
81 <enum>QAbstractItemView::NoSelection</enum>
82 </property>
83 <property name="rootIsDecorated">
84 <bool>false</bool>
85 </property>
86 <property name="itemsExpandable">
87 <bool>false</bool>
88 </property>
89 <column>
90 <property name="text">
91 <string>File</string>
92 </property>
93 </column>
94 <column>
95 <property name="text">
96 <string>Changes</string>
97 </property>
98 </column>
99 <column>
100 <property name="text">
101 <string>Lines added</string>
102 </property>
103 </column>
104 <column>
105 <property name="text">
106 <string>Lines deleted</string>
107 </property>
108 </column>
109 <column>
110 <property name="text">
111 <string/>
112 </property>
113 </column>
114 </widget>
115 </item>
116 <item>
117 <layout class="QHBoxLayout" name="horizontalLayout">
118 <item>
119 <widget class="QLabel" name="filesLabel">
120 <property name="text">
121 <string/>
122 </property>
123 </widget>
124 </item>
125 <item>
126 <widget class="QLabel" name="insertionsLabel">
127 <property name="text">
128 <string/>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <widget class="QLabel" name="deletionsLabel">
134 <property name="text">
135 <string/>
136 </property>
137 </widget>
138 </item>
139 </layout>
140 </item>
141 </layout>
142 </widget>
143 </item>
144 <item>
145 <widget class="QGroupBox" name="errorGroup">
146 <property name="sizePolicy">
147 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
148 <horstretch>0</horstretch>
149 <verstretch>1</verstretch>
150 </sizepolicy>
151 </property>
152 <property name="title">
153 <string>Errors</string>
154 </property>
155 <layout class="QVBoxLayout">
156 <item>
157 <widget class="QTextEdit" name="errors">
158 <property name="whatsThis">
159 <string>&lt;b&gt;Git stash errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git stash command.&lt;/p&gt;</string>
160 </property>
161 <property name="readOnly">
162 <bool>true</bool>
163 </property>
164 <property name="acceptRichText">
165 <bool>false</bool>
166 </property>
167 </widget>
168 </item>
169 </layout>
170 </widget>
171 </item>
172 <item>
173 <widget class="QGroupBox" name="inputGroup">
174 <property name="title">
175 <string>Input</string>
176 </property>
177 <layout class="QGridLayout" name="_2">
178 <item row="1" column="1">
179 <spacer>
180 <property name="orientation">
181 <enum>Qt::Horizontal</enum>
182 </property>
183 <property name="sizeType">
184 <enum>QSizePolicy::Expanding</enum>
185 </property>
186 <property name="sizeHint" stdset="0">
187 <size>
188 <width>327</width>
189 <height>29</height>
190 </size>
191 </property>
192 </spacer>
193 </item>
194 <item row="1" column="2">
195 <widget class="QPushButton" name="sendButton">
196 <property name="toolTip">
197 <string>Press to send the input to the git process</string>
198 </property>
199 <property name="text">
200 <string>&amp;Send</string>
201 </property>
202 <property name="shortcut">
203 <string>Alt+S</string>
204 </property>
205 </widget>
206 </item>
207 <item row="0" column="0" colspan="3">
208 <widget class="QLineEdit" name="input">
209 <property name="toolTip">
210 <string>Enter data to be sent to the git process</string>
211 </property>
212 </widget>
213 </item>
214 <item row="1" column="0">
215 <widget class="QCheckBox" name="passwordCheckBox">
216 <property name="toolTip">
217 <string>Select to switch the input field to password mode</string>
218 </property>
219 <property name="text">
220 <string>&amp;Password Mode</string>
221 </property>
222 <property name="shortcut">
223 <string>Alt+P</string>
224 </property>
225 </widget>
226 </item>
227 </layout>
228 </widget>
229 </item>
230 <item>
231 <widget class="QDialogButtonBox" name="buttonBox">
232 <property name="standardButtons">
233 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
234 </property>
235 </widget>
236 </item>
237 </layout>
238 <zorder>buttonBox</zorder>
239 <zorder>stashList</zorder>
240 <zorder>errorGroup</zorder>
241 <zorder>inputGroup</zorder>
242 <zorder>groupBox</zorder>
243 </widget>
244 <tabstops>
245 <tabstop>stashList</tabstop>
246 <tabstop>statisticsList</tabstop>
247 <tabstop>errors</tabstop>
248 <tabstop>input</tabstop>
249 <tabstop>passwordCheckBox</tabstop>
250 <tabstop>sendButton</tabstop>
251 <tabstop>buttonBox</tabstop>
252 </tabstops>
253 <resources/>
254 <connections/>
255 </ui>

eric ide

mercurial