KDevelop should be MDI! (was: Some suggestions)

Falk Brettschneider gigafalk at geocities.com
Wed Aug 25 12:23:23 BST 1999


Sandy Meier wrote:
> 
> I hope we will implement this and some other features (like more headers/sources
> are visible at the same time) in the 1.x series of KDevelop. Sorry not in
> KDevelop 1.0 final.
> 
To make a perfect imitation of MS Visual C++, it's also necessary to
give that MDI look and style, I think.

[Flameshields on]
Of course it should be possible to choose between top level widgets and
MDI child windows (to satisfy MS-MDI fans and X desktop fans).

Well, and if you want a start for a MDI implementation, you can take a
look at:
    http://www.kvirc.org !
It's a free (GPL) application what has got full MDI functionality. You
can download the source there. The MDI classes are KviMdiChild,
KviMdiManager, KviMdiCaption, KviMdiCaptionButton (and if you want to
enable docking top level windows or undocking MDI Child windows, you can
additionally use KviFrame and KviWindow).
The pretty cool thing is that the user can decide whether to use "MS
Windows MDI style" or "X desktop style" using the dock/undock feature.
AFAIK, the whole stuff depends only on Qt.

Keep on programming Qt!

-- 

Ciao,
--Falk



More information about the KDevelop mailing list