1#ifndef _KVI_TAL_HBOX_H_
2#define _KVI_TAL_HBOX_H_
53 KviTalHBox(QWidget * pParent,
char * pcName =
nullptr);
70 void setStretchFactor(QWidget * pChild,
int iStretch);
77 void setSpacing(
int iSpace);
84 void setMargin(
int iMargin);
91 void setAlignment(Qt::Alignment alignment);
99 void setAlignment(QWidget * pChild, Qt::Alignment alignment);
106 void addStretch(
int iStretch);
113 void addSpacing(
int iSpace);
116 void childEvent(QChildEvent *
e)
override;
Toolkit Abstraction Layer: hbox class.
Definition KviTalHBox.h:44
QHBoxLayout * m_pLayout
Definition KviTalHBox.h:61
~KviTalHBox()
Destroys an horizontal box object.
#define e
Definition detector.cpp:70
This file contains compile time settings.
#define KVILIB_API
Definition kvi_settings.h:124