|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgLogDialog</class> |
|
4 <widget class="QWidget" name="HgLogDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>751</width> |
|
10 <height>649</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Mercurial Log</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>Log</string> |
|
27 </property> |
|
28 <layout class="QVBoxLayout"> |
|
29 <item> |
|
30 <widget class="QTextBrowser" name="contents"> |
|
31 <property name="focusPolicy"> |
|
32 <enum>Qt::NoFocus</enum> |
|
33 </property> |
|
34 <property name="whatsThis"> |
|
35 <string><b>Mercurial Log</b><p>This shows the output of the hg log command. By clicking on the links you may show the difference between revisions.</p></string> |
|
36 </property> |
|
37 <property name="openLinks"> |
|
38 <bool>false</bool> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 </layout> |
|
43 </widget> |
|
44 </item> |
|
45 <item> |
|
46 <widget class="QGroupBox" name="errorGroup"> |
|
47 <property name="sizePolicy"> |
|
48 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
49 <horstretch>0</horstretch> |
|
50 <verstretch>1</verstretch> |
|
51 </sizepolicy> |
|
52 </property> |
|
53 <property name="title"> |
|
54 <string>Errors</string> |
|
55 </property> |
|
56 <layout class="QVBoxLayout"> |
|
57 <item> |
|
58 <widget class="QTextEdit" name="errors"> |
|
59 <property name="focusPolicy"> |
|
60 <enum>Qt::NoFocus</enum> |
|
61 </property> |
|
62 <property name="whatsThis"> |
|
63 <string><b>Mercurial log errors</b><p>This shows possible error messages of the hg log command.</p></string> |
|
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>&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>&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::Close</set> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 </layout> |
|
145 </widget> |
|
146 <tabstops> |
|
147 <tabstop>input</tabstop> |
|
148 <tabstop>sendButton</tabstop> |
|
149 <tabstop>passwordCheckBox</tabstop> |
|
150 </tabstops> |
|
151 <resources/> |
|
152 <connections> |
|
153 <connection> |
|
154 <sender>buttonBox</sender> |
|
155 <signal>rejected()</signal> |
|
156 <receiver>HgLogDialog</receiver> |
|
157 <slot>close()</slot> |
|
158 <hints> |
|
159 <hint type="sourcelabel"> |
|
160 <x>262</x> |
|
161 <y>624</y> |
|
162 </hint> |
|
163 <hint type="destinationlabel"> |
|
164 <x>271</x> |
|
165 <y>647</y> |
|
166 </hint> |
|
167 </hints> |
|
168 </connection> |
|
169 </connections> |
|
170 </ui> |