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

a Widget containing a label and a text input below More...

#include <textInputWidget.h>

Inheritance diagram for textInputWidget:
Collaboration diagram for textInputWidget:

Public Member Functions

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

Public Attributes

QVBoxLayout * layout
 
QLabel * label
 
QLineEdit * input
 

Detailed Description

a Widget containing a label and a text input below

Constructor & Destructor Documentation

◆ textInputWidget()

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

Member Data Documentation

◆ input

QLineEdit* textInputWidget::input

◆ label

QLabel* textInputWidget::label

◆ layout

QVBoxLayout* textInputWidget::layout

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