src/eric7/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8350
74a3b2a6a944
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgGpgSignaturesDialog</class>
4 <widget class="QDialog" name="HgGpgSignaturesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>700</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Signed Changesets</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout_2">
22 <item>
23 <spacer name="horizontalSpacer_2">
24 <property name="orientation">
25 <enum>Qt::Horizontal</enum>
26 </property>
27 <property name="sizeHint" stdset="0">
28 <size>
29 <width>40</width>
30 <height>20</height>
31 </size>
32 </property>
33 </spacer>
34 </item>
35 <item>
36 <spacer name="horizontalSpacer_3">
37 <property name="orientation">
38 <enum>Qt::Horizontal</enum>
39 </property>
40 <property name="sizeHint" stdset="0">
41 <size>
42 <width>40</width>
43 <height>20</height>
44 </size>
45 </property>
46 </spacer>
47 </item>
48 <item>
49 <widget class="QComboBox" name="categoryCombo">
50 <property name="toolTip">
51 <string>Select the category to filter on</string>
52 </property>
53 <item>
54 <property name="text">
55 <string>Revision</string>
56 </property>
57 </item>
58 <item>
59 <property name="text">
60 <string>Signature</string>
61 </property>
62 </item>
63 </widget>
64 </item>
65 <item>
66 <widget class="QLineEdit" name="rxEdit">
67 <property name="toolTip">
68 <string>Enter the regular expression to filter on</string>
69 </property>
70 <property name="clearButtonEnabled">
71 <bool>true</bool>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </item>
77 <item>
78 <widget class="QTreeWidget" name="signaturesList">
79 <property name="sizePolicy">
80 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
81 <horstretch>0</horstretch>
82 <verstretch>3</verstretch>
83 </sizepolicy>
84 </property>
85 <property name="alternatingRowColors">
86 <bool>true</bool>
87 </property>
88 <property name="rootIsDecorated">
89 <bool>false</bool>
90 </property>
91 <property name="headerHidden">
92 <bool>true</bool>
93 </property>
94 <column>
95 <property name="text">
96 <string notr="true">1</string>
97 </property>
98 </column>
99 </widget>
100 </item>
101 <item>
102 <layout class="QHBoxLayout" name="horizontalLayout">
103 <item>
104 <widget class="QPushButton" name="verifyButton">
105 <property name="enabled">
106 <bool>false</bool>
107 </property>
108 <property name="toolTip">
109 <string>Press to verify the signatures of the selected revision</string>
110 </property>
111 <property name="text">
112 <string>&amp;Verify...</string>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <spacer name="horizontalSpacer">
118 <property name="orientation">
119 <enum>Qt::Horizontal</enum>
120 </property>
121 <property name="sizeHint" stdset="0">
122 <size>
123 <width>40</width>
124 <height>20</height>
125 </size>
126 </property>
127 </spacer>
128 </item>
129 </layout>
130 </item>
131 <item>
132 <widget class="QGroupBox" name="errorGroup">
133 <property name="sizePolicy">
134 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
135 <horstretch>0</horstretch>
136 <verstretch>1</verstretch>
137 </sizepolicy>
138 </property>
139 <property name="title">
140 <string>Errors</string>
141 </property>
142 <layout class="QVBoxLayout">
143 <item>
144 <widget class="QTextEdit" name="errors">
145 <property name="whatsThis">
146 <string>&lt;b&gt;Mercurial errors&lt;/b&gt;&lt;p&gt;This shows possible error messages.&lt;/p&gt;</string>
147 </property>
148 <property name="readOnly">
149 <bool>true</bool>
150 </property>
151 <property name="acceptRichText">
152 <bool>false</bool>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 </item>
159 <item>
160 <widget class="QDialogButtonBox" name="buttonBox">
161 <property name="orientation">
162 <enum>Qt::Horizontal</enum>
163 </property>
164 <property name="standardButtons">
165 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
166 </property>
167 </widget>
168 </item>
169 </layout>
170 </widget>
171 <tabstops>
172 <tabstop>categoryCombo</tabstop>
173 <tabstop>rxEdit</tabstop>
174 <tabstop>signaturesList</tabstop>
175 <tabstop>verifyButton</tabstop>
176 <tabstop>errors</tabstop>
177 <tabstop>buttonBox</tabstop>
178 </tabstops>
179 <resources/>
180 <connections/>
181 </ui>

eric ide

mercurial