PKCS#11 Certificate Manager, designed for SuisseID.
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.
 
 
 
 

136 lines
3.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CertMan</class>
<widget class="QMainWindow" name="CertMan">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>CertMan</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QMdiArea" name="_mdi"/>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="_actionOpenCertificate"/>
<addaction name="_actionOpenFromURL"/>
<addaction name="_actionSaveAs"/>
<addaction name="separator"/>
<addaction name="_actionExit"/>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="menuWindows">
<property name="title">
<string>Windows</string>
</property>
<addaction name="_actionCascade"/>
<addaction name="_actionTile"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuWindows"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="_actionOpenCertificate">
<property name="text">
<string>Open Certificate ...</string>
</property>
</action>
<action name="_actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="_actionCascade">
<property name="text">
<string>Cascade</string>
</property>
</action>
<action name="_actionTile">
<property name="text">
<string>Tile</string>
</property>
</action>
<action name="_actionOpenFromURL">
<property name="text">
<string>Open From URL ...</string>
</property>
</action>
<action name="_actionSaveAs">
<property name="text">
<string>Save As ...</string>
</property>
</action>
</widget>
<resources/>
<connections>
<connection>
<sender>_actionExit</sender>
<signal>triggered()</signal>
<receiver>CertMan</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>_actionTile</sender>
<signal>triggered()</signal>
<receiver>_mdi</receiver>
<slot>tileSubWindows()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>_actionCascade</sender>
<signal>triggered()</signal>
<receiver>_mdi</receiver>
<slot>cascadeSubWindows()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
</ui>