1#ifndef _KVI_TAL_HBOX_H_
2#define _KVI_TAL_HBOX_H_
53 KviTalHBox(QWidget * pParent,
char * pcName =
nullptr);
99 void setAlignment(QWidget * pChild, Qt::Alignment alignment);
void setMargin(int iMargin)
Sets the margin of the box.
Definition KviTalHBox.cpp:101
QHBoxLayout * m_pLayout
Definition KviTalHBox.h:61
void addSpacing(int iSpace)
Adds a non-stretchable spacing item.
Definition KviTalHBox.cpp:121
void setSpacing(int iSpace)
Sets the spacing of the box.
Definition KviTalHBox.cpp:96
void setStretchFactor(QWidget *pChild, int iStretch)
Sets the stretch factor for an object.
Definition KviTalHBox.cpp:91
void setAlignment(Qt::Alignment alignment)
Sets the alignment of the box.
Definition KviTalHBox.cpp:106
KviTalHBox(QWidget *pParent, char *pcName=nullptr)
Constructs an horizontal box object.
Definition KviTalHBox.cpp:56
void addStretch(int iStretch)
Adds the stretch factor.
Definition KviTalHBox.cpp:116
~KviTalHBox()
Destroys an horizontal box object.
void childEvent(QChildEvent *e) override
Definition KviTalHBox.cpp:71
#define e
Definition detector.cpp:70
This file contains compile time settings.
#define KVILIB_API
Definition kvi_settings.h:124