Add this behind the QApplication constructor of your main():
Qt Code:
a.setOrganizationName("My Company"); a.setOrganizationDomain("mycompany.com"); a.setApplicationName("My Application");To copy to clipboard, switch view to plain text mode
Add this behind the QApplication constructor of your main():
Qt Code:
a.setOrganizationName("My Company"); a.setOrganizationDomain("mycompany.com"); a.setApplicationName("My Application");To copy to clipboard, switch view to plain text mode
it works. thanx a lot!
jh
Bookmarks