Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Layout (Forms) Designer » layout help
layout help [message #619] Sat, 21 January 2006 13:16 Go to next message
hojtsy is currently offline  hojtsy
Messages: 241
Registered: January 2006
Location: Budapest, Hungary
Experienced Member
Is there a way to create a Sizable layout with two LabelBoxes in a way that when I resize the window, the first LabelBox always occupy the left half of the window, and the second LabelBox occupy the right half of the window? This can be done with Qt.

[Updated on: Sat, 21 January 2006 13:16]

Report message to a moderator

Re: layout help [message #621 is a reply to message #619] Sun, 22 January 2006 00:25 Go to previous messageGo to next message
zsolt is currently offline  zsolt
Messages: 693
Registered: December 2005
Location: Budapest, Hungary
Contributor
I think, you can use Splitter class to achieve this.
Re: layout help [message #625 is a reply to message #619] Sun, 22 January 2006 21:06 Go to previous message
mirek is currently offline  mirek
Messages: 13974
Registered: November 2005
Ultimate Member
No. In this case, you have to add more code to achieve this behaviour.

Actually, there is nothing complicated in providing appropriate logical coordinates (althought extending them to support this would increase sizeof(Ctrl), which is quite critical value to be kept low), however the real problem is how to reflect it in layout designer....

In most cases where you need this, using Splitter is even better solution.
Previous Topic: IDE&GUI Builder Help
Next Topic: make widgets sizeables in Layout Designer
Goto Forum:
  


Current Time: Tue Mar 19 07:09:50 CET 2024

Total time taken to generate the page: 0.01991 seconds