#include <votedialog.h>
|
| void | initVoteCheck (QWidget *container, QCheckBox *checkBox, QProgressBar *progressBar, const QString &text, Qt::LayoutDirection direction, bool isVoteYes) |
| |
| void | inform (const QString &text) |
| |
| void | updateMnSelectionNum () |
| |
Definition at line 26 of file votedialog.h.
◆ VoteDialog()
◆ ~VoteDialog()
| VoteDialog::~VoteDialog |
( |
| ) |
|
◆ inform()
| void VoteDialog::inform |
( |
const QString & |
text | ) |
|
|
private |
◆ initVoteCheck()
| void VoteDialog::initVoteCheck |
( |
QWidget * |
container, |
|
|
QCheckBox * |
checkBox, |
|
|
QProgressBar * |
progressBar, |
|
|
const QString & |
text, |
|
|
Qt::LayoutDirection |
direction, |
|
|
bool |
isVoteYes |
|
) |
| |
|
private |
◆ onAcceptClicked
| void VoteDialog::onAcceptClicked |
( |
| ) |
|
|
slot |
◆ onCheckBoxClicked
| void VoteDialog::onCheckBoxClicked |
( |
QCheckBox * |
checkBox, |
|
|
QProgressBar * |
progressBar, |
|
|
bool |
isVoteYes |
|
) |
| |
|
slot |
◆ onMnSelectionClicked
| void VoteDialog::onMnSelectionClicked |
( |
| ) |
|
|
slot |
◆ setProposal()
◆ showEvent()
| void VoteDialog::showEvent |
( |
QShowEvent * |
event | ) |
|
|
override |
◆ updateMnSelectionNum()
| void VoteDialog::updateMnSelectionNum |
( |
| ) |
|
|
private |
◆ checkBoxNo
| QCheckBox* VoteDialog::checkBoxNo {nullptr} |
|
private |
◆ checkBoxYes
| QCheckBox* VoteDialog::checkBoxYes {nullptr} |
|
private |
◆ govModel
◆ mnModel
| MNModel* VoteDialog::mnModel {nullptr} |
|
private |
◆ mnSelectionDialog
◆ progressBarNo
| QProgressBar* VoteDialog::progressBarNo {nullptr} |
|
private |
◆ progressBarYes
| QProgressBar* VoteDialog::progressBarYes {nullptr} |
|
private |
◆ proposal
◆ snackBar
| SnackBar* VoteDialog::snackBar {nullptr} |
|
private |
◆ ui
| Ui::VoteDialog* VoteDialog::ui |
|
private |
◆ vecSelectedMn
| std::vector<std::string> VoteDialog::vecSelectedMn |
|
private |
◆ votes
The documentation for this class was generated from the following files: