Hello everyone,
I have written a program that shows an splash and inserts an icon in system tray with 2 PNG files. In Dynamic mode, it executes well and everything is ok, but in Static the splash doesn't appears !!!! I added this line
Qt Code:
  1. Q_INIT_RESOURCE(MySplash);
To copy to clipboard, switch view to plain text mode 
but it is not working yet !!!

Thanks for any help