[PyKDE] raise(questions), lower(expectations)
Frederick Polgardy Jr
polgardy at bodacion.com
Thu May 1 17:04:01 BST 2003
On Thursday 01 May 2003 09:59 am, Gordon Tyler wrote:
> Vio wrote:
> > Funny word games aside, I was wondering if there is a better way to
> > manipulate children in a parent's stack than this:
>
> Try widget.raiseW(). raise is a Python keyword, so the PyQt mapping had
> to change it. There are a few other cases like this (lower might be one
> as well I think), but they're listed in the PyQt modules documentation.
>
> Ciao,
> Gordon
The most obvious example is
QApplication::exec() -> QApplication.exec_loop().
--
F R E D E R I C K P O L G A R D Y J R.
Bodacion Technologies
18-3 E Dundee Road - Suite 300 - Barrington, IL 60010
Phone: 847/842.9008 - Fax: 847/842-1731
Web: http://www.bodacion.com
More information about the PyQt
mailing list