|
|
@ -7,11 +7,15 @@ |
|
|
|
<x>0</x> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<y>0</y> |
|
|
|
<width>640</width> |
|
|
|
<width>640</width> |
|
|
|
<height>428</height> |
|
|
|
<height>481</height> |
|
|
|
</rect> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="windowTitle"> |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>MainWindow</string> |
|
|
|
<string>Tokentool</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="windowIcon"> |
|
|
|
|
|
|
|
<iconset resource="resources.qrc"> |
|
|
|
|
|
|
|
<normaloff>:/resources/tokentool-icon.png</normaloff>:/resources/tokentool-icon.png</iconset> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name="centralwidget"> |
|
|
|
<widget class="QWidget" name="centralwidget"> |
|
|
|
<layout class="QGridLayout" name="gridLayout_2"> |
|
|
|
<layout class="QGridLayout" name="gridLayout_2"> |
|
|
@ -20,7 +24,7 @@ |
|
|
|
<property name="currentIndex"> |
|
|
|
<property name="currentIndex"> |
|
|
|
<number>1</number> |
|
|
|
<number>1</number> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<widget class="QWidget" name=""> |
|
|
|
<widget class="QWidget" name="widget"> |
|
|
|
<attribute name="title"> |
|
|
|
<attribute name="title"> |
|
|
|
<string>Certificates</string> |
|
|
|
<string>Certificates</string> |
|
|
|
</attribute> |
|
|
|
</attribute> |
|
|
@ -110,7 +114,7 @@ |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QWidget" name=""> |
|
|
|
<widget class="QWidget" name="widget"> |
|
|
|
<attribute name="title"> |
|
|
|
<attribute name="title"> |
|
|
|
<string>Hardware</string> |
|
|
|
<string>Hardware</string> |
|
|
|
</attribute> |
|
|
|
</attribute> |
|
|
@ -1295,7 +1299,7 @@ |
|
|
|
<x>0</x> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<y>0</y> |
|
|
|
<width>640</width> |
|
|
|
<width>640</width> |
|
|
|
<height>23</height> |
|
|
|
<height>22</height> |
|
|
|
</rect> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<widget class="QMenu" name="_slots"> |
|
|
|
<widget class="QMenu" name="_slots"> |
|
|
@ -1317,9 +1321,16 @@ |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="actionQuit"/> |
|
|
|
<addaction name="actionQuit"/> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
|
|
|
|
<widget class="QMenu" name="menu_Help"> |
|
|
|
|
|
|
|
<property name="title"> |
|
|
|
|
|
|
|
<string>&Help</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<addaction name="action_About"/> |
|
|
|
|
|
|
|
</widget> |
|
|
|
<addaction name="menuFile"/> |
|
|
|
<addaction name="menuFile"/> |
|
|
|
<addaction name="menuEdit"/> |
|
|
|
<addaction name="menuEdit"/> |
|
|
|
<addaction name="_slots"/> |
|
|
|
<addaction name="_slots"/> |
|
|
|
|
|
|
|
<addaction name="menu_Help"/> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<widget class="QStatusBar" name="statusbar"/> |
|
|
|
<widget class="QStatusBar" name="statusbar"/> |
|
|
|
<action name="actionDeleteSelectedCertificate"> |
|
|
|
<action name="actionDeleteSelectedCertificate"> |
|
|
@ -1355,8 +1366,15 @@ |
|
|
|
<enum>QAction::QuitRole</enum> |
|
|
|
<enum>QAction::QuitRole</enum> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
</action> |
|
|
|
</action> |
|
|
|
|
|
|
|
<action name="action_About"> |
|
|
|
|
|
|
|
<property name="text"> |
|
|
|
|
|
|
|
<string>&About</string> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</action> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
<resources/> |
|
|
|
<resources> |
|
|
|
|
|
|
|
<include location="resources.qrc"/> |
|
|
|
|
|
|
|
</resources> |
|
|
|
<connections> |
|
|
|
<connections> |
|
|
|
<connection> |
|
|
|
<connection> |
|
|
|
<sender>actionQuit</sender> |
|
|
|
<sender>actionQuit</sender> |
|
|
|