window icon

master
Marc Wäckerlin 9 years ago
parent 4383da8f8c
commit 70ce9723f0
  1. 2
      src/makefile.am
  2. 13
      src/resources.qrc
  3. BIN
      src/resources/tokentool-icon.png
  4. BIN
      src/resources/tokentool-logo.png
  5. 30
      src/tokentool.ui
  6. BIN
      tokentool-icon.png
  7. BIN
      tokentool-icon.xcf
  8. BIN
      tokentool-logo.png

@ -40,7 +40,7 @@ tokentool_UIFILES = ui_tokentool.hxx
## list all %.qrc resource files as qrc_%.cxx ## list all %.qrc resource files as qrc_%.cxx
## note: if there exists a directory %, the file %.qrc is generated from that ## note: if there exists a directory %, the file %.qrc is generated from that
tokentool_RESOURCES = qrc_languages.cxx # qrc_resources.cxx tokentool_RESOURCES = qrc_languages.cxx qrc_resources.cxx
## list all final translation files, list all supported languages here ## list all final translation files, list all supported languages here
tokentool_TRANSLATIONS = ${LANGUAGE_FILE_BASE}_en.qm \ tokentool_TRANSLATIONS = ${LANGUAGE_FILE_BASE}_en.qm \

@ -1,6 +1,7 @@
<!DOCTYPE RCC> <RCC>
<RCC version="1.0"> <qresource>
<qresource> <file>resources/tokentool.png</file>
</qresource> <file>resources/tokentool-logo.png</file>
</RCC> <file>resources/tokentool-icon.png</file>
</qresource>
</RCC>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

@ -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>&amp;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>&amp;About</string>
</property>
</action>
</widget> </widget>
<resources/> <resources>
<include location="resources.qrc"/>
</resources>
<connections> <connections>
<connection> <connection>
<sender>actionQuit</sender> <sender>actionQuit</sender>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Loading…
Cancel
Save