LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 12-29-2002, 06:54 PM   #1
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Rep: Reputation: 32
need help with Kdevelop and QT!!!


Hello all!

I'm trying to create a simple Hello Wolrd! Program!
and this is the tutorial i've been working with... but
no success i was wondering if any of you could help
me out step-by-step...

this is the tut link!
http://www.caldera.com/skunkware/kde/kdevelop_tutorial/



thanx!


- Linux localhost 2.4.18-14 #1 2002 i686 i686 i386 GNU/Linux
- KDevelop 2.1.3
- QT 3.0.5
 
Old 12-30-2002, 03:31 AM   #2
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Original Poster
Rep: Reputation: 32
is there a book that can teach me how to use KDevelop!??
also, besides on getting a KDevelop book i would like to
get another book that will teach me C++ and how to implement
it under KDevelop!


laterz...
 
Old 12-30-2002, 10:02 PM   #3
linuxlah
Member
 
Registered: Jun 2002
Location: Batu Puteh, Malaysia
Distribution: (Mandrake 8.2) (Redhat 7.2,8.0,9.0) (Slackware 9.0,9.1)
Posts: 154

Rep: Reputation: 30
I'm also learning these tools. Currently I'm working with this tutorial
http://women.kde.org/projects/coding/tut_kdevelop/
. I'm having problem to inherit the .ui designed in QTDesigner to KDevelop code. The error was

sigcreate.cpp:20: class `SigCreate' does not have any field named
`QWidget'


To freakyboy, what is your problem. Can you be specific. Maybe we can help each other. I'm going to try the tutorial that you mention above.
 
Old 01-03-2003, 02:01 AM   #4
linuxlah
Member
 
Registered: Jun 2002
Location: Batu Puteh, Malaysia
Distribution: (Mandrake 8.2) (Redhat 7.2,8.0,9.0) (Slackware 9.0,9.1)
Posts: 154

Rep: Reputation: 30
try out my tutorial. I just made it.

http://arfa.komnas.com/~jeffry_johar/linuxlaht1/t1.html

pardon my english
 
Old 01-03-2003, 11:21 AM   #5
coolwind
LQ Newbie
 
Registered: Dec 2002
Posts: 12

Rep: Reputation: 0
Quote:
Originally posted by linuxlah
I'm also learning these tools. Currently I'm working with this tutorial
http://women.kde.org/projects/coding/tut_kdevelop/
. I'm having problem to inherit the .ui designed in QTDesigner to KDevelop code. The error was

sigcreate.cpp:20: class `SigCreate' does not have any field named
`QWidget'
post lines 18-22 from sigcreate.cpp cuz it is not possiblr to point out an error without looking at the code
 
Old 01-03-2003, 08:15 PM   #6
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Original Poster
Rep: Reputation: 32
thanx to all of u for the linkz
i'll be posting soon!


linuxlah:
Well, it looks good, really good...
i'll post details later tonight!!!

laterz!
 
Old 01-03-2003, 09:28 PM   #7
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Original Poster
Rep: Reputation: 32
linuxlah:

I was able to create my form w/o problems and very happy
that i have learn how to create forms and stuff... however...
i also would like to know how to u add event handlers lets
say that i have a button on a form and that i want to click
and display some message dlg box!


thanx!

it was really great!

hey btw, ur running RH7.3 why don't u upgrade to 8!??
i'm running 8 and looks damn good! but the looking is not
that important if u get all the features u get from RH!!!
 
Old 01-03-2003, 10:06 PM   #8
FreakboY
Member
 
Registered: Jun 2002
Location: TX, USA
Distribution: Slackware
Posts: 385

Original Poster
Rep: Reputation: 32
... more news

i just compile my first app and it has size of 901 kb already
and its only one form and a picture in it with two text boxes!!!

is this normal for a KDevelop, QT C++ Project!??
is there any way to shrink the files!??
 
Old 01-04-2003, 09:45 AM   #9
macewan
Senior Member
 
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Blog Entries: 1

Rep: Reputation: 45
this is an easy tutorial with glade

http://writelinux.com/glade/

here is the second one

http://eddy.writelinux.com/part2/
 
Old 01-13-2003, 10:27 PM   #10
linuxlah
Member
 
Registered: Jun 2002
Location: Batu Puteh, Malaysia
Distribution: (Mandrake 8.2) (Redhat 7.2,8.0,9.0) (Slackware 9.0,9.1)
Posts: 154

Rep: Reputation: 30
Quote:
Originally posted by FreakboY
linuxlah:

I was able to create my form w/o problems and very happy
that i have learn how to create forms and stuff... however...
i also would like to know how to u add event handlers lets
say that i have a button on a form and that i want to click
and display some message dlg box!


thanx!

it was really great!

hey btw, ur running RH7.3 why don't u upgrade to 8!??
i'm running 8 and looks damn good! but the looking is not
that important if u get all the features u get from RH!!!
I'm holding back to 7.3 is because RH8 is having problem with it rpm building. I'm happy because you are happy.........I'm working on that. But don't expect it to happen on this week since I have alot of stuff to to kill
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kdevelop maldini1010 Programming 2 11-21-2004 11:48 PM
KDevelop PhuckFonix Linux - Software 1 05-11-2004 11:43 AM
KDevelop Pedroski Linux - Software 4 11-01-2003 12:47 PM
using kdevelop 2.0 vytalelementz Linux - Software 0 02-07-2003 12:54 PM
KDevelop 2.0 solar_neutrino Linux - Software 1 11-12-2002 09:39 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 02:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration