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