2023-04-19 11:36:13 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SelectCertificateDialog</class>
|
|
|
|
<widget class="QDialog" name="SelectCertificateDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
2023-04-20 14:17:41 +00:00
|
|
|
<height>659</height>
|
2023-04-19 11:36:13 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Certificates</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2023-04-20 14:17:41 +00:00
|
|
|
<string>Select certificate to sign with:</string>
|
2023-04-19 11:36:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListView" name="list">
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<property name="layoutMode">
|
|
|
|
<enum>QListView::SinglePass</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-04-20 08:16:04 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2023-04-20 14:17:41 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="reasonLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reason:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-04-20 08:16:04 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="reasonInput">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>optional</string>
|
|
|
|
</property>
|
2023-04-20 14:17:41 +00:00
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-04-20 08:16:04 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2023-04-20 14:17:41 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="locationLabel">
|
2023-04-20 08:16:04 +00:00
|
|
|
<property name="text">
|
2023-04-20 14:17:41 +00:00
|
|
|
<string>Location:</string>
|
2023-04-20 08:16:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="locationInput">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>optional</string>
|
|
|
|
</property>
|
2023-04-20 14:17:41 +00:00
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2023-04-20 08:16:04 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2023-04-20 14:17:41 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="backgroundLabel">
|
2023-04-20 08:16:04 +00:00
|
|
|
<property name="text">
|
2023-04-20 14:17:41 +00:00
|
|
|
<string>Background:</string>
|
2023-04-20 08:16:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-04-20 14:17:41 +00:00
|
|
|
<item row="2" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="backgroundInput">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>optional</string>
|
|
|
|
</property>
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="backgroundButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Choose...</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-image"/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="recentLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Recent backgrounds:</string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::AutoText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QListView" name="recentBackgrounds"/>
|
|
|
|
</item>
|
2023-04-20 08:16:04 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
2023-06-14 13:56:21 +00:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>1</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2023-04-19 11:36:13 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>SelectCertificateDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>SelectCertificateDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|