Re: [PyQt] Working with PyQt and Pydev

2011-01-07 Thread Fabio Zadrozny
On Thu, Jan 6, 2011 at 9:32 AM, Rohit Coder passionate_program...@hotmail.com wrote: I installed the PyDev plugin into Aptana Stdui 3 Beta. Someone suggested me to use PyQt for Python GUI app, and so I downloaded and installed PyQt. But when I open Aptana Studio, I could see a new menu added

Re: [PyQt] Working with PyQt and Pydev

2011-01-07 Thread Rohit Coder
Where is this tool, PyUiC, located? From: fabi...@gmail.com Date: Fri, 7 Jan 2011 10:09:48 -0200 Subject: Re: [PyQt] Working with PyQt and Pydev To: passionate_program...@hotmail.com CC: pyqt@riverbankcomputing.com; python-l...@python.org On Thu, Jan 6, 2011 at 9:32 AM, Rohit Coder

Re: [PyQt] modules, nameSpaces, and Wizards

2011-01-07 Thread James Polk
Thanks Mike!, for taking time to respond... You've outlined several new ways that I had not seen, and had not occurred to me,...I want to read and go thru your examples in more detail and try them out, but just wanted to say Thanks! for sharing your knowledge and experience,.. -James

[PyQt] Error while importing QtGui

2011-01-07 Thread Rohit Coder
The entire question with the screen shot of my dev'. environment is given

Re: [PyQt] Error while importing QtGui

2011-01-07 Thread Hans-Peter Jansen
On Friday 07 January 2011, 21:39:33 Rohit Coder wrote: The entire question with the screen shot of my dev'. environment is given here.elementFontfont-familyfont-sizefont-stylefont-variantfont-weight letter-spacingline-heighttext-decorationtext-aligntext-indenttext-tran

[PyQt] Wizards and fields

2011-01-07 Thread James Polk
I have a curiously frustrating problem concerning using fields in Wizards,...Their definition seems straightforward enough, and I had been using them in conjunction with isComplete functions,etc.. However,..here's my problem... I've created a new field based on the current setting of a ComboBox.

Re: [PyQt] Wizards and fields

2011-01-07 Thread James Polk
whoops...check that,...I found my problem... I was registering the comboBox field like this self.registerField(CategoryField   , self.CategoryComboBox I finally found a example on Nullege, that added an extra argument, resulting in:     self.registerField(CategoryField   ,