• 首页
  • Qt文档
  • DTK文档
  • 玲珑文档
  • dtiplabel_zh

    Class::DTipLabel

    暂无该属性


    Detailed Description

    DTipLabel 一个重新实现的 QLabel DTipLabel 提供了将 DTipLabel 显示在指定位置的函数

    DTipLabel 提供了改变字体颜色的函数

    DTipLabel::operator=

    [private copy-assign  ]

    DTipLabel & operator=(const DTipLabel &)

    DTipLabel::d_func

    [private plain  ]

    DTipLabelPrivate * d_func()

    DTipLabel::d_func

    [private plain  ]

    const DTipLabelPrivate * d_func() const

    DTipLabel::DTipLabel

    [public constructor  ]

    DTipLabel(const QString &text, int *parent)

    DTipLabel::~DTipLabel

    [public destructor  ]

    ~DTipLabel()

    DTipLabel 的构造函数 text文本信息**parent参数被发送到 QLabel 构造函数。

    DTipLabel::show

    [public plain  ]

    void show(const int &pos)

    显示在指定的位置上 pos 显示位置

    DTipLabel::setForegroundRole

    [public plain  ]

    void setForegroundRole(int color)

    显示的字体颜色 color字体颜色

    DTipLabel::initPainter

    [protected plain  ]

    void initPainter(int *painter) const override

    DTipLabel::paintEvent

    [protected plain  ]

    void paintEvent(int *event) override