Plugins/VcsPlugins/vcsMercurial/HgOptionsDialog.ui

changeset 178
dd9f0bca5e2f
child 4004
51a8bbea6e9f
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgOptionsDialog</class>
4 <widget class="QDialog" name="HgOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>565</width>
10 <height>78</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="QVBoxLayout" name="verticalLayout">
25 <item>
26 <layout class="QHBoxLayout" name="horizontalLayout">
27 <item>
28 <widget class="QLabel" name="TextLabel5">
29 <property name="text">
30 <string>Commit &amp;Message:</string>
31 </property>
32 <property name="buddy">
33 <cstring>vcsLogEdit</cstring>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QLineEdit" name="vcsLogEdit">
39 <property name="toolTip">
40 <string>Enter the log message for the new project.</string>
41 </property>
42 <property name="whatsThis">
43 <string>&lt;b&gt;Log Message&lt;/b&gt;
44 &lt;p&gt;Enter the log message to be used for the new project.&lt;/p&gt;</string>
45 </property>
46 <property name="text">
47 <string>new project started</string>
48 </property>
49 </widget>
50 </item>
51 </layout>
52 </item>
53 <item>
54 <widget class="QDialogButtonBox" name="buttonBox">
55 <property name="orientation">
56 <enum>Qt::Horizontal</enum>
57 </property>
58 <property name="standardButtons">
59 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
60 </property>
61 </widget>
62 </item>
63 </layout>
64 </widget>
65 <layoutdefault spacing="6" margin="6"/>
66 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
67 <tabstops>
68 <tabstop>vcsLogEdit</tabstop>
69 </tabstops>
70 <resources/>
71 <connections>
72 <connection>
73 <sender>buttonBox</sender>
74 <signal>accepted()</signal>
75 <receiver>HgOptionsDialog</receiver>
76 <slot>accept()</slot>
77 <hints>
78 <hint type="sourcelabel">
79 <x>56</x>
80 <y>68</y>
81 </hint>
82 <hint type="destinationlabel">
83 <x>51</x>
84 <y>77</y>
85 </hint>
86 </hints>
87 </connection>
88 <connection>
89 <sender>buttonBox</sender>
90 <signal>rejected()</signal>
91 <receiver>HgOptionsDialog</receiver>
92 <slot>reject()</slot>
93 <hints>
94 <hint type="sourcelabel">
95 <x>213</x>
96 <y>68</y>
97 </hint>
98 <hint type="destinationlabel">
99 <x>205</x>
100 <y>77</y>
101 </hint>
102 </hints>
103 </connection>
104 </connections>
105 </ui>

eric ide

mercurial