eric6/Plugins/VcsPlugins/vcsGit/GitCommandDialog.ui

changeset 6942
2602857055c5
parent 6020
baf6da1ae288
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitCommandDialog</class>
4 <widget class="QDialog" name="GitCommandDialog">
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>Git 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>Git 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 Git command to be executed with all necessary parameters</string>
37 </property>
38 <property name="whatsThis">
39 <string>&lt;b&gt;Git Command&lt;/b&gt;
40 &lt;p&gt;Enter the Git 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 Git client executable (i.e. git).&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="duplicatesEnabled">
52 <bool>false</bool>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="0">
57 <widget class="QLabel" name="textLabel3">
58 <property name="sizePolicy">
59 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
60 <horstretch>0</horstretch>
61 <verstretch>0</verstretch>
62 </sizepolicy>
63 </property>
64 <property name="text">
65 <string>Project Directory:</string>
66 </property>
67 </widget>
68 </item>
69 <item row="1" column="1">
70 <widget class="QLabel" name="projectDirLabel">
71 <property name="sizePolicy">
72 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
73 <horstretch>0</horstretch>
74 <verstretch>0</verstretch>
75 </sizepolicy>
76 </property>
77 <property name="toolTip">
78 <string>This shows the root directory of the current project.</string>
79 </property>
80 <property name="text">
81 <string>project directory</string>
82 </property>
83 </widget>
84 </item>
85 <item row="2" column="0" colspan="2">
86 <widget class="QDialogButtonBox" name="buttonBox">
87 <property name="orientation">
88 <enum>Qt::Horizontal</enum>
89 </property>
90 <property name="standardButtons">
91 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
92 </property>
93 </widget>
94 </item>
95 </layout>
96 </widget>
97 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
98 <tabstops>
99 <tabstop>commandCombo</tabstop>
100 <tabstop>buttonBox</tabstop>
101 </tabstops>
102 <resources/>
103 <connections>
104 <connection>
105 <sender>buttonBox</sender>
106 <signal>accepted()</signal>
107 <receiver>GitCommandDialog</receiver>
108 <slot>accept()</slot>
109 <hints>
110 <hint type="sourcelabel">
111 <x>41</x>
112 <y>103</y>
113 </hint>
114 <hint type="destinationlabel">
115 <x>49</x>
116 <y>129</y>
117 </hint>
118 </hints>
119 </connection>
120 <connection>
121 <sender>buttonBox</sender>
122 <signal>rejected()</signal>
123 <receiver>GitCommandDialog</receiver>
124 <slot>reject()</slot>
125 <hints>
126 <hint type="sourcelabel">
127 <x>173</x>
128 <y>109</y>
129 </hint>
130 <hint type="destinationlabel">
131 <x>174</x>
132 <y>128</y>
133 </hint>
134 </hints>
135 </connection>
136 </connections>
137 </ui>

eric ide

mercurial