Invoice++
Loading...
Searching...
No Matches
representativeWidget.h
Go to the documentation of this file.
1
#ifndef REPRESENTATIVEWIDGET_H
2
#define REPRESENTATIVEWIDGET_H
3
4
#include "
../inputWidget/textInputWidget.h
"
5
7
class
representativeWidget
:
public
QWidget
8
{
9
Q_OBJECT
10
11
public
:
12
explicit
representativeWidget
(QWidget *parent =
nullptr
);
13
QVBoxLayout *
representative_layout
;
14
textInputWidget
*
name
;
15
QHBoxLayout *
street_house_horizontal
;
16
textInputWidget
*
street
;
17
textInputWidget
*
housenumber
;
18
QHBoxLayout *
zip_city_horizontal
;
19
textInputWidget
*
zipcode
;
20
textInputWidget
*
city
;
21
22
};
23
24
#endif
//REPRESENTATIVEWIDGET_H
representativeWidget::zipcode
textInputWidget * zipcode
Definition
representativeWidget.h:19
representativeWidget::name
textInputWidget * name
Definition
representativeWidget.h:14
representativeWidget::city
textInputWidget * city
Definition
representativeWidget.h:20
representativeWidget::representative_layout
QVBoxLayout * representative_layout
Definition
representativeWidget.h:13
representativeWidget::zip_city_horizontal
QHBoxLayout * zip_city_horizontal
Definition
representativeWidget.h:18
representativeWidget::street_house_horizontal
QHBoxLayout * street_house_horizontal
Definition
representativeWidget.h:15
representativeWidget::representativeWidget
representativeWidget(QWidget *parent=nullptr)
Definition
representativeWidget.cpp:6
representativeWidget::housenumber
textInputWidget * housenumber
Definition
representativeWidget.h:17
representativeWidget::street
textInputWidget * street
Definition
representativeWidget.h:16
textInputWidget
a Widget containing a label and a text input below
Definition
textInputWidget.h:12
textInputWidget.h
ui
customWidgets
representativeWidget
representativeWidget.h
Generated on Sun Mar 30 2025 17:46:37 for Invoice++ by
1.13.2