Plugins/VcsPlugins/vcsMercurial/HgLogDialog.ui

changeset 5455
6178f21dd5d5
parent 5454
3bbaea20b97a
child 5456
f709ea98760d
equal deleted inserted replaced
5454:3bbaea20b97a 5455:6178f21dd5d5
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" name="verticalLayout">
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="whatsThis">
32 <string>&lt;b&gt;Mercurial Log&lt;/b&gt;&lt;p&gt;This shows the output of the hg log command. By clicking on the links you may show the difference between revisions.&lt;/p&gt;</string>
33 </property>
34 <property name="openLinks">
35 <bool>false</bool>
36 </property>
37 </widget>
38 </item>
39 </layout>
40 </widget>
41 </item>
42 <item>
43 <widget class="QCheckBox" name="sbsCheckBox">
44 <property name="toolTip">
45 <string>Select to show differences side-by-side</string>
46 </property>
47 <property name="text">
48 <string>Show differences side-by-side</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QGroupBox" name="errorGroup">
54 <property name="sizePolicy">
55 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
56 <horstretch>0</horstretch>
57 <verstretch>1</verstretch>
58 </sizepolicy>
59 </property>
60 <property name="title">
61 <string>Errors</string>
62 </property>
63 <layout class="QVBoxLayout">
64 <item>
65 <widget class="QTextEdit" name="errors">
66 <property name="whatsThis">
67 <string>&lt;b&gt;Mercurial log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the hg log command.&lt;/p&gt;</string>
68 </property>
69 <property name="readOnly">
70 <bool>true</bool>
71 </property>
72 <property name="acceptRichText">
73 <bool>false</bool>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </widget>
79 </item>
80 <item>
81 <widget class="QGroupBox" name="inputGroup">
82 <property name="title">
83 <string>Input</string>
84 </property>
85 <layout class="QGridLayout">
86 <item row="1" column="1">
87 <spacer>
88 <property name="orientation">
89 <enum>Qt::Horizontal</enum>
90 </property>
91 <property name="sizeType">
92 <enum>QSizePolicy::Expanding</enum>
93 </property>
94 <property name="sizeHint" stdset="0">
95 <size>
96 <width>327</width>
97 <height>29</height>
98 </size>
99 </property>
100 </spacer>
101 </item>
102 <item row="1" column="2">
103 <widget class="QPushButton" name="sendButton">
104 <property name="toolTip">
105 <string>Press to send the input to the hg process</string>
106 </property>
107 <property name="text">
108 <string>&amp;Send</string>
109 </property>
110 <property name="shortcut">
111 <string>Alt+S</string>
112 </property>
113 </widget>
114 </item>
115 <item row="0" column="0" colspan="3">
116 <widget class="QLineEdit" name="input">
117 <property name="toolTip">
118 <string>Enter data to be sent to the hg process</string>
119 </property>
120 </widget>
121 </item>
122 <item row="1" column="0">
123 <widget class="QCheckBox" name="passwordCheckBox">
124 <property name="toolTip">
125 <string>Select to switch the input field to password mode</string>
126 </property>
127 <property name="text">
128 <string>&amp;Password Mode</string>
129 </property>
130 <property name="shortcut">
131 <string>Alt+P</string>
132 </property>
133 </widget>
134 </item>
135 </layout>
136 </widget>
137 </item>
138 <item>
139 <widget class="QDialogButtonBox" name="buttonBox">
140 <property name="orientation">
141 <enum>Qt::Horizontal</enum>
142 </property>
143 <property name="standardButtons">
144 <set>QDialogButtonBox::Close</set>
145 </property>
146 </widget>
147 </item>
148 </layout>
149 </widget>
150 <tabstops>
151 <tabstop>contents</tabstop>
152 <tabstop>sbsCheckBox</tabstop>
153 <tabstop>errors</tabstop>
154 <tabstop>input</tabstop>
155 <tabstop>passwordCheckBox</tabstop>
156 <tabstop>sendButton</tabstop>
157 <tabstop>buttonBox</tabstop>
158 </tabstops>
159 <resources/>
160 <connections>
161 <connection>
162 <sender>buttonBox</sender>
163 <signal>rejected()</signal>
164 <receiver>HgLogDialog</receiver>
165 <slot>close()</slot>
166 <hints>
167 <hint type="sourcelabel">
168 <x>262</x>
169 <y>624</y>
170 </hint>
171 <hint type="destinationlabel">
172 <x>271</x>
173 <y>647</y>
174 </hint>
175 </hints>
176 </connection>
177 </connections>
178 </ui>

eric ide

mercurial