Plugins/VcsPlugins/vcsMercurial/HgDialog.ui

changeset 178
dd9f0bca5e2f
child 1805
c666c9bdbb2d
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgDialog</class>
4 <widget class="QDialog" name="HgDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>593</width>
10 <height>499</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Mercurial</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout">
20 <item>
21 <widget class="QGroupBox" name="outputGroup">
22 <property name="sizePolicy">
23 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
24 <horstretch>0</horstretch>
25 <verstretch>2</verstretch>
26 </sizepolicy>
27 </property>
28 <property name="title">
29 <string>Output</string>
30 </property>
31 <layout class="QVBoxLayout">
32 <item>
33 <widget class="QTextEdit" name="resultbox">
34 <property name="focusPolicy">
35 <enum>Qt::NoFocus</enum>
36 </property>
37 <property name="readOnly">
38 <bool>true</bool>
39 </property>
40 <property name="acceptRichText">
41 <bool>false</bool>
42 </property>
43 </widget>
44 </item>
45 </layout>
46 </widget>
47 </item>
48 <item>
49 <widget class="QGroupBox" name="errorGroup">
50 <property name="sizePolicy">
51 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
52 <horstretch>0</horstretch>
53 <verstretch>1</verstretch>
54 </sizepolicy>
55 </property>
56 <property name="title">
57 <string>Errors</string>
58 </property>
59 <layout class="QVBoxLayout">
60 <item>
61 <widget class="QTextEdit" name="errors">
62 <property name="focusPolicy">
63 <enum>Qt::NoFocus</enum>
64 </property>
65 <property name="readOnly">
66 <bool>true</bool>
67 </property>
68 <property name="acceptRichText">
69 <bool>false</bool>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </widget>
75 </item>
76 <item>
77 <widget class="QGroupBox" name="inputGroup">
78 <property name="title">
79 <string>Input</string>
80 </property>
81 <layout class="QGridLayout">
82 <item row="1" column="1">
83 <spacer>
84 <property name="orientation">
85 <enum>Qt::Horizontal</enum>
86 </property>
87 <property name="sizeType">
88 <enum>QSizePolicy::Expanding</enum>
89 </property>
90 <property name="sizeHint" stdset="0">
91 <size>
92 <width>327</width>
93 <height>29</height>
94 </size>
95 </property>
96 </spacer>
97 </item>
98 <item row="1" column="2">
99 <widget class="QPushButton" name="sendButton">
100 <property name="toolTip">
101 <string>Press to send the input to the hg process</string>
102 </property>
103 <property name="text">
104 <string>&amp;Send</string>
105 </property>
106 <property name="shortcut">
107 <string>Alt+S</string>
108 </property>
109 </widget>
110 </item>
111 <item row="0" column="0" colspan="3">
112 <widget class="QLineEdit" name="input">
113 <property name="toolTip">
114 <string>Enter data to be sent to the hg process</string>
115 </property>
116 </widget>
117 </item>
118 <item row="1" column="0">
119 <widget class="QCheckBox" name="passwordCheckBox">
120 <property name="toolTip">
121 <string>Select to switch the input field to password mode</string>
122 </property>
123 <property name="text">
124 <string>&amp;Password Mode</string>
125 </property>
126 <property name="shortcut">
127 <string>Alt+P</string>
128 </property>
129 </widget>
130 </item>
131 </layout>
132 </widget>
133 </item>
134 <item>
135 <widget class="QDialogButtonBox" name="buttonBox">
136 <property name="orientation">
137 <enum>Qt::Horizontal</enum>
138 </property>
139 <property name="standardButtons">
140 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </widget>
146 <layoutdefault spacing="6" margin="11"/>
147 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
148 <tabstops>
149 <tabstop>input</tabstop>
150 <tabstop>sendButton</tabstop>
151 <tabstop>passwordCheckBox</tabstop>
152 </tabstops>
153 <resources/>
154 <connections/>
155 </ui>

eric ide

mercurial