1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QgsAuthPkiPathsEdit</class>
4 <widget class="QWidget" name="QgsAuthPkiPathsEdit">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>415</width>
10    <height>268</height>
11   </rect>
12  </property>
13  <layout class="QGridLayout" name="gridLayout">
14   <item row="0" column="0">
15    <widget class="QLabel" name="lblPkiPathsCert">
16     <property name="sizePolicy">
17      <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
18       <horstretch>0</horstretch>
19       <verstretch>0</verstretch>
20      </sizepolicy>
21     </property>
22     <property name="text">
23      <string>Cert</string>
24     </property>
25    </widget>
26   </item>
27   <item row="0" column="1">
28    <widget class="QLineEdit" name="lePkiPathsCert">
29     <property name="readOnly">
30      <bool>true</bool>
31     </property>
32     <property name="placeholderText">
33      <string>Required</string>
34     </property>
35    </widget>
36   </item>
37   <item row="1" column="1">
38    <widget class="QLineEdit" name="lePkiPathsMsg">
39     <property name="styleSheet">
40      <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
41     </property>
42     <property name="readOnly">
43      <bool>true</bool>
44     </property>
45    </widget>
46   </item>
47   <item row="2" column="0">
48    <widget class="QLabel" name="lblCas">
49     <property name="text">
50      <string>CAs</string>
51     </property>
52    </widget>
53   </item>
54   <item row="2" column="1" rowspan="2">
55    <widget class="QTreeWidget" name="twCas">
56     <property name="editTriggers">
57      <set>QAbstractItemView::NoEditTriggers</set>
58     </property>
59     <property name="selectionMode">
60      <enum>QAbstractItemView::NoSelection</enum>
61     </property>
62     <property name="rootIsDecorated">
63      <bool>true</bool>
64     </property>
65     <property name="columnCount">
66      <number>1</number>
67     </property>
68     <attribute name="headerVisible">
69      <bool>false</bool>
70     </attribute>
71     <column>
72      <property name="text">
73       <string notr="true">1</string>
74      </property>
75     </column>
76    </widget>
77   </item>
78   <item row="4" column="0">
79    <widget class="QLabel" name="lblPkiPathsKey">
80     <property name="sizePolicy">
81      <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
82       <horstretch>0</horstretch>
83       <verstretch>0</verstretch>
84      </sizepolicy>
85     </property>
86     <property name="text">
87      <string>Key</string>
88     </property>
89    </widget>
90   </item>
91   <item row="4" column="1">
92    <widget class="QLineEdit" name="lePkiPathsKey">
93     <property name="readOnly">
94      <bool>true</bool>
95     </property>
96     <property name="placeholderText">
97      <string>Required</string>
98     </property>
99    </widget>
100   </item>
101   <item row="5" column="1">
102    <widget class="QLineEdit" name="lePkiPathsKeyPass">
103     <property name="echoMode">
104      <enum>QLineEdit::Password</enum>
105     </property>
106     <property name="placeholderText">
107      <string>Optional passphrase</string>
108     </property>
109    </widget>
110   </item>
111   <item row="6" column="1" colspan="3">
112    <spacer name="verticalSpacer">
113     <property name="orientation">
114      <enum>Qt::Vertical</enum>
115     </property>
116     <property name="sizeHint" stdset="0">
117      <size>
118       <width>20</width>
119       <height>0</height>
120      </size>
121     </property>
122    </spacer>
123   </item>
124   <item row="0" column="2">
125    <widget class="QToolButton" name="btnPkiPathsCert">
126     <property name="text">
127      <string>…</string>
128     </property>
129     <property name="popupMode">
130      <enum>QToolButton::InstantPopup</enum>
131     </property>
132    </widget>
133   </item>
134   <item row="4" column="2">
135    <widget class="QToolButton" name="btnPkiPathsKey">
136     <property name="text">
137      <string>…</string>
138     </property>
139     <property name="popupMode">
140      <enum>QToolButton::InstantPopup</enum>
141     </property>
142    </widget>
143   </item>
144   <item row="5" column="2">
145    <widget class="QCheckBox" name="chkPkiPathsPassShow">
146     <property name="sizePolicy">
147      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
148       <horstretch>0</horstretch>
149       <verstretch>0</verstretch>
150      </sizepolicy>
151     </property>
152     <property name="text">
153      <string>Show</string>
154     </property>
155    </widget>
156   </item>
157   <item row="2" column="2" rowspan="2">
158    <layout class="QVBoxLayout" name="verticalLayout_2">
159     <item>
160      <widget class="QCheckBox" name="cbAddCas">
161       <property name="toolTip">
162        <string>Add bundle CAs to the connection</string>
163       </property>
164       <property name="text">
165        <string>Add</string>
166       </property>
167      </widget>
168     </item>
169     <item>
170      <widget class="QCheckBox" name="cbAddRootCa">
171       <property name="toolTip">
172        <string>Add also root (self-signed) CA</string>
173       </property>
174       <property name="text">
175        <string>Root</string>
176       </property>
177      </widget>
178     </item>
179     <item>
180      <spacer name="verticalSpacer_2">
181       <property name="orientation">
182        <enum>Qt::Vertical</enum>
183       </property>
184       <property name="sizeHint" stdset="0">
185        <size>
186         <width>20</width>
187         <height>40</height>
188        </size>
189       </property>
190      </spacer>
191     </item>
192    </layout>
193   </item>
194  </layout>
195 </widget>
196 <tabstops>
197  <tabstop>lePkiPathsCert</tabstop>
198  <tabstop>btnPkiPathsCert</tabstop>
199  <tabstop>twCas</tabstop>
200  <tabstop>cbAddCas</tabstop>
201  <tabstop>cbAddRootCa</tabstop>
202  <tabstop>lePkiPathsKey</tabstop>
203  <tabstop>btnPkiPathsKey</tabstop>
204  <tabstop>lePkiPathsKeyPass</tabstop>
205  <tabstop>chkPkiPathsPassShow</tabstop>
206  <tabstop>lePkiPathsMsg</tabstop>
207 </tabstops>
208 <resources/>
209 <connections/>
210</ui>
211