uos_activpal.gui.base.QuestionResponse

class uos_activpal.gui.base.QuestionResponse(parent=None)[source]

A combo widget designed to put a question and textbox on one line.

__init__(parent=None)[source]

Create a QuestionResponse widget.

Methods

__init__([parent]) Create a QuestionResponse widget.

Attributes

layout QLayout – The QLayout used to organise the question and response.