VAPOR3 3.9.4
VPushButton.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#include <QWidget>
6#include <QPushButton>
7
8#include "VHBoxWidget.h"
9
14
15class VPushButton : public VHBoxWidget {
16 Q_OBJECT
17
18public:
19 VPushButton(const std::string &buttonText = "Select");
20
21private:
22 QPushButton *_pushButton;
23
24public slots:
26
27signals:
29};
VPushButton(const std::string &buttonText="Select")
void emitButtonClicked()
void ButtonClicked()