src/eric7/Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.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>SvnOptionsDialog</class>
4 <widget class="QDialog" name="SvnOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>565</width>
10 <height>149</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Repository Infos</string>
15 </property>
16 <property name="whatsThis">
17 <string>&lt;b&gt;Repository Infos Dialog&lt;/b&gt;
18 &lt;p&gt;Enter the various infos into the entry fields. These values are used to generate a new project in the repository. If the checkbox is selected, the URL must end in the project name. A directory tree with project/tags, project/branches and project/trunk will be generated in the repository. If the checkbox is not selected, the URL must contain the complete path in the repository.&lt;/p&gt;
19 &lt;p&gt;For remote repositories the URL must contain the hostname.&lt;/p&gt;</string>
20 </property>
21 <property name="sizeGripEnabled">
22 <bool>true</bool>
23 </property>
24 <layout class="QGridLayout" name="gridLayout">
25 <item row="0" column="0">
26 <widget class="QLabel" name="textLabel1">
27 <property name="text">
28 <string>&amp;Protocol:</string>
29 </property>
30 <property name="buddy">
31 <cstring>protocolCombo</cstring>
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1">
36 <widget class="QComboBox" name="protocolCombo">
37 <property name="toolTip">
38 <string>Select the protocol to access the repository</string>
39 </property>
40 </widget>
41 </item>
42 <item row="1" column="0">
43 <widget class="QLabel" name="vcsUrlLabel">
44 <property name="text">
45 <string>&amp;URL:</string>
46 </property>
47 <property name="buddy">
48 <cstring>vcsUrlPicker</cstring>
49 </property>
50 </widget>
51 </item>
52 <item row="1" column="1">
53 <widget class="EricPathPicker" name="vcsUrlPicker" native="true">
54 <property name="sizePolicy">
55 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
56 <horstretch>0</horstretch>
57 <verstretch>0</verstretch>
58 </sizepolicy>
59 </property>
60 <property name="focusPolicy">
61 <enum>Qt::StrongFocus</enum>
62 </property>
63 <property name="toolTip">
64 <string>Enter the url path of the module in the repository (without protocol part)</string>
65 </property>
66 <property name="whatsThis">
67 <string>&lt;b&gt;URL&lt;/b&gt;&lt;p&gt;Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.&lt;/p&gt;</string>
68 </property>
69 </widget>
70 </item>
71 <item row="2" column="0">
72 <widget class="QLabel" name="TextLabel5">
73 <property name="text">
74 <string>Log &amp;Message:</string>
75 </property>
76 <property name="buddy">
77 <cstring>vcsLogEdit</cstring>
78 </property>
79 </widget>
80 </item>
81 <item row="2" column="1">
82 <widget class="QLineEdit" name="vcsLogEdit">
83 <property name="toolTip">
84 <string>Enter the log message for the new project.</string>
85 </property>
86 <property name="whatsThis">
87 <string>&lt;b&gt;Log Message&lt;/b&gt;
88 &lt;p&gt;Enter the log message to be used for the new project.&lt;/p&gt;</string>
89 </property>
90 <property name="text">
91 <string>new project started</string>
92 </property>
93 </widget>
94 </item>
95 <item row="3" column="0" colspan="2">
96 <widget class="QCheckBox" name="layoutCheckBox">
97 <property name="toolTip">
98 <string>Select, if the standard repository layout (projectdir/trunk, projectdir/tags, projectdir/branches) should be generated</string>
99 </property>
100 <property name="text">
101 <string>Create standard repository &amp;layout</string>
102 </property>
103 <property name="shortcut">
104 <string>Alt+L</string>
105 </property>
106 <property name="checked">
107 <bool>true</bool>
108 </property>
109 </widget>
110 </item>
111 <item row="4" column="0" colspan="2">
112 <widget class="QDialogButtonBox" name="buttonBox">
113 <property name="orientation">
114 <enum>Qt::Horizontal</enum>
115 </property>
116 <property name="standardButtons">
117 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
118 </property>
119 </widget>
120 </item>
121 </layout>
122 </widget>
123 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
124 <customwidgets>
125 <customwidget>
126 <class>EricPathPicker</class>
127 <extends>QWidget</extends>
128 <header>EricWidgets/EricPathPicker.h</header>
129 <container>1</container>
130 </customwidget>
131 </customwidgets>
132 <tabstops>
133 <tabstop>protocolCombo</tabstop>
134 <tabstop>vcsUrlPicker</tabstop>
135 <tabstop>vcsLogEdit</tabstop>
136 <tabstop>layoutCheckBox</tabstop>
137 </tabstops>
138 <resources/>
139 <connections>
140 <connection>
141 <sender>buttonBox</sender>
142 <signal>accepted()</signal>
143 <receiver>SvnOptionsDialog</receiver>
144 <slot>accept()</slot>
145 <hints>
146 <hint type="sourcelabel">
147 <x>24</x>
148 <y>130</y>
149 </hint>
150 <hint type="destinationlabel">
151 <x>24</x>
152 <y>151</y>
153 </hint>
154 </hints>
155 </connection>
156 <connection>
157 <sender>buttonBox</sender>
158 <signal>rejected()</signal>
159 <receiver>SvnOptionsDialog</receiver>
160 <slot>reject()</slot>
161 <hints>
162 <hint type="sourcelabel">
163 <x>104</x>
164 <y>135</y>
165 </hint>
166 <hint type="destinationlabel">
167 <x>104</x>
168 <y>148</y>
169 </hint>
170 </hints>
171 </connection>
172 </connections>
173 </ui>

eric ide

mercurial