|
| static QString | eventTypeName (QEvent::Type eventType) |
| | Get a string-name of the event type. More...
|
| |
| static QString | eventTypeName (QEvent const *event) |
| | Get a string-name of the event type. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
| 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. More...
|
| |
|
| static int | calculateStepSize (int maxRange, int numberOfSteps) |
| | Calculate an appropriate step size given a maximum range and a suggested number of desired steps. More...
|
| |
| static double | calculateStepSize (double maxRange, int numberOfSteps, int decimals) |
| |
Provides static utility functions for Qt.