QMainWindow (parent), ui(new Ui::MainWindow) { ui->setupUi(this); //創建一個QLabel控制項 QLabel *label=new QLabel(this);
確定! 回上一頁