VAPOR3 3.9.4
PLineItem.h
Go to the documentation of this file.
1#pragma once
2
3#include "PWidget.h"
4
8
9class PLineItem : public PWidget {
10 Q_OBJECT
11 PWidget *_child = nullptr;
12
13public:
14 PLineItem(const std::string &tag, const std::string &label, QWidget *centerWidget, QWidget *rightWidget);
15 PLineItem(const std::string &tag, const std::string &label, QWidget *rightWidget);
16 PLineItem(const std::string &label, PWidget *rightWidget);
17
18protected:
19 void updateGUI() const override;
20};
void updateGUI() const override
PLineItem(const std::string &label, PWidget *rightWidget)
PLineItem(const std::string &tag, const std::string &label, QWidget *rightWidget)
PLineItem(const std::string &tag, const std::string &label, QWidget *centerWidget, QWidget *rightWidget)