I'm continuiung the developing of the gui and I've to admit that pyqt is really fun to use. Folowing tutorials around I'm going the editor way. I mean I make the ui files, compile them, have a separate file that call the ui.py file. I've suceeded in making a main mdi resizable gui. On the lift I have a widget that I promote to a dock widget where i call a custom class defined in another file. and for now everything works.
the problems come when I want the promoted dock to be set the allowed areas. this doesn't seem to work at all :( All the code here http://code.google.com/p/openchem/source/browse/#svn/trunk -- View this message in context: http://www.nabble.com/Dock-widget-and-promoted-widget-tp25530782p25530782.html Sent from the PyQt mailing list archive at Nabble.com. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
