|
Qt Utilities 6.18.2
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
Go to the source code of this file.
Namespaces | |
| namespace | QtUtilities |
| ! | |
Enumerations | |
| enum class | QtUtilities::DocumentStatus { QtUtilities::NoDocument , QtUtilities::Saved , QtUtilities::Unsaved } |
| The DocumentStatus enum specifies the status of the document in a window. More... | |
Functions | |
| QT_UTILITIES_EXPORT QString | QtUtilities::generateWindowTitle (DocumentStatus documentStatus, const QString &documentPath) |
| Generates the window title string for the specified documentStatus and documentPath. | |