octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Successfully merged projects


From: Jacob Dawid
Subject: Re: Successfully merged projects
Date: Wed, 13 Apr 2011 12:53:11 +0200


Jacob,
It is coming together nicely.  Is there a reason that the Command Window, File Editor, Documentation, and Service widgets have to be tabbed like that?  I usually work with my editor and command window visible at the same time.  Do you have any objections to having everything be in a QDockWidget so things can be arranged in whatever way the user sees fit to arrange it? Also, does the QDockWidget interface only allow a left, right, top, and bottom widget?  Is there a way to achieve being able to put dock widgets 4, 5, or 6 wide.  My hope was that the QDockWidgets would allow any arrangement possible, but it seems it is designed to only allow center, left, right, top, and bottom.

John Swensen

QDockWidget are only "Tool Windows" that are positioned around the central widget, which is the tabbed view here. I have used the Tabs of the central widget for unique subwindows, and an MDI Tab for the File Editor that supports multiple documents. We can still see if it is better to rearrange that, though. What's your suggestion here?

--
Software Development == Church Development
Step 1. Build it.
Step 2. Pray.

Whitespace - the most ink saving programming language: http://compsoc.dur.ac.uk/whitespace/index.php .


reply via email to

[Prev in Thread] Current Thread [Next in Thread]