39 #ifndef __OPENFLUID_UICOMMON_TAGLABEL_HPP__ 40 #define __OPENFLUID_UICOMMON_TAGLABEL_HPP__ 48 namespace openfluid {
namespace ui {
namespace common {
57 QString m_CSSTextColor =
"#FFFFFF";
59 QString m_CSSBackgroundColor =
"#555555";
63 bool m_Outlined =
false;
70 explicit TagLabel(QWidget* Parent =
nullptr);
72 TagLabel(
const QString& Text, QWidget* Parent =
nullptr);
75 const QString& CSSTextColor,
const QString& CSSBackgroundColor,
76 QWidget* Parent =
nullptr);
81 void setTextColor(
const QString& CSSColor);
83 void setBackgroundColor(
const QString& CSSColor);
85 void setTextSize(
int Pt);
87 void setOutlined(
bool Enabled);
Definition: TagLabel.hpp:51
Definition: ApplicationException.hpp:47
#define OPENFLUID_API
Definition: dllexport.hpp:86
virtual ~TagLabel()
Definition: TagLabel.hpp:78