VAPOR3 3.9.4
VLabel.h
Go to the documentation of this file.
1#pragma once
2
3#include "VContainer.h"
4#include <string>
5
6class QLabel;
7
8class VLabel : public VContainer {
9 QLabel *_ql;
10
11public:
12 VLabel(const std::string &text = "");
13 void SetText(const std::string &text);
15};
Definition: VLabel.h:8
VLabel(const std::string &text="")
void SetText(const std::string &text)
void MakeSelectable()