Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Qt 中添加图像并使它们与复选框一起使用。我怎样才能做到这一点?我可以使用该ischecked()功能还是应该使用信号和插槽?
ischecked()
您可以使用 ischecked 函数在 if 语句中执行此操作。在开始研究 Qt 之前,请先了解 Qt 的基本概念。