You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, September 5th 2004, 11:50am

#1 Wishlist item for a KDE newb learner like me

There is an excellent application for Qt beginners which is distributed with it called 'demo' in $QTSRCDIR/examples/demo that shows you all the wonderful widgets you can use to build a UI and shows off Qt at the same time.

I have been searching for an official KDE equivalent and the closest I found was to use the Qt Designer built from KDE's CVS module copy of Qt called 'qt-copy', which will of course let you visually draw your UI (KDE classes are there so I don't think the official Qt version would have them but I don't know for sure).

This is very nice but I noticed KMDI classes aren't there so I don't know how recent the designer is. What I think would be a very good helper for newbies like myself is an appication like 'demo' for KDE that shows off all KDE widget features (ever better, idealistically, letting you play with all those odd class properties in real time like selection modes for KListview items, etc).

Anyone know if, perhaps, such an application exists today?

e8johan

Beginner

Posts: 27

Location: Sweden

  • Send private message

2

Monday, September 6th 2004, 7:48am

RE: #1 Wishlist item for a KDE newb learner like me

So what you want is something like this, http://doc.trolltech.com/3.3/pictures.html , but up to date and for KDE?

3

Thursday, September 9th 2004, 3:41am

RE: #1 Wishlist item for a KDE newb learner like me

Close, yes, but encapsulated into one detailed interactive program. By detailed, I mean the user may click to change widget properties and call methods and see how it changes the widget in real time, so that the newb gets a feel for what each Widget is capable of. The interactivity really helps for newbs. The 'demo' program is a nice skeleton version of this idea. Check it out - it is built as 'demo' in the $QTSRCDIR/examples/demo directory of the Qt source.

e8johan

Beginner

Posts: 27

Location: Sweden

  • Send private message

4

Thursday, September 9th 2004, 6:28am

RE: #1 Wishlist item for a KDE newb learner like me

What is stopping you from using Designer in this way? Or is that interface too crude?