You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
230 lines
8.0 KiB
230 lines
8.0 KiB
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> |
|
<class>CertificateHandlingDialog</class> |
|
<widget class="QWidget"> |
|
<property name="name"> |
|
<cstring>CertificateHandlingDialog</cstring> |
|
</property> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>533</width> |
|
<height>330</height> |
|
</rect> |
|
</property> |
|
<property name="caption"> |
|
<string>Certificate Management</string> |
|
</property> |
|
<grid> |
|
<property name="name"> |
|
<cstring>unnamed</cstring> |
|
</property> |
|
<property name="margin"> |
|
<number>11</number> |
|
</property> |
|
<property name="spacing"> |
|
<number>6</number> |
|
</property> |
|
<widget class="QLabel" row="0" column="0" rowspan="1" colspan="2"> |
|
<property name="name"> |
|
<cstring>TextLabel8</cstring> |
|
</property> |
|
<property name="text"> |
|
<string>Certificate used for signing messages:</string> |
|
</property> |
|
</widget> |
|
<widget class="QLabel" row="1" column="2" rowspan="1" colspan="3"> |
|
<property name="name"> |
|
<cstring>encryptCertLA</cstring> |
|
</property> |
|
<property name="sizePolicy"> |
|
<sizepolicy> |
|
<hsizetype>3</hsizetype> |
|
<vsizetype>5</vsizetype> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="frameShape"> |
|
<enum>WinPanel</enum> |
|
</property> |
|
<property name="frameShadow"> |
|
<enum>Sunken</enum> |
|
</property> |
|
<property name="text"> |
|
<string>---</string> |
|
</property> |
|
</widget> |
|
<widget class="QLabel" row="0" column="2" rowspan="1" colspan="3"> |
|
<property name="name"> |
|
<cstring>signCertLA</cstring> |
|
</property> |
|
<property name="sizePolicy"> |
|
<sizepolicy> |
|
<hsizetype>3</hsizetype> |
|
<vsizetype>5</vsizetype> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="frameShape"> |
|
<enum>WinPanel</enum> |
|
</property> |
|
<property name="frameShadow"> |
|
<enum>Sunken</enum> |
|
</property> |
|
<property name="text"> |
|
<string>---</string> |
|
</property> |
|
</widget> |
|
<widget class="QLabel" row="1" column="0" rowspan="1" colspan="2"> |
|
<property name="name"> |
|
<cstring>TextLabel10</cstring> |
|
</property> |
|
<property name="text"> |
|
<string>Certificate used for encrypting messages:</string> |
|
</property> |
|
</widget> |
|
<widget class="QListView" row="2" column="0" rowspan="1" colspan="5"> |
|
<column> |
|
<property name="text"> |
|
<string>Certificate</string> |
|
</property> |
|
<property name="clickable"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="resizable"> |
|
<bool>true</bool> |
|
</property> |
|
</column> |
|
<column> |
|
<property name="text"> |
|
<string>Checksum</string> |
|
</property> |
|
<property name="clickable"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="resizable"> |
|
<bool>true</bool> |
|
</property> |
|
</column> |
|
<column> |
|
<property name="text"> |
|
<string>Possible Usage</string> |
|
</property> |
|
<property name="clickable"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="resizable"> |
|
<bool>true</bool> |
|
</property> |
|
</column> |
|
<column> |
|
<property name="text"> |
|
<string>Current Usage</string> |
|
</property> |
|
<property name="clickable"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="resizable"> |
|
<bool>true</bool> |
|
</property> |
|
</column> |
|
<property name="name"> |
|
<cstring>certificatesLV</cstring> |
|
</property> |
|
</widget> |
|
<widget class="QPushButton" row="3" column="0"> |
|
<property name="name"> |
|
<cstring>useForEncryptingPB</cstring> |
|
</property> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="text"> |
|
<string>Use for &Encrypting</string> |
|
</property> |
|
</widget> |
|
<widget class="QPushButton" row="3" column="1" rowspan="1" colspan="2"> |
|
<property name="name"> |
|
<cstring>useForSigningPB</cstring> |
|
</property> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="text"> |
|
<string>Use for &Signing</string> |
|
</property> |
|
</widget> |
|
<widget class="QPushButton" row="3" column="3"> |
|
<property name="name"> |
|
<cstring>requestPB</cstring> |
|
</property> |
|
<property name="text"> |
|
<string>&Request...</string> |
|
</property> |
|
</widget> |
|
<widget class="QPushButton" row="3" column="4"> |
|
<property name="name"> |
|
<cstring>deletePB</cstring> |
|
</property> |
|
<property name="enabled"> |
|
<bool>false</bool> |
|
</property> |
|
<property name="text"> |
|
<string>&Delete</string> |
|
</property> |
|
</widget> |
|
</grid> |
|
</widget> |
|
<connections> |
|
<connection> |
|
<sender>certificatesLV</sender> |
|
<signal>selectionChanged(QListViewItem*)</signal> |
|
<receiver>CertificateHandlingDialog</receiver> |
|
<slot>slotCertificateSelectionChanged(QListViewItem*)</slot> |
|
</connection> |
|
<connection> |
|
<sender>useForSigningPB</sender> |
|
<signal>clicked()</signal> |
|
<receiver>CertificateHandlingDialog</receiver> |
|
<slot>slotUseForSigning()</slot> |
|
</connection> |
|
<connection> |
|
<sender>useForEncryptingPB</sender> |
|
<signal>clicked()</signal> |
|
<receiver>CertificateHandlingDialog</receiver> |
|
<slot>slotUseForEncrypting()</slot> |
|
</connection> |
|
<connection> |
|
<sender>deletePB</sender> |
|
<signal>clicked()</signal> |
|
<receiver>CertificateHandlingDialog</receiver> |
|
<slot>slotDeleteCertificate()</slot> |
|
</connection> |
|
</connections> |
|
<includes> |
|
<include location="global" impldecl="in implementation">qpopupmenu.h</include> |
|
<include location="local" impldecl="in implementation">certificatehandlingdialog.ui.h</include> |
|
</includes> |
|
<forwards> |
|
<forward>class QPopupMenu;</forward> |
|
</forwards> |
|
<variables> |
|
<variable>QPopupMenu* requestPopup;</variable> |
|
</variables> |
|
<slots> |
|
<slot access="protected">slotDeleteCertificate()</slot> |
|
<slot access="protected">slotCertificateSelectionChanged( QListViewItem * )</slot> |
|
<slot access="protected">slotRequestChangedCertificate()</slot> |
|
<slot access="protected">slotRequestExtendedCertificate()</slot> |
|
<slot access="protected">slotRequestNewCertificate()</slot> |
|
<slot access="protected">slotUseForEncrypting()</slot> |
|
<slot access="protected">slotUseForSigning()</slot> |
|
<slot access="private">slotRequestMenu( int id )</slot> |
|
</slots> |
|
<functions> |
|
<function access="private" specifier="non virtual">init()</function> |
|
</functions> |
|
<layoutdefaults spacing="6" margin="11"/> |
|
</UI>
|
|
|