[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
   , self.CategoryComboBox,  currentText ) and that did the trick! ;-) (..now I wonder if I need to include that extra argument if I do a   setField later ? ) --- On Fri, 1/7/11, James Polk jpolk5...@yahoo.com wrote: From: James Polk jpolk5...@yahoo.com Subject: Wizards and fields To: pyqt