Plugins/VcsPlugins/vcsMercurial/HgCopyDialog.ui

changeset 178
dd9f0bca5e2f
child 1290
e131e4f5446b
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgCopyDialog</class>
4 <widget class="QDialog" name="HgCopyDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>409</width>
10 <height>138</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Copy</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout">
20 <item>
21 <layout class="QGridLayout">
22 <item row="1" column="2">
23 <widget class="QPushButton" name="dirButton">
24 <property name="toolTip">
25 <string>Press to open a selection dialog</string>
26 </property>
27 <property name="whatsThis">
28 <string>&lt;b&gt;Target directory&lt;/b&gt;
29 &lt;p&gt;Select the target name for the operation via a selection dialog.&lt;/p&gt;</string>
30 </property>
31 <property name="text">
32 <string>...</string>
33 </property>
34 </widget>
35 </item>
36 <item row="0" column="0">
37 <widget class="QLabel" name="textLabel1">
38 <property name="text">
39 <string>Source:</string>
40 </property>
41 </widget>
42 </item>
43 <item row="0" column="1">
44 <widget class="QLineEdit" name="sourceEdit">
45 <property name="focusPolicy">
46 <enum>Qt::NoFocus</enum>
47 </property>
48 <property name="toolTip">
49 <string>Shows the name of the source</string>
50 </property>
51 <property name="whatsThis">
52 <string>&lt;b&gt;Source name&lt;/b&gt;
53 &lt;p&gt;This field shows the name of the source.&lt;/p&gt;</string>
54 </property>
55 <property name="readOnly">
56 <bool>true</bool>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="1">
61 <widget class="QLineEdit" name="targetEdit">
62 <property name="toolTip">
63 <string>Enter the target name</string>
64 </property>
65 <property name="whatsThis">
66 <string>&lt;b&gt;Target name&lt;/b&gt;
67 &lt;p&gt;Enter the new name in this field.&lt;/p&gt;</string>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="0">
72 <widget class="QLabel" name="textLabel2">
73 <property name="text">
74 <string>Target:</string>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </item>
80 <item>
81 <widget class="QCheckBox" name="forceCheckBox">
82 <property name="toolTip">
83 <string>Select to force the operation</string>
84 </property>
85 <property name="text">
86 <string>Enforce operation</string>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QDialogButtonBox" name="buttonBox">
92 <property name="orientation">
93 <enum>Qt::Horizontal</enum>
94 </property>
95 <property name="standardButtons">
96 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
97 </property>
98 </widget>
99 </item>
100 </layout>
101 </widget>
102 <layoutdefault spacing="6" margin="6"/>
103 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
104 <tabstops>
105 <tabstop>targetEdit</tabstop>
106 <tabstop>dirButton</tabstop>
107 <tabstop>forceCheckBox</tabstop>
108 <tabstop>buttonBox</tabstop>
109 </tabstops>
110 <resources/>
111 <connections>
112 <connection>
113 <sender>buttonBox</sender>
114 <signal>accepted()</signal>
115 <receiver>HgCopyDialog</receiver>
116 <slot>accept()</slot>
117 <hints>
118 <hint type="sourcelabel">
119 <x>32</x>
120 <y>79</y>
121 </hint>
122 <hint type="destinationlabel">
123 <x>32</x>
124 <y>97</y>
125 </hint>
126 </hints>
127 </connection>
128 <connection>
129 <sender>buttonBox</sender>
130 <signal>rejected()</signal>
131 <receiver>HgCopyDialog</receiver>
132 <slot>reject()</slot>
133 <hints>
134 <hint type="sourcelabel">
135 <x>101</x>
136 <y>80</y>
137 </hint>
138 <hint type="destinationlabel">
139 <x>101</x>
140 <y>97</y>
141 </hint>
142 </hints>
143 </connection>
144 </connections>
145 </ui>

eric ide

mercurial