Re: [Maya-Python] pyside and QUiLoader

2013-06-26 Thread Justin Israel
The naming convention for the automatic "connectSlotsByName"should be: on__ So I would think your slot should be called: on_create_button_clicked() But really, its so much easier to just ditch connectSlotsByName, name you

[Maya-Python] pyside and QUiLoader

2013-06-26 Thread John VanDerZalm
hi all, so i'm trying to get a signal from a .ui desiger file to connect with a call which worked well in pyQt but pyside has the QUiLoader and i'm having trouble getting it to recognise a button. keeps on saying the object doesnt exist. has anyone used the QUiLoader and connected a button to a d