Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With your own application you usually want to add your own icons. This is one simple way to add it using Qt’s RCC tool.

It was added the support for partial icon resource. It is implemented according Qt specification. First of all user should create not windows DLL but Qt RCC resource files. It can be compiled using rcc tool. User need to add special post build step to his QRC file, such as

...