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

the respective widget for entering product data More...

#include <productWidget.h>

Inheritance diagram for productWidget:
Collaboration diagram for productWidget:

Signals

void requestDeletion (productWidget *widget)
 

Public Member Functions

 productWidget (QWidget *parent=nullptr)
 

Public Attributes

QWidget * centralWidgetwidget
 
QHBoxLayout * horizontalLayout
 
QVBoxLayout * verticalLayout
 
textInputWidgetname
 
textInputWidgetppe
 
spinBoxInputWidgetcount
 
QPushButton * deleteButton
 

Private Slots

void handleDelete ()
 

Detailed Description

the respective widget for entering product data

Constructor & Destructor Documentation

◆ productWidget()

productWidget::productWidget ( QWidget * parent = nullptr)
explicit
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ handleDelete

void productWidget::handleDelete ( )
privateslot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ requestDeletion

void productWidget::requestDeletion ( productWidget * widget)
signal
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ centralWidgetwidget

QWidget* productWidget::centralWidgetwidget

◆ count

spinBoxInputWidget* productWidget::count

◆ deleteButton

QPushButton* productWidget::deleteButton

◆ horizontalLayout

QHBoxLayout* productWidget::horizontalLayout

◆ name

textInputWidget* productWidget::name

◆ ppe

textInputWidget* productWidget::ppe

◆ verticalLayout

QVBoxLayout* productWidget::verticalLayout

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