摘要:
在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
阅读(151)
评论(0)
推荐(0)
摘要:
大小端 阅读全文
posted @ 2014-01-05 16:39
小螺号giao~giao~giao
阅读(380)
评论(0)
推荐(0)
浙公网安备 33010602011771号