#include <formview.h>
Collaboration diagram for FormView:

Public Member Functions | |
| InputList | fields () const |
Protected Member Functions | |
| FormView () | |
Protected Attributes | |
| QVBoxLayout * | m_LabelLayout |
| QVBoxLayout * | m_EditLayout |
| FormModel * | m_Model |
| InputList | m_Fields |
Friends | |
| class | FormFactory |
| class | ViewFactory |
Organizes each question in 2 VBox layouts separated by a QSplitter. The left layout is for labels, the right is for input widgets.
Definition at line 24 of file formview.h.
1.5.1