window icon

master
Marc Wäckerlin 8 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
## 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
tokentool_TRANSLATIONS = ${LANGUAGE_FILE_BASE}_en.qm \

@ -1,6 +1,7 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
</qresource>
</RCC>
<RCC>
<qresource>
<file>resources/tokentool.png</file>
<file>resources/tokentool-logo.png</file>
<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>
<y>0</y>
<width>640</width>
<height>428</height>
<height>481</height>
</rect>
</property>
<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>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_2">
@ -20,7 +24,7 @@
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="">
<widget class="QWidget" name="widget">
<attribute name="title">
<string>Certificates</string>
</attribute>
@ -110,7 +114,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<widget class="QWidget" name="widget">
<attribute name="title">
<string>Hardware</string>
</attribute>
@ -1295,7 +1299,7 @@
<x>0</x>
<y>0</y>
<width>640</width>
<height>23</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="_slots">
@ -1317,9 +1321,16 @@
<addaction name="separator"/>
<addaction name="actionQuit"/>
</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="menuEdit"/>
<addaction name="_slots"/>
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionDeleteSelectedCertificate">
@ -1355,8 +1366,15 @@
<enum>QAction::QuitRole</enum>
</property>
</action>
<action name="action_About">
<property name="text">
<string>&amp;About</string>
</property>
</action>
</widget>
<resources/>
<resources>
<include location="resources.qrc"/>
</resources>
<connections>
<connection>
<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