QWidget *widget = new QWidget(); QVBoxLayout * vBoxLayout = new QVBoxLayout(); QLabel *label = new QLabel("hello"); QPushButton *pushButton ...
確定! 回上一頁