xca/ui/CaProperties.ui
Christian Hohnstaedt 7d564132ba Move ca-properties dialog to the certificate view
Reduce UI from QDialog to QWidget and display it in the XcaDialog frame.
Also move user interface specific code from the db_x509 class
into the CertTreeView class
2021-05-10 20:41:12 +02:00

49 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CaProperties</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>405</width>
<height>97</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Days until next CRL issuing</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="days"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Default template</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="itemComboTemp" name="temp"/>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>itemComboTemp</class>
<extends>QComboBox</extends>
<header>widgets/ItemCombo.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>