src/eric7/Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgClientPromptDialog</class>
4 <widget class="QDialog" name="HgClientPromptDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial Client Input</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" colspan="2">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Message:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="1" column="0" colspan="2">
28 <widget class="QPlainTextEdit" name="messageEdit">
29 <property name="toolTip">
30 <string>Shows the message sent by the Mercurial server</string>
31 </property>
32 <property name="tabChangesFocus">
33 <bool>true</bool>
34 </property>
35 <property name="readOnly">
36 <bool>true</bool>
37 </property>
38 </widget>
39 </item>
40 <item row="2" column="0" colspan="2">
41 <widget class="QCheckBox" name="passwordCheckBox">
42 <property name="toolTip">
43 <string>Select to switch the input field to password mode</string>
44 </property>
45 <property name="text">
46 <string>&amp;Password Mode</string>
47 </property>
48 <property name="shortcut">
49 <string>Alt+P</string>
50 </property>
51 </widget>
52 </item>
53 <item row="3" column="0">
54 <widget class="QLabel" name="label_2">
55 <property name="text">
56 <string>Input:</string>
57 </property>
58 </widget>
59 </item>
60 <item row="3" column="1">
61 <widget class="QLineEdit" name="inputEdit">
62 <property name="toolTip">
63 <string>Enter the response to be sent to the Mercurial server</string>
64 </property>
65 </widget>
66 </item>
67 <item row="4" column="0" colspan="2">
68 <widget class="QDialogButtonBox" name="buttonBox">
69 <property name="orientation">
70 <enum>Qt::Horizontal</enum>
71 </property>
72 <property name="standardButtons">
73 <set>QDialogButtonBox::Ok</set>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </widget>
79 <tabstops>
80 <tabstop>passwordCheckBox</tabstop>
81 <tabstop>inputEdit</tabstop>
82 <tabstop>messageEdit</tabstop>
83 </tabstops>
84 <resources/>
85 <connections>
86 <connection>
87 <sender>buttonBox</sender>
88 <signal>accepted()</signal>
89 <receiver>HgClientPromptDialog</receiver>
90 <slot>accept()</slot>
91 <hints>
92 <hint type="sourcelabel">
93 <x>248</x>
94 <y>254</y>
95 </hint>
96 <hint type="destinationlabel">
97 <x>157</x>
98 <y>274</y>
99 </hint>
100 </hints>
101 </connection>
102 <connection>
103 <sender>buttonBox</sender>
104 <signal>rejected()</signal>
105 <receiver>HgClientPromptDialog</receiver>
106 <slot>reject()</slot>
107 <hints>
108 <hint type="sourcelabel">
109 <x>316</x>
110 <y>260</y>
111 </hint>
112 <hint type="destinationlabel">
113 <x>286</x>
114 <y>274</y>
115 </hint>
116 </hints>
117 </connection>
118 </connections>
119 </ui>

eric ide

mercurial