Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.ui

changeset 178
dd9f0bca5e2f
child 3656
441956d8fce5
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgCommandDialog</class>
4 <widget class="QDialog" name="HgCommandDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>628</width>
10 <height>99</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Command</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>Mercurial Command:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QComboBox" name="commandCombo">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="toolTip">
36 <string>Enter the Mercurial command to be executed with all necessary parameters</string>
37 </property>
38 <property name="whatsThis">
39 <string>&lt;b&gt;Mercurial Command&lt;/b&gt;
40 &lt;p&gt;Enter the Mercurial command to be executed including all necessary
41 parameters. If a parameter of the commandline includes a space you have to
42 surround this parameter by single or double quotes. Do not include the name
43 of the Mercurial client executable (i.e. hg).&lt;/p&gt;</string>
44 </property>
45 <property name="editable">
46 <bool>true</bool>
47 </property>
48 <property name="insertPolicy">
49 <enum>QComboBox::InsertAtTop</enum>
50 </property>
51 <property name="autoCompletion">
52 <bool>true</bool>
53 </property>
54 <property name="duplicatesEnabled">
55 <bool>false</bool>
56 </property>
57 </widget>
58 </item>
59 <item row="1" column="0">
60 <widget class="QLabel" name="textLabel3">
61 <property name="sizePolicy">
62 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
63 <horstretch>0</horstretch>
64 <verstretch>0</verstretch>
65 </sizepolicy>
66 </property>
67 <property name="text">
68 <string>Project Directory:</string>
69 </property>
70 </widget>
71 </item>
72 <item row="1" column="1">
73 <widget class="QLabel" name="projectDirLabel">
74 <property name="sizePolicy">
75 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
76 <horstretch>0</horstretch>
77 <verstretch>0</verstretch>
78 </sizepolicy>
79 </property>
80 <property name="toolTip">
81 <string>This shows the root directory of the current project.</string>
82 </property>
83 <property name="text">
84 <string>project directory</string>
85 </property>
86 </widget>
87 </item>
88 <item row="2" column="0" colspan="2">
89 <widget class="QDialogButtonBox" name="buttonBox">
90 <property name="orientation">
91 <enum>Qt::Horizontal</enum>
92 </property>
93 <property name="standardButtons">
94 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
95 </property>
96 </widget>
97 </item>
98 </layout>
99 </widget>
100 <layoutdefault spacing="6" margin="6"/>
101 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
102 <tabstops>
103 <tabstop>commandCombo</tabstop>
104 <tabstop>buttonBox</tabstop>
105 </tabstops>
106 <resources/>
107 <connections>
108 <connection>
109 <sender>buttonBox</sender>
110 <signal>accepted()</signal>
111 <receiver>HgCommandDialog</receiver>
112 <slot>accept()</slot>
113 <hints>
114 <hint type="sourcelabel">
115 <x>41</x>
116 <y>103</y>
117 </hint>
118 <hint type="destinationlabel">
119 <x>49</x>
120 <y>129</y>
121 </hint>
122 </hints>
123 </connection>
124 <connection>
125 <sender>buttonBox</sender>
126 <signal>rejected()</signal>
127 <receiver>HgCommandDialog</receiver>
128 <slot>reject()</slot>
129 <hints>
130 <hint type="sourcelabel">
131 <x>173</x>
132 <y>109</y>
133 </hint>
134 <hint type="destinationlabel">
135 <x>174</x>
136 <y>128</y>
137 </hint>
138 </hints>
139 </connection>
140 </connections>
141 </ui>

eric ide

mercurial