2021年7月19日
摘要: 在QT的帮助(help)下输入 Qt Style Sheets Examples 转载至https://www.cnblogs.com/judes/p/13784885.html 阅读全文
posted @ 2021-07-19 11:47 缘随风烬 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1、绑定信号与槽 QObject::connect(ui->listWidget, SIGNAL(currentRowChanged(int)), this, SLOT(changeStackWidget(int))); 2、实现槽函数 ui->stackedWidget->setCurrentIn 阅读全文
posted @ 2021-07-19 10:45 缘随风烬 阅读(637) 评论(0) 推荐(0) 编辑