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)
29 #if defined(QT_UTILITIES_GUI_QTWIDGETS) || defined(QT_UTILITIES_GUI_QTQUICK) 35 #ifdef QT_UTILITIES_GUI_QTWIDGETS 45 #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.