Qt Utilities 6.14.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Loading...
Searching...
No Matches
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

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.