我想在按钮上使用我自己的字符串,在下面提到的函数 "msgBox.setDefaultButton" 和 "msgBox.addButton" 中:
msgBox.setDefaultButton(QMessageBox::Save);
msgBox.addButton(QMessageBox::Abort);
而不是内置的“保存”和“中止”,我想放我自己的文字。
请让我知道它是否可能,或者请给我上面几行的替代方法,以使用我自己的随机文本创建一个按钮。
前任 :
msgBox.setDefaultButton(QMessageBox::"Lakshmi");
msgBox.addButton(QMessageBox::"Kanth");
TIA。
问候, Lakshmikanth .G