Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui

changeset 4597
46be8d9c4dd8
parent 3186
a05eff845522
child 5508
30626def80dc
equal deleted inserted replaced
4595:f0e48b3e31d4 4597:46be8d9c4dd8
14 <string>Subversion Copy</string> 14 <string>Subversion Copy</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout"> 19 <layout class="QGridLayout" name="gridLayout">
20 <item> 20 <item row="0" column="0">
21 <layout class="QGridLayout"> 21 <widget class="QLabel" name="textLabel1">
22 <item row="0" column="0"> 22 <property name="text">
23 <widget class="QLabel" name="textLabel1"> 23 <string>Source:</string>
24 <property name="text"> 24 </property>
25 <string>Source:</string> 25 </widget>
26 </property> 26 </item>
27 </widget> 27 <item row="0" column="1">
28 </item> 28 <widget class="QLineEdit" name="sourceEdit">
29 <item row="0" column="1"> 29 <property name="toolTip">
30 <widget class="QLineEdit" name="sourceEdit"> 30 <string>Shows the name of the source</string>
31 <property name="toolTip"> 31 </property>
32 <string>Shows the name of the source</string> 32 <property name="whatsThis">
33 </property> 33 <string>&lt;b&gt;Source name&lt;/b&gt;
34 <property name="whatsThis">
35 <string>&lt;b&gt;Source name&lt;/b&gt;
36 &lt;p&gt;This field shows the name of the source.&lt;/p&gt;</string> 34 &lt;p&gt;This field shows the name of the source.&lt;/p&gt;</string>
37 </property> 35 </property>
38 <property name="readOnly"> 36 <property name="readOnly">
39 <bool>true</bool> 37 <bool>true</bool>
40 </property> 38 </property>
41 </widget> 39 </widget>
42 </item> 40 </item>
43 <item row="1" column="1"> 41 <item row="1" column="0">
44 <widget class="QLineEdit" name="targetEdit"> 42 <widget class="QLabel" name="textLabel2">
45 <property name="toolTip"> 43 <property name="text">
46 <string>Enter the target name</string> 44 <string>Target:</string>
47 </property> 45 </property>
48 <property name="whatsThis"> 46 </widget>
49 <string>&lt;b&gt;Target name&lt;/b&gt; 47 </item>
48 <item row="1" column="1">
49 <widget class="E5PathPicker" 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;
50 &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> 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>
51 </property> 65 </property>
52 </widget> 66 </widget>
53 </item>
54 <item row="1" column="0">
55 <widget class="QLabel" name="textLabel2">
56 <property name="text">
57 <string>Target:</string>
58 </property>
59 </widget>
60 </item>
61 <item row="1" column="2">
62 <widget class="QToolButton" name="dirButton">
63 <property name="toolTip">
64 <string>Press to open a selection dialog</string>
65 </property>
66 <property name="whatsThis">
67 <string>&lt;b&gt;Target directory&lt;/b&gt;
68 &lt;p&gt;Select the target name for the operation via a selection dialog.&lt;/p&gt;</string>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </item> 67 </item>
74 <item> 68 <item row="2" column="0" colspan="2">
75 <widget class="QCheckBox" name="forceCheckBox"> 69 <widget class="QCheckBox" name="forceCheckBox">
76 <property name="toolTip"> 70 <property name="toolTip">
77 <string>Select to force the operation</string> 71 <string>Select to force the operation</string>
78 </property> 72 </property>
79 <property name="text"> 73 <property name="text">
80 <string>Enforce operation</string> 74 <string>Enforce operation</string>
81 </property> 75 </property>
82 </widget> 76 </widget>
83 </item> 77 </item>
84 <item> 78 <item row="3" column="0" colspan="2">
85 <widget class="QDialogButtonBox" name="buttonBox"> 79 <widget class="QDialogButtonBox" name="buttonBox">
86 <property name="orientation"> 80 <property name="orientation">
87 <enum>Qt::Horizontal</enum> 81 <enum>Qt::Horizontal</enum>
88 </property> 82 </property>
89 <property name="standardButtons"> 83 <property name="standardButtons">
93 </item> 87 </item>
94 </layout> 88 </layout>
95 </widget> 89 </widget>
96 <layoutdefault spacing="6" margin="6"/> 90 <layoutdefault spacing="6" margin="6"/>
97 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 91 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
92 <customwidgets>
93 <customwidget>
94 <class>E5PathPicker</class>
95 <extends>QWidget</extends>
96 <header>E5Gui/E5PathPicker.h</header>
97 <container>1</container>
98 </customwidget>
99 </customwidgets>
98 <tabstops> 100 <tabstops>
99 <tabstop>targetEdit</tabstop> 101 <tabstop>sourceEdit</tabstop>
100 <tabstop>dirButton</tabstop> 102 <tabstop>targetPicker</tabstop>
101 <tabstop>forceCheckBox</tabstop> 103 <tabstop>forceCheckBox</tabstop>
102 <tabstop>buttonBox</tabstop>
103 <tabstop>sourceEdit</tabstop>
104 </tabstops> 104 </tabstops>
105 <resources/> 105 <resources/>
106 <connections> 106 <connections>
107 <connection> 107 <connection>
108 <sender>buttonBox</sender> 108 <sender>buttonBox</sender>

eric ide

mercurial