1 #ifndef DIALOGS_DIALOGUTILS_H 2 #define DIALOGS_DIALOGUTILS_H 8 QT_FORWARD_DECLARE_CLASS(QString)
9 QT_FORWARD_DECLARE_CLASS(QWidget)
10 QT_FORWARD_DECLARE_CLASS(QColor)
41 #endif // DIALOGS_DIALOGUTILS_H
QString QT_UTILITIES_EXPORT generateWindowTitle(DocumentStatus documentStatus, const QString &documentPath)
Generates the window title string for the specified documentStatus and documentPath.
DocumentStatus
The DocumentStatus enum specifies the status of the document in a window.
#define QT_UTILITIES_EXPORT
Marks the symbol to be exported by the qtutilities library.
Provides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog.
const QString QT_UTILITIES_EXPORT & dialogStyle()
Returns the stylesheet for dialogs and other windows used in my applications.