Qt Utilities  6.0.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Namespaces | Enumerations | Functions
dialogutils.h File Reference
#include "../global.h"
#include <QtGlobal>
Include dependency graph for dialogutils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 QtUtilities
 !
 

Enumerations

enum  QtUtilities::DocumentStatus { QtUtilities::DocumentStatus::NoDocument, QtUtilities::DocumentStatus::Saved, QtUtilities::DocumentStatus::Unsaved }
 The DocumentStatus enum specifies the status of the document in a window. More...
 

Functions

QString QT_UTILITIES_EXPORT QtUtilities::generateWindowTitle (DocumentStatus documentStatus, const QString &documentPath)
 Generates the window title string for the specified documentStatus and documentPath. More...