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