![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <checkboxdialog.h>
Public Member Functions | |
CheckBoxDialog (const QMessageBox::StandardButtons &buttons, QWidget *parent=nullptr) | |
void | setCheckBoxText (const QString &text) |
bool | isChecked () const |
void | setDefaultCheckState (Qt::CheckState state) |
Definition at line 26 of file checkboxdialog.h.
|
explicit |
Definition at line 23 of file checkboxdialog.cpp.
bool CheckBoxDialog::isChecked | ( | ) | const |
Definition at line 37 of file checkboxdialog.cpp.
void CheckBoxDialog::setCheckBoxText | ( | const QString & | text | ) |
Definition at line 32 of file checkboxdialog.cpp.
void CheckBoxDialog::setDefaultCheckState | ( | Qt::CheckState | state | ) |
Definition at line 42 of file checkboxdialog.cpp.