MagicSmoke
$VERSION$
|
a dialog that consists of check boxes in a QScrollArea More...
#include <checkdlg.h>
Public Member Functions | |
MCheckDialog (QWidget *parent, const MCheckList &checks, QString title) | |
creates the dialog More... | |
MCheckList | getCheckList () const |
returns the current state of all check boxes, the return value is an exact copy of the check list from the constructor with updated check settings More... | |
a dialog that consists of check boxes in a QScrollArea
MCheckDialog::MCheckDialog | ( | QWidget * | parent, |
const MCheckList & | checks, | ||
QString | title | ||
) |
creates the dialog
MCheckList MCheckDialog::getCheckList | ( | ) | const |
returns the current state of all check boxes, the return value is an exact copy of the check list from the constructor with updated check settings
Referenced by MRoleTab::editFlags(), and MRoleTab::editRights().