Class sh::ui::qt::feedbackpanels::GridFormInnerSimpleChooser

class sh::ui::qt::feedbackpanels::GridFormInnerSimpleChooser : public QWidget

Helper widget for a GridForm.

Public Functions

GridFormInnerSimpleChooser(sh::actions::ActionExecutionUserFeedback::Choices *choices, QWidget *parent = 0)
~GridFormInnerSimpleChooser()

Public Members

int answer = -1
QString text

Private Functions

bool eventFilter(QObject *obj, QEvent *event)

Private Members

QLineEdit *lineedit
sh::actions::ActionExecutionUserFeedback::Choices *choices
QVBoxLayout *mylayout
sh::actions::ActionExecutionUserFeedback::Choice *currentchoice = 0

Private Slots

void slot_chosen(int id)
void slot_textedited(QString t)