PDA

View Full Version : Problem in porting Main window on linux



jyoti kumar
2nd June 2006, 08:53
Created main window usting Qt Designer, added widgets in nested layouts.
But when I am porting the code on bigger screen , the window size is increasing, but widgets are not scaling on the the bigger screen.
Pls suggest

jpn
2nd June 2006, 08:58
Most propably you forgot to set the top level layout (for the main window itself).
Open context menu over the main window: layout->layout [horizontally|vertically|in grid]..

jyoti kumar
2nd June 2006, 09:35
Most propably you forgot to set the top level layout (for the main window itself).
Open context menu over the main window: layout->layout [horizontally|vertically|in grid]..


Thanks a lot. Its working now.