Static Public Member Functions |
| static QString | eventTypeName (QEvent::Type eventType) |
| | Get a string-name of the event type.
|
| static QString | eventTypeName (QEvent const *event) |
| | Get a string-name of the event type.
|
| static QMessageBox::StandardButton | critical (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButtons buttons=QMessageBox::Ok, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton, Qt::WindowFlags f=Qt::Tool|Qt::MSWindowsFixedSizeDialogHint) |
| | Display a critical message box.
|
| static QMessageBox::StandardButton | critical (QWidget *parent, const QString &title, const QString &text, bool &checkBoxChecked, const QString &checkBoxText=QString::fromStdString("Do not show this dialog again"), QMessageBox::StandardButtons buttons=QMessageBox::Ok, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton, Qt::WindowFlags f=Qt::Tool|Qt::MSWindowsFixedSizeDialogHint) |
| | Display a critical message box with a checkBox.
|
| static QMessageBox::StandardButton | information (QWidget *parent, const QString &title, const QString &text, const QString &checkBoxText=QString(), QMessageBox::StandardButtons buttons=QMessageBox::Ok, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton, Qt::WindowFlags f=Qt::Tool|Qt::MSWindowsFixedSizeDialogHint) |
| | Display an information message box.
|
| static QMessageBox::StandardButton | information (QWidget *parent, const QString &title, const QString &text, bool &checkBoxChecked, const QString &checkBoxText=QString::fromStdString("Do not show this dialog again"), QMessageBox::StandardButtons buttons=QMessageBox::Ok, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton, Qt::WindowFlags f=Qt::Tool|Qt::MSWindowsFixedSizeDialogHint) |
| | Display an information message box with a checkBox.
|
| static QMessageBox::StandardButton | question (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButtons buttons=QMessageBox::Yes|QMessageBox::No, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton, Qt::WindowFlags f=Qt::MSWindowsFixedSizeDialogHint|Qt::Tool) |
| | Display an inquiry message box.
|
| static QMessageBox::StandardButton | question (QWidget *parent, const QString &title, const QString &text, bool &checkBoxChecked, const QString &checkBoxText=QString::fromStdString("Do not show this dialog again"), QMessageBox::StandardButtons buttons=QMessageBox::Yes|QMessageBox::No, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton, Qt::WindowFlags f=Qt::MSWindowsFixedSizeDialogHint|Qt::Tool) |
| | Display an inquiry message box with a checkBox.
|
| static QMessageBox::StandardButton | warning (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButtons buttons=QMessageBox::Ok, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton, Qt::WindowFlags f=Qt::MSWindowsFixedSizeDialogHint|Qt::Tool) |
| | Display a warning message box.
|
| static QMessageBox::StandardButton | warning (QWidget *parent, const QString &title, const QString &text, bool &checkBoxChecked, const QString &checkBoxText=QString::fromStdString("Do not show this dialog again"), QMessageBox::StandardButtons buttons=QMessageBox::Ok, QMessageBox::StandardButton defaultButton=QMessageBox::NoButton, Qt::WindowFlags f=Qt::MSWindowsFixedSizeDialogHint|Qt::Tool) |
| | Display a warning message box with a checkBox.
|
|
| static int | calculateStepSize (int maxRange, int numberOfSteps) |
| | Calculate an appropriate step size given a maximum range and a suggested number of desired steps.
|
| static double | calculateStepSize (double maxRange, int numberOfSteps, int decimals) |
Provides static utility functions for Qt.