|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>449</width> |
10 |
| - <height>260</height> |
| 9 | + <width>415</width> |
| 10 | + <height>268</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <layout class="QGridLayout" name="gridLayout">
|
|
51 | 51 | </property>
|
52 | 52 | </widget>
|
53 | 53 | </item>
|
54 |
| - <item row="2" column="1"> |
| 54 | + <item row="2" column="1" rowspan="2"> |
55 | 55 | <widget class="QTreeWidget" name="twCas">
|
56 | 56 | <property name="editTriggers">
|
57 | 57 | <set>QAbstractItemView::NoEditTriggers</set>
|
|
75 | 75 | </column>
|
76 | 76 | </widget>
|
77 | 77 | </item>
|
78 |
| - <item row="2" column="2" colspan="2"> |
79 |
| - <widget class="QCheckBox" name="cbAddCas"> |
80 |
| - <property name="toolTip"> |
81 |
| - <string>Add bundle CAs to the connection</string> |
82 |
| - </property> |
83 |
| - <property name="text"> |
84 |
| - <string>Add</string> |
85 |
| - </property> |
86 |
| - </widget> |
87 |
| - </item> |
88 |
| - <item row="3" column="0"> |
| 78 | + <item row="4" column="0"> |
89 | 79 | <widget class="QLabel" name="lblPkiPathsKey">
|
90 | 80 | <property name="sizePolicy">
|
91 | 81 | <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
98 | 88 | </property>
|
99 | 89 | </widget>
|
100 | 90 | </item>
|
101 |
| - <item row="3" column="1"> |
| 91 | + <item row="4" column="1"> |
102 | 92 | <widget class="QLineEdit" name="lePkiPathsKey">
|
103 | 93 | <property name="readOnly">
|
104 | 94 | <bool>true</bool>
|
|
108 | 98 | </property>
|
109 | 99 | </widget>
|
110 | 100 | </item>
|
111 |
| - <item row="4" column="1"> |
| 101 | + <item row="5" column="1"> |
112 | 102 | <widget class="QLineEdit" name="lePkiPathsKeyPass">
|
113 | 103 | <property name="echoMode">
|
114 | 104 | <enum>QLineEdit::Password</enum>
|
|
118 | 108 | </property>
|
119 | 109 | </widget>
|
120 | 110 | </item>
|
121 |
| - <item row="5" column="1" colspan="2"> |
| 111 | + <item row="6" column="1" colspan="3"> |
122 | 112 | <spacer name="verticalSpacer">
|
123 | 113 | <property name="orientation">
|
124 | 114 | <enum>Qt::Vertical</enum>
|
|
131 | 121 | </property>
|
132 | 122 | </spacer>
|
133 | 123 | </item>
|
134 |
| - <item row="3" column="2"> |
135 |
| - <widget class="QToolButton" name="btnPkiPathsKey"> |
| 124 | + <item row="0" column="2"> |
| 125 | + <widget class="QToolButton" name="btnPkiPathsCert"> |
136 | 126 | <property name="text">
|
137 | 127 | <string>…</string>
|
138 | 128 | </property>
|
|
142 | 132 | </widget>
|
143 | 133 | </item>
|
144 | 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 | 145 | <widget class="QCheckBox" name="chkPkiPathsPassShow">
|
146 | 146 | <property name="sizePolicy">
|
147 | 147 | <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
154 | 154 | </property>
|
155 | 155 | </widget>
|
156 | 156 | </item>
|
157 |
| - <item row="0" column="2"> |
158 |
| - <widget class="QToolButton" name="btnPkiPathsCert"> |
159 |
| - <property name="text"> |
160 |
| - <string>…</string> |
161 |
| - </property> |
162 |
| - <property name="popupMode"> |
163 |
| - <enum>QToolButton::InstantPopup</enum> |
164 |
| - </property> |
165 |
| - </widget> |
| 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> |
166 | 193 | </item>
|
167 | 194 | </layout>
|
168 | 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> |
169 | 208 | <resources/>
|
170 | 209 | <connections/>
|
171 | 210 | </ui>
|
0 commit comments