#include <VLineItem.h>
|
| VLineItem (const std::string &label, QLayoutItem *centerItem, QWidget *rightWidget) |
|
| VLineItem (const std::string &label, QWidget *centerWidget, QWidget *rightWidget) |
|
| VLineItem (const std::string &label, QWidget *rightWidget) |
|
A widget that creates a label - input pair separated by a spacer as is used throughout vapor
Definition at line 11 of file VLineItem.h.
◆ VLineItem() [1/3]
VLineItem::VLineItem |
( |
const std::string & |
label, |
|
|
QLayoutItem * |
centerItem, |
|
|
QWidget * |
rightWidget |
|
) |
| |
◆ VLineItem() [2/3]
VLineItem::VLineItem |
( |
const std::string & |
label, |
|
|
QWidget * |
centerWidget, |
|
|
QWidget * |
rightWidget |
|
) |
| |
◆ VLineItem() [3/3]
VLineItem::VLineItem |
( |
const std::string & |
label, |
|
|
QWidget * |
rightWidget |
|
) |
| |
The documentation for this class was generated from the following file: