setLayout(layout); QPushButton* button = new QPushButton("關於Qt"); layout->addWidget(button); QObject::connect(button, &QPushButton::clicked, &app, ...
確定! 回上一頁