DeepDiver,
thank you very much!
I removed the line: Q_INIT_RESOURCE(application);
I did not found a resource-file in my project
allthough there has been one in the not-modified
template project. No idea how i lost it.
It was "application.qrc" and contained the following:
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>editcopy.xpm</file>
<file>editcut.xpm</file>
<file>filenew.xpm</file>
<file>fileopen.xpm</file>
<file>editpaste.xpm</file>
<file>filesave.xpm</file>
</qresource>
</RCC>
Just for learning and curiosity:
«If so: the base-name of the resource file must be within the macro
Q_INIT_RESOURCE().
You have one call for each resource file.»
How it might looks after correcting ?
cheers wally
Bookmarks