Re: [PyQt] Resizing of layout on runtime

2010-10-15 Thread mezgani ali
I had the same problem, but i think that the Qt creator do that automatically, and reasonably in some ways. Best Regards, On Fri, Oct 15, 2010 at 8:34 PM, Andrew Matsusaka andrew.matsus...@primefocusworld.com wrote: I've created a custom widget that contains quite a few QLabels and

Re: [PyQt] How to slim programs under windows

2009-05-28 Thread mezgani ali
On Thu, May 28, 2009 at 3:47 PM, Darryl Wallace darryl.wall...@prosensus.ca wrote: Hello, I build a exe program with py2exe, and it size is about 8M. The program is very simple, it's a widget that contain too lineedit and a button, it's based on pyqt. Please is there a way to resize the

[PyQt] How to slim programs under windows

2009-05-27 Thread mezgani ali
Hi, I build a exe program with py2exe, and it size is about 8M. The program is very simple, it's a widget that contain too lineedit and a button, it's based on pyqt. Please is there a way to resize the file for small one. Regards, -- Ali MEZGANI Network Engineering/Security

[PyQt] QtCore.QObject.connect, AttributeError

2009-04-15 Thread mezgani ali
Hi, I'm working on a python application, and i use Qt user interface. Well when i try to run my script i got this error: Traceback (most recent call last): File app.py, line 545, in module ui.setupUi(window) File app.py, line 490, in setupUi

[PyQt] Re: QtCore.QObject.connect, AttributeError

2009-04-15 Thread mezgani ali
Resolved. QtCore.QObject.connect(self.wButton,QtCore.SIGNAL(clicked()),self.onClick) On Wed, Apr 15, 2009 at 12:09 PM, mezgani ali hand...@gmail.com wrote: Hi, I'm working on a python application, and i use Qt user interface. Well when i try to run my script i got this error: Traceback