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.
所以,wdgt 是一个指向我的类的指针,它继承自 QLabel。当我运行以下代码时,应用程序崩溃。
wdgt->setStyleSheet("QLabel { background-color : red }"); wdgt->setText(indexOfWdgt);
如果我只使用其中一个功能,它可以工作,但它们一起会使程序崩溃。可能是什么原因?