2014年1月5日
摘要: 在MyWidget构造函数 进行如下 3 个实验。 1 MyWidget::MyWidget(QWidget *parent) : 2 QWidget(parent),ui(new Ui::MyWidget) 3 4 { 5 ui->setupUi(this); 6 /*1.The DLG will disappear qucikly*/ 7 QDialog dialog(this); 8 dialog.show(); 9 10 /*2.*/11 //QDialog *dialog = new QDialog(this);... 阅读全文
posted @ 2014-01-05 17:42 小螺号giao~giao~giao 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 大小端 阅读全文
posted @ 2014-01-05 16:39 小螺号giao~giao~giao 阅读(363) 评论(0) 推荐(0) 编辑