Click to See Complete Forum and Search --> : KDE programming


eXtremist
11-22-2001, 08:01 AM
I want to convert some of my old console programs to a GUI. I have no idea about programming a GUI, so I'm looking for help.

Can anyone point me to a good tutorial? I've played around with KDevelop, and I'd like to use that. I just don't know where to start!

demian
11-22-2001, 09:11 AM
Have you considered using Tcl/Tk? I know it's "just" a scripting language but with embedded TK you can use TK scripts in a C program and it's by far the easiest way to a create GUI front-end for not-too-complex text based programs. See eg cdrtoaster.

Malakin
11-22-2001, 02:10 PM
There's tons of info out there and of course source code you can look over. Here's a few links, I'm sure there's lots of great ones that I'm missing.

Free books: http://www.andamooka.org
here's one on KDE dev: http://www.andamooka.org/reader.pl?section=kde20devel

KDE developer site: http://developer.kde.org
Direct link to tutorials: http://developer.kde.org/documentation/tutorials/index.html

kdevelop site, might be stuff here: http://www.kdevelop.org

QT Docs: http://www.trolltech.com/developer/documentation/index.html

general KDE news plus some links here: http://dot.kde.org/

I'm gonna get flamed for saying this but almost all real programs these days are written in c/c++. There are exceptions of course.

vee-eye
11-22-2001, 11:09 PM
Originally posted by Malakin
<STRONG>I'm gonna get flamed for saying this but almost all real programs these days are written in c/c++.</STRONG>

:mad: :mad: :mad:
What are you, insane???
:mad: :mad: :mad:

:D