摘要: 1 void CircleWidget::paintEvent(QPaintEvent * event) 2 { 3 QPainter painter(this); 4 5 int wight = this->width(); 6 int heigth = this->height(); 7 8 if (m_timers==0) 9 ... 阅读全文
posted @ 2017-09-21 21:29 唯一诺 阅读(1540) 评论(1) 推荐(0)