Qextmdi
Falk Brettschneider
gigafalk at yahoo.com
Thu Apr 27 20:35:55 BST 2000
Jose Barros Soares wrote:
>
> I've downloaded a file called "qextmdi-1.0beta2.tgz" and installed it from
> here.
> >
> > The current version is 1.0beta2. The declarations for
> > QextMdiMainFrm::addWindow are there:
> >
> > virtual void addWindow ( QextMdiChildView* pView, QRect rectNormal,
> > QextMdi::AddWindowFlags flags = QextMdi::StandardAdd)
> > virtual void addWindow ( QextMdiChildView* pView, QPoint pos,
> > QextMdi::AddWindowFlags flags = QextMdi::StandardAdd)
> > virtual void addWindow ( QextMdiChildView* pView,
> > QextMdi::AddWindowFlags flags = QextMdi::StandardAdd)
So search the location in your sources where addWindow is used and
changed it manually to the right interface, for instance:
pMainFrm->addWindow(pView);
> Are you sure???
Now not anymore (thanks to you ;-).
Anyway, kdevelop-1.2 will support the QextMDI-1.0beta2 version. Take it
for granted. :)
Bye,
Falk
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
More information about the KDevelop
mailing list