码迷,mamicode.com
首页 > 其他好文 > 详细

qt界面操作

时间:2017-04-17 00:10:45      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:log   使用   控制   slot   界面   logs   nal   adt   定时   

    //控制死窗体
    int width = this->geometry().width();
    int height = this->geometry().height();
    this->setFixedSize(width,height);
   //定时器的使用
      QTimer *serialReadTimer = new QTimer;        
    connect(serialReadTimer,SIGNAL(timeout()),this,SLOT(readSerial())); serialReadTimer->start(100);

 

qt界面操作

标签:log   使用   控制   slot   界面   logs   nal   adt   定时   

原文地址:http://www.cnblogs.com/lt-6/p/6720502.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!