src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.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>SvnCopyDialog</class>
4 <widget class="QDialog" name="SvnCopyDialog">
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>Subversion Copy</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">
21 <widget class="QLabel" name="textLabel1">
22 <property name="text">
23 <string>Source:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QLineEdit" name="sourceEdit">
29 <property name="toolTip">
30 <string>Shows the name of the source</string>
31 </property>
32 <property name="whatsThis">
33 <string>&lt;b&gt;Source name&lt;/b&gt;
34 &lt;p&gt;This field shows the name of the source.&lt;/p&gt;</string>
35 </property>
36 <property name="readOnly">
37 <bool>true</bool>
38 </property>
39 </widget>
40 </item>
41 <item row="1" column="0">
42 <widget class="QLabel" name="textLabel2">
43 <property name="text">
44 <string>Target:</string>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="1">
49 <widget class="EricPathPicker" name="targetPicker" native="true">
50 <property name="sizePolicy">
51 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
52 <horstretch>0</horstretch>
53 <verstretch>0</verstretch>
54 </sizepolicy>
55 </property>
56 <property name="focusPolicy">
57 <enum>Qt::StrongFocus</enum>
58 </property>
59 <property name="toolTip">
60 <string>Enter the target name</string>
61 </property>
62 <property name="whatsThis">
63 <string>&lt;b&gt;Target name&lt;/b&gt;
64 &lt;p&gt;Enter the new name in this field. The target must be the new name or an absolute path.&lt;/p&gt;</string>
65 </property>
66 </widget>
67 </item>
68 <item row="2" column="0" colspan="2">
69 <widget class="QCheckBox" name="forceCheckBox">
70 <property name="toolTip">
71 <string>Select to force the operation</string>
72 </property>
73 <property name="text">
74 <string>Enforce operation</string>
75 </property>
76 </widget>
77 </item>
78 <item row="3" column="0" colspan="2">
79 <widget class="QDialogButtonBox" name="buttonBox">
80 <property name="orientation">
81 <enum>Qt::Horizontal</enum>
82 </property>
83 <property name="standardButtons">
84 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
85 </property>
86 </widget>
87 </item>
88 </layout>
89 </widget>
90 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
91 <customwidgets>
92 <customwidget>
93 <class>EricPathPicker</class>
94 <extends>QWidget</extends>
95 <header>EricWidgets/EricPathPicker.h</header>
96 <container>1</container>
97 </customwidget>
98 </customwidgets>
99 <tabstops>
100 <tabstop>sourceEdit</tabstop>
101 <tabstop>targetPicker</tabstop>
102 <tabstop>forceCheckBox</tabstop>
103 </tabstops>
104 <resources/>
105 <connections>
106 <connection>
107 <sender>buttonBox</sender>
108 <signal>accepted()</signal>
109 <receiver>SvnCopyDialog</receiver>
110 <slot>accept()</slot>
111 <hints>
112 <hint type="sourcelabel">
113 <x>32</x>
114 <y>79</y>
115 </hint>
116 <hint type="destinationlabel">
117 <x>32</x>
118 <y>97</y>
119 </hint>
120 </hints>
121 </connection>
122 <connection>
123 <sender>buttonBox</sender>
124 <signal>rejected()</signal>
125 <receiver>SvnCopyDialog</receiver>
126 <slot>reject()</slot>
127 <hints>
128 <hint type="sourcelabel">
129 <x>101</x>
130 <y>80</y>
131 </hint>
132 <hint type="destinationlabel">
133 <x>101</x>
134 <y>97</y>
135 </hint>
136 </hints>
137 </connection>
138 </connections>
139 </ui>

eric ide

mercurial