Hi, I'm trying disable a layout from mainform but don't work.Is there a reason? Thanks
Qt Code:
this->layout45->setEnabled(FALSE);To copy to clipboard, switch view to plain text mode
Hi, I'm trying disable a layout from mainform but don't work.Is there a reason? Thanks
Qt Code:
this->layout45->setEnabled(FALSE);To copy to clipboard, switch view to plain text mode
Regards
How does it "don't work"?
it isn't disabled! (I like disabled its contents too (labesl and spinboxes))
Last edited by mickey; 23rd May 2006 at 00:06.
Regards
Check in the docs how does a disabled layout behave.Originally Posted by mickey
sorry then is there a func that disabled its contents?
Regards
Put the widgets you want to disable in a QFrame or QGroupBox.Originally Posted by mickey
what s your requirement exactly
Disableing means you want to remove the layout or controls in that layout should be disabled ?
Last edited by jacek; 13th July 2006 at 12:54. Reason: post date has been changed to restore the order of messages in the thread
Bookmarks