|
Invoice++
|
a Widget containing a label and a text input below More...
#include <textInputWidget.h>
Public Member Functions | |
| textInputWidget (const QString &inputLabel, QWidget *parent=nullptr) | |
Public Attributes | |
| QVBoxLayout * | layout |
| QLabel * | label |
| QLineEdit * | input |
a Widget containing a label and a text input below
|
explicit |
| QLineEdit* textInputWidget::input |
| QLabel* textInputWidget::label |
| QVBoxLayout* textInputWidget::layout |