Dec 29, 2011 8:22 pm
Merwin
Hi,
I would like to work with PyQt / PySide, but there is a small problem :
methods arguments are not completed by IDE's autocompletion.
When, typing "PySide.", I correctly get the module's attributes, but
when I want to see what arguments are expected to a constructor /
method, all I get is *args, **kwargs.
I perfectly understand why this happen, but do you know a way to get
around this ?
I spend more time looking for arguments in Qt's documentation than
effectively programming, which is a problem :-/
Thanks for reading,
Previous Thread: About instance.name look up order
Next Thread: Generating sin/square waves sound
Related Forum Topics
Pyside dynamic buttons
Hi,
We are making a screen with data driven buttons. I can add buttons but
can't redraw the buttons for new values. The buttuns are placed in a
frame.
I draw the buttons on the screen in a for loop:
def drawS1Butons(self):
n=0
for self.S1 in...
PyQt
I have python 3.2 installed m not able to install PyQt.....
i have downloaded and configured sip but how to build it???
whats the make and make install given on the installation....
Plzzz help m a newbie to python....
Calling a simple PyQt application more than once
Hi,
I have a simple PyQt application that creates a webkit instance to
scrape AJAX web pages. It works well but I can't call it twice. I
think the application is not closed correctly, that's why the 2nd call
fails. Here is the code below. I also put it on...
User login session for stand alone PyQt
For my current project I'm making PyQt GUI to be used inside Maya. One
of my requirement is that users need to first login with username and
password.
After authenticating the account, I'm not sure how I can store the
session. I tried Cookie.Simplecookie but I guess it doesn't wok
because...