Qt Utilities
5.6.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
#include "./dialogutils.h"
#include <QGuiApplication>
#include <QPalette>
#include <QWidget>
#include <QStyle>
#include <QFileInfo>
#include <QDir>
Go to the source code of this file.
Namespaces | |
Dialogs | |
Provides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog. | |
Functions | |
QString QT_UTILITIES_EXPORT | Dialogs::generateWindowTitle (DocumentStatus documentStatus, const QString &documentPath) |
Generates the window title string for the specified documentStatus and documentPath. More... | |
const QString QT_UTILITIES_EXPORT & | Dialogs::dialogStyle () |
Returns the stylesheet for dialogs and other windows used in my applications. More... | |