eric7/Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 6942
2602857055c5
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitPatchFilesDialog</class>
4 <widget class="QDialog" name="GitPatchFilesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>498</width>
10 <height>411</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Patch Files</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout_2">
22 <item>
23 <widget class="QListWidget" name="patchFilesList">
24 <property name="alternatingRowColors">
25 <bool>true</bool>
26 </property>
27 <property name="selectionMode">
28 <enum>QAbstractItemView::ExtendedSelection</enum>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <layout class="QVBoxLayout" name="verticalLayout">
34 <item>
35 <widget class="QToolButton" name="addButton">
36 <property name="toolTip">
37 <string>Press to add patch files to the list</string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QToolButton" name="deleteButton">
43 <property name="toolTip">
44 <string>Press to delete the selected patch files from the list</string>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="Line" name="line">
50 <property name="orientation">
51 <enum>Qt::Horizontal</enum>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <widget class="QToolButton" name="upButton">
57 <property name="toolTip">
58 <string>Press to move the selected file up</string>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QToolButton" name="downButton">
64 <property name="toolTip">
65 <string>Press to move the selected file down</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <spacer name="verticalSpacer">
71 <property name="orientation">
72 <enum>Qt::Vertical</enum>
73 </property>
74 <property name="sizeHint" stdset="0">
75 <size>
76 <width>20</width>
77 <height>40</height>
78 </size>
79 </property>
80 </spacer>
81 </item>
82 </layout>
83 </item>
84 </layout>
85 </item>
86 <item>
87 <layout class="QHBoxLayout" name="horizontalLayout">
88 <item>
89 <widget class="QLabel" name="label_4">
90 <property name="text">
91 <string>Strip Count:</string>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <widget class="QSpinBox" name="stripSpinBox">
97 <property name="toolTip">
98 <string>Enter number of leading directories to strip off (default 1)</string>
99 </property>
100 <property name="alignment">
101 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
102 </property>
103 <property name="maximum">
104 <number>9</number>
105 </property>
106 <property name="value">
107 <number>1</number>
108 </property>
109 </widget>
110 </item>
111 <item>
112 <spacer name="horizontalSpacer">
113 <property name="orientation">
114 <enum>Qt::Horizontal</enum>
115 </property>
116 <property name="sizeHint" stdset="0">
117 <size>
118 <width>118</width>
119 <height>20</height>
120 </size>
121 </property>
122 </spacer>
123 </item>
124 </layout>
125 </item>
126 <item>
127 <widget class="QCheckBox" name="eofCheckBox">
128 <property name="toolTip">
129 <string>Select, if the patch has inaccurate end-of-file markers</string>
130 </property>
131 <property name="text">
132 <string>Patch has inaccurate end-of-file</string>
133 </property>
134 </widget>
135 </item>
136 <item>
137 <widget class="QCheckBox" name="lineCountsCheckBox">
138 <property name="toolTip">
139 <string>Select, if the line counts of the patch header may be wrong</string>
140 </property>
141 <property name="text">
142 <string>Don't trust line counts</string>
143 </property>
144 </widget>
145 </item>
146 <item>
147 <widget class="QDialogButtonBox" name="buttonBox">
148 <property name="orientation">
149 <enum>Qt::Horizontal</enum>
150 </property>
151 <property name="standardButtons">
152 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 <tabstops>
159 <tabstop>patchFilesList</tabstop>
160 <tabstop>addButton</tabstop>
161 <tabstop>deleteButton</tabstop>
162 <tabstop>upButton</tabstop>
163 <tabstop>downButton</tabstop>
164 <tabstop>stripSpinBox</tabstop>
165 <tabstop>eofCheckBox</tabstop>
166 <tabstop>lineCountsCheckBox</tabstop>
167 </tabstops>
168 <resources/>
169 <connections>
170 <connection>
171 <sender>buttonBox</sender>
172 <signal>accepted()</signal>
173 <receiver>GitPatchFilesDialog</receiver>
174 <slot>accept()</slot>
175 <hints>
176 <hint type="sourcelabel">
177 <x>248</x>
178 <y>254</y>
179 </hint>
180 <hint type="destinationlabel">
181 <x>157</x>
182 <y>274</y>
183 </hint>
184 </hints>
185 </connection>
186 <connection>
187 <sender>buttonBox</sender>
188 <signal>rejected()</signal>
189 <receiver>GitPatchFilesDialog</receiver>
190 <slot>reject()</slot>
191 <hints>
192 <hint type="sourcelabel">
193 <x>316</x>
194 <y>260</y>
195 </hint>
196 <hint type="destinationlabel">
197 <x>286</x>
198 <y>274</y>
199 </hint>
200 </hints>
201 </connection>
202 </connections>
203 </ui>

eric ide

mercurial