[PyKDE] raise(questions), lower(expectations)

Frederick Polgardy Jr polgardy at bodacion.com
Thu May 1 22:52:00 BST 2003


On Thursday 01 May 2003 12:45 pm, Vio wrote:
> specific. I did, but somehow I thought maybe he ment that signal-slot
> trick. Which to me felt kind of odd, although it worked. On the other

The reason it works is that connect() bound the signal and slot together at 
the C++ level (the slot is still called raise() in C++), and so it invokes 
the right method.

-- 
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