Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3310
a2032ed66aec
child 4593
cc745fa6c914
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>LfConvertDataDialog</class>
4 <widget class="QDialog" name="LfConvertDataDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>143</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Convert Repository Format</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout">
20 <item row="0" column="0" colspan="4">
21 <widget class="E5SqueezeLabelPath" name="currentProjectLabel"/>
22 </item>
23 <item row="1" column="0">
24 <widget class="QLabel" name="label">
25 <property name="text">
26 <string>New project directory:</string>
27 </property>
28 </widget>
29 </item>
30 <item row="1" column="1" colspan="2">
31 <widget class="QLineEdit" name="newProjectEdit">
32 <property name="toolTip">
33 <string>Enter the directory name of the new project directory</string>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="3">
38 <widget class="QToolButton" name="newProjectButton">
39 <property name="toolTip">
40 <string>Press to select the new project directory name via a directory selection dialog</string>
41 </property>
42 </widget>
43 </item>
44 <item row="2" column="0">
45 <widget class="QLabel" name="label_4">
46 <property name="text">
47 <string>Minimum file size:</string>
48 </property>
49 </widget>
50 </item>
51 <item row="2" column="1">
52 <widget class="QSpinBox" name="lfFileSizeSpinBox">
53 <property name="toolTip">
54 <string>Enter the minimum file size in MB for files to be treated as Large Files</string>
55 </property>
56 <property name="alignment">
57 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
58 </property>
59 <property name="suffix">
60 <string> MB</string>
61 </property>
62 <property name="minimum">
63 <number>1</number>
64 </property>
65 <property name="value">
66 <number>10</number>
67 </property>
68 </widget>
69 </item>
70 <item row="2" column="2" colspan="2">
71 <spacer name="horizontalSpacer">
72 <property name="orientation">
73 <enum>Qt::Horizontal</enum>
74 </property>
75 <property name="sizeHint" stdset="0">
76 <size>
77 <width>297</width>
78 <height>20</height>
79 </size>
80 </property>
81 </spacer>
82 </item>
83 <item row="3" column="0">
84 <widget class="QLabel" name="label_5">
85 <property name="text">
86 <string>Patterns:</string>
87 </property>
88 </widget>
89 </item>
90 <item row="3" column="1" colspan="3">
91 <widget class="QLineEdit" name="lfFilePatternsEdit">
92 <property name="toolTip">
93 <string>Enter file patterns (space separated) for files to be treated as Large Files</string>
94 </property>
95 </widget>
96 </item>
97 <item row="4" column="0" colspan="4">
98 <widget class="QDialogButtonBox" name="buttonBox">
99 <property name="orientation">
100 <enum>Qt::Horizontal</enum>
101 </property>
102 <property name="standardButtons">
103 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
104 </property>
105 </widget>
106 </item>
107 </layout>
108 </widget>
109 <customwidgets>
110 <customwidget>
111 <class>E5SqueezeLabelPath</class>
112 <extends>QLabel</extends>
113 <header>E5Gui/E5SqueezeLabels.h</header>
114 </customwidget>
115 </customwidgets>
116 <tabstops>
117 <tabstop>newProjectEdit</tabstop>
118 <tabstop>newProjectButton</tabstop>
119 <tabstop>lfFileSizeSpinBox</tabstop>
120 <tabstop>lfFilePatternsEdit</tabstop>
121 <tabstop>buttonBox</tabstop>
122 </tabstops>
123 <resources/>
124 <connections>
125 <connection>
126 <sender>buttonBox</sender>
127 <signal>accepted()</signal>
128 <receiver>LfConvertDataDialog</receiver>
129 <slot>accept()</slot>
130 <hints>
131 <hint type="sourcelabel">
132 <x>248</x>
133 <y>254</y>
134 </hint>
135 <hint type="destinationlabel">
136 <x>157</x>
137 <y>274</y>
138 </hint>
139 </hints>
140 </connection>
141 <connection>
142 <sender>buttonBox</sender>
143 <signal>rejected()</signal>
144 <receiver>LfConvertDataDialog</receiver>
145 <slot>reject()</slot>
146 <hints>
147 <hint type="sourcelabel">
148 <x>316</x>
149 <y>260</y>
150 </hint>
151 <hint type="destinationlabel">
152 <x>286</x>
153 <y>274</y>
154 </hint>
155 </hints>
156 </connection>
157 </connections>
158 </ui>

eric ide

mercurial