faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
|
Re: KDE & Companies: Ask Trolltech Anything
by Sebastian Werner on Saturday 07/Jul/2001, @21:02
|
I like QT really. It's cool that there is a free edition for windows now. It is now possible to develop windows freeware with qt and port it to linux easily. What are the next genertion feature do you plan. An platform undependend object-model (like: kparts, bonobo, or OLE ;-)) a data-base access through all systems (MySQL run's under Windows too... and it would be great to access these database with the same applications from all platforms)
Hupps, i thin this is more a wishlist... ;-)
Sebastian |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: KDE & Companies: Ask Trolltech Anything
by Justin on Saturday 07/Jul/2001, @22:55
|
No need to wish. The upcoming Qt3 has an object model called QCom as well as SQL database support!
|
[
Reply To This | View ]
|
Re: KDE & Companies: Ask Trolltech Anything
by ac on Saturday 07/Jul/2001, @23:43
|
How does QCom compare to KParts?
|
[
Reply To This | View ]
|
Re: KDE & Companies: Ask Trolltech Anything
by anonymous on Sunday 08/Jul/2001, @21:34
|
Like apples and oranges ;-)
Well, not entirely. KParts is a set of well-defined C++ interfaces for graphical embedding, based on the Qt object model, combined with accessing components through shared libraries.
QCom provides a new set of clean C++ interfaces as object model, independent from QObject, moc and friends. With different goals and different semantics (memory management is different, not MOC (->no signals/slots) and different introspection (and basically optional for components) . It has nothing to do with graphical embedding nor with shared libraries as-is (although QCom components (or plugins, as they call it) are usually contained in shared objects) .
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|