Hallo Forum,
I am new in Qt and I have a Question in Designing a GUI in Qt 4.7.1.
We have a "Standard GUI" with a ToolBar with a lot of Icons, listed in the file
gui/res/images.qrc
In a special "Service Mode" we create a second Toolbar which is added while Runtime, those icons are listed an other folder in the file
gui-service/res/images.qrc
Problem: The Service Action works well, but there icons are serched in the "Standard Path".
How it is possible to get access to the icons listed in the file app-gui.service/res/images.qrc?
Thank You.
Bookmarks