Re: [PyQt] Embed widget in a container

2009-03-02 Thread Gustavo A . Díaz
You could use QStackedWidget for that, if how i use in my application. I have a QMainWindow and a QStackedWidget which i load the modules GUIs of my application. Here you could digg the code of my opensource application: svn co svn://svn.tuxfamily.org/svnroot/opencoffee/opencoffee opencoffee Che

[PyQt] Embed widget in a container

2009-02-27 Thread Mario Daniel Carugno
Hi, i'm new in this list and new to pyqt too. I'm trying to develop my first gui application, and have some questions. I hope to make the correct questions. Please tell me if i'm going wrong. Well, i want to develop a tipical bussiness app, and think to divide all in modules. A module for Customer