Plugins/VcsPlugins/vcsMercurial/LargefilesExtension/LfRevisionsInputDialog.ui

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3315
bd1a25ead18d
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>LfRevisionsInputDialog</class>
4 <widget class="QDialog" name="LfRevisionsInputDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Revisions Input</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Enter revisions to pull large files for (one per line):</string>
24 </property>
25 <property name="wordWrap">
26 <bool>true</bool>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QPlainTextEdit" name="revisionsEdit">
32 <property name="toolTip">
33 <string>Enter changesets by number, id, range or revset expression one per line</string>
34 </property>
35 <property name="tabChangesFocus">
36 <bool>true</bool>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QDialogButtonBox" name="buttonBox">
42 <property name="orientation">
43 <enum>Qt::Horizontal</enum>
44 </property>
45 <property name="standardButtons">
46 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
47 </property>
48 </widget>
49 </item>
50 </layout>
51 </widget>
52 <tabstops>
53 <tabstop>revisionsEdit</tabstop>
54 <tabstop>buttonBox</tabstop>
55 </tabstops>
56 <resources/>
57 <connections>
58 <connection>
59 <sender>buttonBox</sender>
60 <signal>accepted()</signal>
61 <receiver>LfRevisionsInputDialog</receiver>
62 <slot>accept()</slot>
63 <hints>
64 <hint type="sourcelabel">
65 <x>248</x>
66 <y>254</y>
67 </hint>
68 <hint type="destinationlabel">
69 <x>157</x>
70 <y>274</y>
71 </hint>
72 </hints>
73 </connection>
74 <connection>
75 <sender>buttonBox</sender>
76 <signal>rejected()</signal>
77 <receiver>LfRevisionsInputDialog</receiver>
78 <slot>reject()</slot>
79 <hints>
80 <hint type="sourcelabel">
81 <x>316</x>
82 <y>260</y>
83 </hint>
84 <hint type="destinationlabel">
85 <x>286</x>
86 <y>274</y>
87 </hint>
88 </hints>
89 </connection>
90 </connections>
91 </ui>

eric ide

mercurial