|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgDiffDialog</class> |
|
4 <widget class="QWidget" name="HgDiffDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>749</width> |
|
10 <height>646</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Mercurial Diff</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout"> |
|
17 <item> |
|
18 <widget class="QGroupBox" name="contentsGroup"> |
|
19 <property name="sizePolicy"> |
|
20 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
21 <horstretch>0</horstretch> |
|
22 <verstretch>3</verstretch> |
|
23 </sizepolicy> |
|
24 </property> |
|
25 <property name="title"> |
|
26 <string>Difference</string> |
|
27 </property> |
|
28 <layout class="QVBoxLayout"> |
|
29 <item> |
|
30 <widget class="QTextEdit" name="contents"> |
|
31 <property name="focusPolicy"> |
|
32 <enum>Qt::NoFocus</enum> |
|
33 </property> |
|
34 <property name="whatsThis"> |
|
35 <string><b>Mercurial Diff</b><p>This shows the output of the hg diff command.</p></string> |
|
36 </property> |
|
37 <property name="lineWrapMode"> |
|
38 <enum>QTextEdit::NoWrap</enum> |
|
39 </property> |
|
40 <property name="readOnly"> |
|
41 <bool>true</bool> |
|
42 </property> |
|
43 <property name="tabStopWidth"> |
|
44 <number>8</number> |
|
45 </property> |
|
46 <property name="acceptRichText"> |
|
47 <bool>false</bool> |
|
48 </property> |
|
49 </widget> |
|
50 </item> |
|
51 </layout> |
|
52 </widget> |
|
53 </item> |
|
54 <item> |
|
55 <widget class="QGroupBox" name="errorGroup"> |
|
56 <property name="sizePolicy"> |
|
57 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
58 <horstretch>0</horstretch> |
|
59 <verstretch>1</verstretch> |
|
60 </sizepolicy> |
|
61 </property> |
|
62 <property name="title"> |
|
63 <string>Errors</string> |
|
64 </property> |
|
65 <layout class="QVBoxLayout"> |
|
66 <item> |
|
67 <widget class="QTextEdit" name="errors"> |
|
68 <property name="focusPolicy"> |
|
69 <enum>Qt::NoFocus</enum> |
|
70 </property> |
|
71 <property name="readOnly"> |
|
72 <bool>true</bool> |
|
73 </property> |
|
74 <property name="acceptRichText"> |
|
75 <bool>false</bool> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 </layout> |
|
80 </widget> |
|
81 </item> |
|
82 <item> |
|
83 <widget class="QGroupBox" name="inputGroup"> |
|
84 <property name="title"> |
|
85 <string>Input</string> |
|
86 </property> |
|
87 <layout class="QGridLayout"> |
|
88 <item row="1" column="1"> |
|
89 <spacer> |
|
90 <property name="orientation"> |
|
91 <enum>Qt::Horizontal</enum> |
|
92 </property> |
|
93 <property name="sizeType"> |
|
94 <enum>QSizePolicy::Expanding</enum> |
|
95 </property> |
|
96 <property name="sizeHint" stdset="0"> |
|
97 <size> |
|
98 <width>327</width> |
|
99 <height>29</height> |
|
100 </size> |
|
101 </property> |
|
102 </spacer> |
|
103 </item> |
|
104 <item row="1" column="2"> |
|
105 <widget class="QPushButton" name="sendButton"> |
|
106 <property name="toolTip"> |
|
107 <string>Press to send the input to the hg process</string> |
|
108 </property> |
|
109 <property name="text"> |
|
110 <string>&Send</string> |
|
111 </property> |
|
112 <property name="shortcut"> |
|
113 <string>Alt+S</string> |
|
114 </property> |
|
115 </widget> |
|
116 </item> |
|
117 <item row="0" column="0" colspan="3"> |
|
118 <widget class="QLineEdit" name="input"> |
|
119 <property name="toolTip"> |
|
120 <string>Enter data to be sent to the hg process</string> |
|
121 </property> |
|
122 </widget> |
|
123 </item> |
|
124 <item row="1" column="0"> |
|
125 <widget class="QCheckBox" name="passwordCheckBox"> |
|
126 <property name="toolTip"> |
|
127 <string>Select to switch the input field to password mode</string> |
|
128 </property> |
|
129 <property name="text"> |
|
130 <string>&Password Mode</string> |
|
131 </property> |
|
132 <property name="shortcut"> |
|
133 <string>Alt+P</string> |
|
134 </property> |
|
135 </widget> |
|
136 </item> |
|
137 </layout> |
|
138 </widget> |
|
139 </item> |
|
140 <item> |
|
141 <widget class="QDialogButtonBox" name="buttonBox"> |
|
142 <property name="orientation"> |
|
143 <enum>Qt::Horizontal</enum> |
|
144 </property> |
|
145 <property name="standardButtons"> |
|
146 <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set> |
|
147 </property> |
|
148 </widget> |
|
149 </item> |
|
150 </layout> |
|
151 </widget> |
|
152 <resources/> |
|
153 <connections> |
|
154 <connection> |
|
155 <sender>buttonBox</sender> |
|
156 <signal>rejected()</signal> |
|
157 <receiver>HgDiffDialog</receiver> |
|
158 <slot>close()</slot> |
|
159 <hints> |
|
160 <hint type="sourcelabel"> |
|
161 <x>197</x> |
|
162 <y>624</y> |
|
163 </hint> |
|
164 <hint type="destinationlabel"> |
|
165 <x>201</x> |
|
166 <y>645</y> |
|
167 </hint> |
|
168 </hints> |
|
169 </connection> |
|
170 </connections> |
|
171 </ui> |