[Php-qt-users] QLineEdit size
Status: Beta
Brought to you by:
tm243
From: Jean-Luc G. <jea...@fr...> - 2005-12-20 21:27:04
|
Hi Ferenc >I could not change the width of the input fields, to make the % filelds >smaller (picture above). I don't know if that is known. size or setSize >looks implemented in the qlineedit control's interface file. I will try >to not report problems which are obviously not supported yet. ;-) Are you using QBoxLayout or something like this? According you picture, I would like to say yes. If yes, it is not possible to change the size of your qlineedit. Indeed, QBoxLayout will manage for you the layout of your widget. The only way if you want to manage it is to place yourself where the widget must be with their sizes. Jean-Luc |