Re: [PyKDE] qdialog and size

2004-07-25 Thread Lionel Roubeyrie
Thank's for your response, it's ok now. Le samedi 24 Juillet 2004 18:44, Greg Fortune a écrit : > Set the size policy to Fixed for both horizontal and vertical and then set > a minimum and maximum width. These items can be set through Qt Designer if > you wish... If you need to get rid of the bo

Re: [PyKDE] qdialog and size

2004-07-24 Thread Greg Fortune
Set the size policy to Fixed for both horizontal and vertical and then set a minimum and maximum width. These items can be set through Qt Designer if you wish... If you need to get rid of the border as well or customize other appearance items, check http://doc.trolltech.com/3.3/qt.html#Widget

[PyKDE] qdialog and size

2004-07-24 Thread Lionel Roubeyrie
Hi all, I use : Python 2.3.4 Qt 3.2.3 PyQt 3.11 I have googled these questions but I can't find answers : How fix the size of a qdialog box and remove the resize buttons? The sizePolicy doesn't do the right thing :-( Where can I found an example for using the extensibility commodity? For the mom