[PyKDE] Layers and Layout Container
Grant Morgan
grant at ryuuguu.com
Thu May 5 14:19:26 BST 2005
I would like to have 3 sets of buttons (A,B,C) in 3 layers. each set
having it own table. The buttons will be shaped window pixmaps
(http://www.pygtk.org/pygtk2tutorial/sec-Images.html#id3109973 -tutorial
example)
and the layers will overlay on another. I can do this by using a gtk.Fixed
container and managing the layout with my own code. I tried creating two
tables and adding them to the same window but only the first displays. Is
the a way to use packing widgets as layers in one window?
Cheers,
Grant Morgan
More information about the PyQt
mailing list