src/eric7/Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfConvertDataDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8358
144a6b854f70
child 9413
80c06d472826
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
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>144</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="3">
21 <widget class="EricSqueezeLabelPath" 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="EricPathPicker" name="newProjectPicker" native="true">
32 <property name="sizePolicy">
33 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 <property name="focusPolicy">
39 <enum>Qt::StrongFocus</enum>
40 </property>
41 <property name="toolTip">
42 <string>Enter the directory name of the new project directory</string>
43 </property>
44 </widget>
45 </item>
46 <item row="2" column="0">
47 <widget class="QLabel" name="label_4">
48 <property name="text">
49 <string>Minimum file size:</string>
50 </property>
51 </widget>
52 </item>
53 <item row="2" column="1">
54 <widget class="QSpinBox" name="lfFileSizeSpinBox">
55 <property name="toolTip">
56 <string>Enter the minimum file size in MB for files to be treated as Large Files</string>
57 </property>
58 <property name="alignment">
59 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
60 </property>
61 <property name="suffix">
62 <string> MB</string>
63 </property>
64 <property name="minimum">
65 <number>1</number>
66 </property>
67 <property name="value">
68 <number>10</number>
69 </property>
70 </widget>
71 </item>
72 <item row="2" column="2">
73 <spacer name="horizontalSpacer">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>297</width>
80 <height>20</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 <item row="3" column="0">
86 <widget class="QLabel" name="label_5">
87 <property name="text">
88 <string>Patterns:</string>
89 </property>
90 </widget>
91 </item>
92 <item row="3" column="1" colspan="2">
93 <widget class="QLineEdit" name="lfFilePatternsEdit">
94 <property name="toolTip">
95 <string>Enter file patterns (space separated) for files to be treated as Large Files</string>
96 </property>
97 </widget>
98 </item>
99 <item row="4" column="0" colspan="3">
100 <widget class="QDialogButtonBox" name="buttonBox">
101 <property name="orientation">
102 <enum>Qt::Horizontal</enum>
103 </property>
104 <property name="standardButtons">
105 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </widget>
111 <customwidgets>
112 <customwidget>
113 <class>EricPathPicker</class>
114 <extends>QWidget</extends>
115 <header>EricWidgets/EricPathPicker.h</header>
116 <container>1</container>
117 </customwidget>
118 <customwidget>
119 <class>EricSqueezeLabelPath</class>
120 <extends>QLabel</extends>
121 <header>EricWidgets/EricSqueezeLabels.h</header>
122 </customwidget>
123 </customwidgets>
124 <tabstops>
125 <tabstop>newProjectPicker</tabstop>
126 <tabstop>lfFileSizeSpinBox</tabstop>
127 <tabstop>lfFilePatternsEdit</tabstop>
128 </tabstops>
129 <resources/>
130 <connections>
131 <connection>
132 <sender>buttonBox</sender>
133 <signal>accepted()</signal>
134 <receiver>LfConvertDataDialog</receiver>
135 <slot>accept()</slot>
136 <hints>
137 <hint type="sourcelabel">
138 <x>248</x>
139 <y>254</y>
140 </hint>
141 <hint type="destinationlabel">
142 <x>157</x>
143 <y>274</y>
144 </hint>
145 </hints>
146 </connection>
147 <connection>
148 <sender>buttonBox</sender>
149 <signal>rejected()</signal>
150 <receiver>LfConvertDataDialog</receiver>
151 <slot>reject()</slot>
152 <hints>
153 <hint type="sourcelabel">
154 <x>316</x>
155 <y>260</y>
156 </hint>
157 <hint type="destinationlabel">
158 <x>286</x>
159 <y>274</y>
160 </hint>
161 </hints>
162 </connection>
163 </connections>
164 </ui>

eric ide

mercurial