Re: [Maya-Python] My QMessageBox.question buttons didn't show up

2017-08-01 Thread Michael Boon
Good point, thanks. On Wednesday, 2 August 2017 15:01:24 UTC+10, Marcus Ottosson wrote: > > If it happened under Maya 2017 pre update 4, then it could be a Maya issue > more than anything else. PySide2 is under heavy development even as we > speak. > -- You received this message because you ar

Re: [Maya-Python] My QMessageBox.question buttons didn't show up

2017-08-01 Thread Marcus Ottosson
If it happened under Maya 2017 pre update 4, then it could be a Maya issue more than anything else. PySide2 is under heavy development even as we speak. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from

[Maya-Python] My QMessageBox.question buttons didn't show up

2017-08-01 Thread Michael Boon
Hi, I've just had a bug report from someone who had to force close Maya 2017 because I popped up a QMessageBox and the buttons that were supposed to be on it were missing. Here's a sanitised version of my code. parentWin is a QMainWindow whose parent is the Maya window. from PySide2 import QtWi