Re: [Maya-Python] Re: qt and pyqt

2018-06-27 Thread Justin Israel
On Thu, Jun 28, 2018 at 12:17 AM wrote: > On Monday, December 15, 2014 at 1:25:49 AM UTC+5:45, illunara wrote: > > Hi everybody > I have to run 4 different thread on pyqt5 , can anyone help me with that > You will need to try a bit harder than this, when asking questions. There is not enough

Re: [Maya-Python] A turntable player

2018-06-27 Thread Panupat Chongstitwattana
Figured another one out thanks to Stackoverflow. https://stackoverflow.com/questions/43454882/paint-over-qlabel-with-pyqt My paintEvent was done on QWidget, which was behind QLabel. Once the QLabel got stylesheet'd it covered up my image I suppose. So paintEvent needed to be implemented on the

[Maya-Python] Re: qt and pyqt

2018-06-27 Thread santoshadhikari514
On Monday, December 15, 2014 at 1:25:49 AM UTC+5:45, illunara wrote: > Hi everybody I have to run 4 different thread on pyqt5 , can anyone help me with that -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe

[Maya-Python] Re: qt and pyqt

2018-06-27 Thread Panupat Chongstitwattana
UI wise I love how PyQt/PySide code can be called everywhere on every platform. It's just a Python code, no compile needed and you can launch the same interface as stand-alone or from within Maya/Nuke. Python file being simple text files are easier to manage too IMO, no need to have separate