UIGQLabel
文字标签控件
派生关系
class UIGQLabel : public QLabel, public IUIGQControlBase
事件
void linkActivated(const QString& link);
void linkHovered(const QString& link);
主要方法
1、设置和获取文本内容
void setText(const QString& text);
const QString text();
2、设置文字颜色
void setColor(const QColor& color);
3、设置禁用的颜色
void setDisableColor(const QColor& color);
4、设置文字样式
void setTextStyle(CtrlState eState, const UIGQtLib::TextStyleDesc& textStyle);