摘要:
void QWidget::update ()分析重绘事件激活 1看看手册中这段话 void QWidget::update () [slot] Updates the widget unless updates are disabled or the widget is hidden. This 阅读全文
posted @ 2019-06-10 23:23
朱小勇
阅读(3444)
评论(0)
推荐(0)
摘要:
1、在自定义控件中看到这个用法 2、Q_PROPERTY(double Min READ getMin WRITE setMin) 代表当前类有一个double属性叫Min,有一个读函数getMin,有一个写函数SetMin 3、具体啥用还在学习中....... 阅读全文
posted @ 2019-06-10 23:17
朱小勇
阅读(1033)
评论(0)
推荐(0)