Hi,
just use QSettings and store a bool value for each dialog, if it should be displayed again or not.
Lykurg
Edit: If the value should only stored for the lifetime of the application use a static "QHash<QString> doNotShow" as QErrorMessage does.
Hi,
just use QSettings and store a bool value for each dialog, if it should be displayed again or not.
Lykurg
Edit: If the value should only stored for the lifetime of the application use a static "QHash<QString> doNotShow" as QErrorMessage does.
Last edited by Lykurg; 8th October 2008 at 14:20.
Bookmarks