2016年10月16日

QT QT练习一

摘要: 界面中通过三个 QLineEdit控件,一个QPushButton实现+ - * /四则运算,点击pushbutton后将运算结果显示在QLabel控件上。 #ifndef WIDGET_H #define WIDGET_H #include #include #include #include class Widget : public QWidget { Q_OBJE... 阅读全文

posted @ 2016-10-16 21:06 寒魔影 阅读(712) 评论(0) 推荐(0)

导航