Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3186
a05eff845522
child 4593
cc745fa6c914
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>400</width> 9 <width>400</width>
10 <height>145</height> 10 <height>167</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Mercurial Archive</string> 14 <string>Mercurial Archive</string>
15 </property> 15 </property>
26 </item> 26 </item>
27 <item row="0" column="1"> 27 <item row="0" column="1">
28 <widget class="QLineEdit" name="archiveEdit"> 28 <widget class="QLineEdit" name="archiveEdit">
29 <property name="toolTip"> 29 <property name="toolTip">
30 <string>Enter the file name of the archive</string> 30 <string>Enter the file name of the archive</string>
31 </property>
32 </widget>
33 </item>
34 <item row="0" column="2">
35 <widget class="QPushButton" name="archiveButton">
36 <property name="toolTip">
37 <string>Press to select the archive file name via a file selection dialog</string>
38 </property>
39 <property name="text">
40 <string>...</string>
41 </property> 31 </property>
42 </widget> 32 </widget>
43 </item> 33 </item>
44 <item row="1" column="0"> 34 <item row="1" column="0">
45 <widget class="QLabel" name="label_3"> 35 <widget class="QLabel" name="label_3">
87 <property name="standardButtons"> 77 <property name="standardButtons">
88 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 78 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
89 </property> 79 </property>
90 </widget> 80 </widget>
91 </item> 81 </item>
82 <item row="0" column="2">
83 <widget class="QToolButton" name="archiveButton">
84 <property name="toolTip">
85 <string>Press to select the archive file name via a file selection dialog</string>
86 </property>
87 </widget>
88 </item>
92 </layout> 89 </layout>
93 </widget> 90 </widget>
94 <tabstops> 91 <tabstops>
95 <tabstop>archiveEdit</tabstop> 92 <tabstop>archiveEdit</tabstop>
96 <tabstop>archiveButton</tabstop> 93 <tabstop>archiveButton</tabstop>

eric ide

mercurial