2014年11月21日

摘要: qDebug("FileName: %s, FuncName: %s, Line: %d.", __FILE__, Q_FUNC_INFO, __LINE__)还可以__FUNCTION__区别有待测试。 阅读全文
posted @ 2014-11-21 16:10 打铁的小木头 阅读(116) 评论(0) 推荐(0)
摘要: 1. 直接变形代码2. Qt designer.pro文件FORMS += widget.ui.h文件private: Ui::Widget *ui;main.cpp文件#include "ui_widget.h" //虽然没有这个文件,但在编译UI文件时会生成。 ui->setupUi(this)... 阅读全文
posted @ 2014-11-21 11:29 打铁的小木头 阅读(108) 评论(0) 推荐(0)

导航