|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
just looking for any type of help with programming on linux, mandrake 9 running KDE 3.0 to be specific. i allready know how to do console style programming with *nix and some basic commands with the visual end of things, but im looking for full info on KDE programming specifically. Anything from creating basic text output, file IO, even visual socket programming would be great.
the other thing that would be helpful is a decent developer studio, the links for KDevelop are down and i really dont have $1,500 bucks to drop on QT, im really not concerned about the deveoper studios right now. any bit of help would be more than greatfull. |
|
#2
|
||||
|
||||
|
QT is free last time i used it
__________________
microsofts butterfly is their way off telling u their systems have a **** load of buggs Advocating Linux Guide Lesbian Linux Great & Practical Computer Books like the links? |
|
#3
|
||||
|
||||
|
Maybe Kylix from Borland can be what you are looking for.
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
|
#4
|
|||
|
|||
|
Here's Qt's free/open source version. http://www.trolltech.com/download/qt/x11.html
Here's a tutorial. http://doc.trolltech.com/3.0/tutorial.html |
|
#5
|
||||
|
||||
|
We have a store called Microcenter -- http://microcenter.com -- that has an 'Overstock' section in the book area where you can get the Programming Qt book from O'Reilly for about $3. I live in southwest Ohio, and see you're in Pennsylvania so there might be one there.
__________________
Two things have come out of Berkeley, Unix and LSD. It is uncertain which caused the other. |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
||||
|
||||
|
Qt can be used for free so long as you don't mix your code with proprietary libraries, and don't make your own program proprietary. At least, that's my understanding of it.
I'd go straight for Qt, and use KDevelop if you like a full IDE, or Qt's Designer and an editor like Kate or Glimmer if you like something more lightweight. I'd also learn Python and use PyQt to prototype, which makes developing large(ish) applications an awful lot quicker and easier. You can use KDevelop, Kate, Glimmer etc. and also the excellent Eric, an IDE written in PyQt ![]() Oh, and the other good thing about Qt is that you can always add in KDE extensions should you need to integrate it further with a DE. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > gui linux programming |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|