40 #ifndef __OPENFLUID_UICOMMON_TAGLABEL_HPP__ 41 #define __OPENFLUID_UICOMMON_TAGLABEL_HPP__ 49 namespace openfluid {
namespace ui {
namespace common {
58 QString m_CSSTextColor =
"#FFFFFF";
60 QString m_CSSBackgroundColor =
"#555555";
64 bool m_Outlined =
false;
73 TagLabel(
const QString& Text, QWidget* Parent =
nullptr);
76 const QString& CSSTextColor,
const QString& CSSBackgroundColor,
77 QWidget* Parent =
nullptr);
79 void setTextColor(
const QString& CSSColor);
81 void setBackgroundColor(
const QString& CSSColor);
83 void setTextSize(
int Pt);
85 void setOutlined(
bool Enabled);
Definition: TagLabel.hpp:52
#define OPENFLUID_API
Definition: dllexport.hpp:87
Definition: ApplicationException.hpp:47