Invoice++
Loading...
Searching...
No Matches
spinBoxInputWidget Class Reference

a Widget containing a label and a spinbox (int input) below More...

#include <spinBoxInputWidget.h>

Inheritance diagram for spinBoxInputWidget:
Collaboration diagram for spinBoxInputWidget:

Public Member Functions

 spinBoxInputWidget (const QString &inputLabel, QWidget *parent=nullptr)
 

Public Attributes

QVBoxLayout * layout
 
QLabel * label
 
QSpinBox * input
 

Detailed Description

a Widget containing a label and a spinbox (int input) below

Constructor & Destructor Documentation

◆ spinBoxInputWidget()

spinBoxInputWidget::spinBoxInputWidget ( const QString & inputLabel,
QWidget * parent = nullptr )
explicit

Member Data Documentation

◆ input

QSpinBox* spinBoxInputWidget::input

◆ label

QLabel* spinBoxInputWidget::label

◆ layout

QVBoxLayout* spinBoxInputWidget::layout

The documentation for this class was generated from the following files: