OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
GraphicsItemDesignerInfoOverlay.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// OpenTwin header
10
11// Qt header
12#include <QtCore/qstring.h>
13
14class QLabel;
16
18public:
20
21 void setText(const QString& _text);
22
23private:
24 QLabel* m_label;
25
26};
Definition GraphicsItemDesigner.h:31
Definition GraphicsItemDesignerInfoOverlay.h:17
GraphicsItemDesignerInfoOverlay(const QString &_text, GraphicsItemDesignerView *_view)
Definition GraphicsItemDesignerInfoOverlay.cpp:15
void setText(const QString &_text)
Definition GraphicsItemDesignerInfoOverlay.cpp:26
Definition GraphicsItemDesignerView.h:17
Definition OverlayWidgetBase.h:19