 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
stu7 Guest
|
Posted: Mon Jun 30, 2003 2:41 am Post subject: QT problems |
|
|
+ I have some problems with QT. I know that it is supposed
to be useful for compiling cross-platform versions of a program,
and that it has something to do with C++ ...not a problem so far.
But - if QT compilies a program for Linux (my interest)... why
do I have to install QT (again) to use it ? It seems it hasn't
compiled -FOR- Linux at all, but is only using the Linux framework
to run itself on_ acting more like a virus than a useful program...
providing a whole new set of requirements, which Linux/linux users
aren't especially prepared to handle.
QT isn't open source... installing the QT "helper app" takes 10
times longer than the entire Linux installation did !
What is QT really good for, other than that several commercial
programming companies used it to develop their commercial products ?
With all of this, I am reading that using QT for new programs isn't
possible without paying a huge premium... why are Linux distributions
including QT programs at all ?
KDE was purportedly developed with QT, and I use KDE without any
problems... but this isn't how the QT problem apps are working.
...isn't there some simpler C++ open source alternative to something
like QT ?
|
|
| Back to top |
|
 |
Vinodh Kumar Guest
|
Posted: Mon Jun 30, 2003 6:01 am Post subject: Re: QT problems |
|
|
What is QT?
"Russell Hanneken" <rhanneken (AT) pobox (DOT) com> wrote
| Quote: | Stu7,
I'm no expert on Qt, and I'm not sure I understand all the objections
you're
raising, but I think you may be laboring under some misconceptions. For
example, Qt is offered under multiple licenses, some of which are open
source--see http://www.trolltech.com/products/licensing.html
In any case, this isn't the place to discuss Qt. To understand why not,
read the comp.lang.c++ welcome message:
http://www.slack.net/~shiva/welcome.txt
The best place for questions about Qt is the "Qt Interest" mailing list:
http://lists.trolltech.com/qt-interest/
If you prefer, you can access the mailing list through usenet:
http://www.trolltech.com/newsapply.html
Before posting, I would check out the Trolltech FAQs:
http://www.trolltech.com/developer/faqs/index.html
Hope that helps,
Russell Hanneken
[email]rhanneken (AT) pobox (DOT) com[/email]
|
|
|
| Back to top |
|
 |
Jim Fischer Guest
|
Posted: Mon Jun 30, 2003 6:01 am Post subject: [OT] Re: QT problems |
|
|
Vinodh Kumar wrote:
Qt is a multi-platform application framework for C++. For more info, visit:
http://www.trolltech.com
and click on the "Products" link.
--
Jim
To reply by email, remove "link" and change "now.here" to "yahoo"
jfischer_link5809{at}now.here.com
|
|
| Back to top |
|
 |
Josephine Schafer Guest
|
Posted: Mon Jun 30, 2003 6:04 am Post subject: Re: QT problems |
|
|
"Vinodh Kumar" <thecomdeveloper (AT) yahoo (DOT) com> wrote
| Quote: | What is QT?
A little search on your favorite search engine - |
http://doc.trolltech.com/3.0/aboutqt.html
|
|
| Back to top |
|
 |
Rolf Magnus Guest
|
Posted: Mon Jun 30, 2003 8:24 am Post subject: Re: QT problems |
|
|
stu7 wrote:
| Quote: | + I have some problems with QT. I know that it is supposed
to be useful for compiling cross-platform versions of a program,
and that it has something to do with C++ ...not a problem so far.
But - if QT compilies a program for Linux (my interest)... why
do I have to install QT (again) to use it ?
|
No idea what you mean here. Also, Qt doesn't compile programs. It is a
library that is linked to them.
| Quote: | It seems it hasn't
compiled -FOR- Linux at all, but is only using the Linux framework
to run itself on_ acting more like a virus than a useful program...
|
No idea what that means. What is "the Linux framework"? What do you mean
by "compiled -FOR- Linux"?
| Quote: | providing a whole new set of requirements, which Linux/linux users
aren't especially prepared to handle.
|
What requirements?
| Quote: | QT isn't open source...
|
Wrong.
| Quote: | installing the QT "helper app" takes 10
times longer than the entire Linux installation did !
|
What "helper app"? Installing how? Did you compile it yourself? Then it
may very well take longer than just installing (whithout compiling) a
linux distro.
| Quote: | What is QT really good for, other than that several commercial
programming companies used it to develop their commercial products ?
With all of this, I am reading that using QT for new programs isn't
possible without paying a huge premium...
|
No. You only have to pay them if you want to distribute your program,
but not its source code. And they aren't so huge at all. Look at the
typical prices for development tools, and you'll see.
| Quote: | why are Linux distributions including QT programs at all ?
|
Why not?
| Quote: | KDE was purportedly developed with QT, and I use KDE without any
problems... but this isn't how the QT problem apps are working.
|
No idea what that means. What's your definition of "QT problem apps"?
| Quote: | ...isn't there some simpler C++ open source alternative to something
like QT ?
|
There are lots of alternatives.
You know, I think you're just a troll.
|
|
| Back to top |
|
 |
stu7 Guest
|
Posted: Mon Jun 30, 2003 6:50 pm Post subject: Re: QT problems |
|
|
"Russell Hanneken" <rhanneken (AT) pobox (DOT) com> wrote...
| Quote: | I'm no expert on Qt, and I'm not sure I understand all the objections you're
raising
*** well... I know nothing about it... I only posted here after the worst |
*** mess-up in my Linux career, trying to install and use QT :)
| Quote: | For example, Qt is offered under multiple licenses, some of which are open
source
*** the free X11 version is where all my problems started Look on |
*** the web for endless horror stories about installing/using QT.
| Quote: | In any case, this isn't the place to discuss Qt.
*** right... not a QT group... I apologize, but QT is purportedly some |
*** kind of C++ alternative, and I was looking for help from people who
*** understand C++...
| Quote: | The best place for questions about Qt is the "Qt Interest" mailing list:
*** yes... if I wanted to congratulate TrollTech for ruining my week, |
*** that is where I would post... my intent again is to find something
*** OTHER than QT which could be used... besides, other people are posting
*** about QT here ;D (just kidding :)
*** As to how C++ might be able to help with QT problems, I got no
*** answers here, so perhaps it would be best to find a better group.
|
|
| Back to top |
|
 |
Ashish Guest
|
Posted: Mon Jun 30, 2003 7:33 pm Post subject: Re: QT problems |
|
|
"Josephine Schafer" <jsf (AT) usa (DOT) net> wrote
| Quote: |
"Vinodh Kumar" <thecomdeveloper (AT) yahoo (DOT) com> wrote in message
news:bdojcf$aip$1 (AT) news (DOT) mch.sbs.de...
What is QT?
A little search on your favorite search engine -
http://doc.trolltech.com/3.0/aboutqt.html
|
It is still OT
|
|
| Back to top |
|
 |
Dhruv Guest
|
Posted: Tue Jul 01, 2003 5:54 am Post subject: Re: QT problems |
|
|
| Quote: | [To the superparent] Why? KDE is made with QT. QT and wxWindows are
the only cross-platform OO toolkits I know of that can be considered
reasonably complete. From what I've seen, QT is much more friendly to
the developer. wxWindows is similar to MFC.
|
What about the Mozilla *framework*? Though, they have a lot of work to be
done, it seems to be quite promising......
-Dhruv.
|
|
| Back to top |
|
 |
stu7 Guest
|
Posted: Tue Jul 01, 2003 7:26 pm Post subject: Re: QT problems |
|
|
Rolf Magnus <ramagnus (AT) t-online (DOT) de> offered, after consulting his
cheap imitation magic 8-ball...
| Quote: | No idea what you mean here.
No idea what that means.
What requirements?
Wrong.
No.
|
*** nothing useful from this response so far... :)
*** oh wait, heres one...
| Quote: | Then it may very well take longer
*** thats what I said... I wondered why it made sense  |
(then I said)
| Quote: | I am reading that using QT for new programs isn't possible without
paying a huge premium...
You only have to pay them if you want to distribute your program
*** helloooooooooo ??? |
| Quote: | but not its source code. And they aren't so huge at all. Look at the
typical prices for development tools, and you'll see.
*** I saw $1500, and other prices... but we never answered why the |
*** Linux community is snarled up with using a non-free program ?
*** So $1500 isn't huge ? OK, send me the paltry $1000, and I'll laugh
*** along with you :)
| Quote: | Why not?
No idea what that means.
There are lots of alternatives.
*** but... he didn't name any  |
| Quote: | You know, I think you're just a troll.
*** Just for the record, I am NOT a troll... neither am I employed |
*** by TrollTech Inc, or any of it's subsidiaries :)
|
|
| Back to top |
|
 |
Rolf Magnus Guest
|
Posted: Tue Jul 01, 2003 8:32 pm Post subject: Re: QT problems |
|
|
stu7 wrote:
| Quote: | Rolf Magnus <ramagnus (AT) t-online (DOT) de> offered, after consulting his
cheap imitation magic 8-ball...
No idea what you mean here.
No idea what that means.
What requirements?
Wrong.
No.
*** nothing useful from this response so far...
|
Not less useful that your comments that they are written to. You mostly
wrote garbage that I didn't even understand and things that aren't
true. And in that posting, you didn't explain anything.
| Quote: | *** oh wait, heres one...
Then it may very well take longer
*** thats what I said... I wondered why it made sense
|
?? You are laughing about my answers... what you write doesn't make any
sense at all.
| Quote: | (then I said)
I am reading that using QT for new programs isn't possible without
paying a huge premium...
You only have to pay them if you want to distribute your program
*** helloooooooooo ???
but not its source code.
|
Please answer to the whole sentence.
| Quote: | And they aren't so huge at all. Look at the
typical prices for development tools, and you'll see.
*** I saw $1500, and other prices... but we never answered why the
*** Linux community is snarled up with using a non-free program ?
|
Qt is under the GPL. Have a look at http://www.fsf.org to find out what
free software is and why GPL'd software is considered free software.
| Quote: | *** So $1500 isn't huge ? OK, send me the paltry $1000, and I'll
laugh *** along with you
|
Well, if you want to make money, you first have to pay money. It's
called investment. If you want to start a software company, you're
quite unlikely to succeed if you can't afford $1500 for it.
| Quote: | Why not?
No idea what that means.
There are lots of alternatives.
*** but... he didn't name any
|
You didn't name your problems you had with Qt. Also, have you ever
heared of google? It's quite useful to find things on the www, just
like those you're looking for.
|
|
| Back to top |
|
 |
stu7 Guest
|
Posted: Wed Jul 02, 2003 1:45 am Post subject: Re: QT problems |
|
|
| Quote: | Rolf Magnus <ramagnus (AT) t-online (DOT) de> offered, after first
consulting his cheap imitation magic 8-ball...
No idea what you mean here.
No idea what that means.
What requirements?
Wrong.
No.
I think you are a troll.
You mostly wrote garbage that I didn't even understand
and things that aren't true.
You are laughing about my answers.
|
*** He didn't even read the post... thats the problem !
*** ...well, plus he called me a troll and a liar :)
*** Rolf, I'm sorry, I wasn't laughing at you... I just find
*** your little game of harrassing people who ask questions
*** a little amusing.
| Quote: | If you want to start a software company, you're
quite unlikely to succeed if you can't afford $1500 for it.
|
*** If I want to start a software company ?? Oh I see... he
*** isn't really talking to me at all :)
| Quote: | Why not?
No idea what that means.
You didn't name your problems you had with Qt.
*** I didn't... are we certain of this ? |
| Quote: | Also, have you ever heared of google?
*** no... what is google ?  |
| Quote: | It's quite useful
*** I'm sorry... I can't believe anything you said. Fortunately, |
*** I have already solved all my QT problems, with the help of
*** some people who did take the time to care.
*** ;D (...let me explain... this is supposed to be a face,
*** winking, and sticking out it's tounge... you can even
*** even pretend it is making a disgusting sound, like
*** "pppfffffttttt", or similar. Oh well.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|