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="E5ClearableLineEdit" name="rxEdit">
67       <property name="toolTip">
68        <string>Enter the regular expression to filter on</string>
69       </property>
70      </widget>
71     </item>
72    </layout>
73   </item>
74   <item>
75    <widget class="QTreeWidget" name="signaturesList">
76     <property name="sizePolicy">
77      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
78       <horstretch>0</horstretch>
79       <verstretch>3</verstretch>
80      </sizepolicy>
81     </property>
82     <property name="alternatingRowColors">
83      <bool>true</bool>
84     </property>
85     <property name="rootIsDecorated">
86      <bool>false</bool>
87     </property>
88     <property name="headerHidden">
89      <bool>true</bool>
90     </property>
91     <column>
92      <property name="text">
93       <string notr="true">1</string>
94      </property>
95     </column>
96    </widget>
97   </item>
98   <item>
99    <layout class="QHBoxLayout" name="horizontalLayout">
100     <item>
101      <widget class="QPushButton" name="verifyButton">
102       <property name="enabled">
103        <bool>false</bool>
104       </property>
105       <property name="toolTip">
106        <string>Press to verify the signatures of the selected revision</string>
107       </property>
108       <property name="text">
109        <string>&amp;Verify...</string>
110       </property>
111      </widget>
112     </item>
113     <item>
114      <spacer name="horizontalSpacer">
115       <property name="orientation">
116        <enum>Qt::Horizontal</enum>
117       </property>
118       <property name="sizeHint" stdset="0">
119        <size>
120         <width>40</width>
121         <height>20</height>
122        </size>
123       </property>
124      </spacer>
125     </item>
126    </layout>
127   </item>
128   <item>
129    <widget class="QGroupBox" name="errorGroup">
130     <property name="sizePolicy">
131      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
132       <horstretch>0</horstretch>
133       <verstretch>1</verstretch>
134      </sizepolicy>
135     </property>
136     <property name="title">
137      <string>Errors</string>
138     </property>
139     <layout class="QVBoxLayout">
140      <item>
141       <widget class="QTextEdit" name="errors">
142        <property name="whatsThis">
143         <string>&lt;b&gt;Mercurial errors&lt;/b&gt;&lt;p&gt;This shows possible error messages.&lt;/p&gt;</string>
144        </property>
145        <property name="readOnly">
146         <bool>true</bool>
147        </property>
148        <property name="acceptRichText">
149         <bool>false</bool>
150        </property>
151       </widget>
152      </item>
153     </layout>
154    </widget>
155   </item>
156   <item>
157    <widget class="QDialogButtonBox" name="buttonBox">
158     <property name="orientation">
159      <enum>Qt::Horizontal</enum>
160     </property>
161     <property name="standardButtons">
162      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
163     </property>
164    </widget>
165   </item>
166  </layout>
167 </widget>
168 <customwidgets>
169  <customwidget>
170   <class>E5ClearableLineEdit</class>
171   <extends>QLineEdit</extends>
172   <header>E5Gui/E5LineEdit.h</header>
173  </customwidget>
174 </customwidgets>
175 <tabstops>
176  <tabstop>categoryCombo</tabstop>
177  <tabstop>rxEdit</tabstop>
178  <tabstop>signaturesList</tabstop>
179  <tabstop>verifyButton</tabstop>
180  <tabstop>errors</tabstop>
181  <tabstop>buttonBox</tabstop>
182 </tabstops>
183 <resources/>
184 <connections/>
185</ui>
186