[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

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

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

2018-02-18 Thread Ravi Jagannadhan
Hi all, so I'm seeing this happen on Maya 2017 Update 4 on MacOS and wondering if anyone's seen similar behaviour in their versions. Like Michael, I'm trying to use a QMessageBox. My script looks like this: SNIP import logging import Qt from Qt import QtGui, QtCore, QtWidgets try: f