Quote:
I'd simply use Yes and No to avoid confusion.
Code:
msg.setStandardButtons(QMessageBox.Yes | QMessageBox.No)
testmode = [0,1][msg.exec_()== QMessageBox.Yes]
|
A ton of thanks: works fine.
And, BTW, is there an equally simple way to substite the default icon of the message box (quite horrid, at least in my win10) with the plug-in icon, for instance?
If yes, I would wait to update the upload...
*Query*: uploading a new file with the name, would result in updating the previous attachment, or must one attach again? My ignorance
Quote:
Originally Posted by Doitsu
Actually, you can save Python lists in the preference file.
|
Good to know: but think of the irritation of having to manually add 3 more tags to 'a','br','b',...