QT , Wxwidgets are not just UI framework ?

D

Deep_Feelings

qt include many libraries : network , threading,database ..etc while
Wxwidgets seem similar but with less scope

my question is : does these frameworks replace python's (or any other
language for that matter) built-in libraries ? or python does not
include that sort of libraries ?

thankx
 
D

Diez B. Roggisch

Deep_Feelings said:
qt include many libraries : network , threading,database ..etc while
Wxwidgets seem similar but with less scope

my question is : does these frameworks replace python's (or any other
language for that matter) built-in libraries ? or python does not
include that sort of libraries ?

Some it includes, others it doesn't. And they come with different features.

While python comes with a lot of included batteries, for some things you
need a more powerful generator - that's where 3rd-party-libraries come into
play.

There are plenty of discussions about which GUI-toolkit is the best - google
this group.

However, mostly people agree that Qt is the most powerful, but often was
debunked because of it's licensing. This has changed to the much more
liberal LGPL for Qt4.5.

Now it might be though that you'd still need to buy a license from Phil
Thompson for his excellent PyQt-wrapping - but I'd personally say it's more
worth than it actually costs given the power of Qt.

Diez
 
D

Deep_Feelings

Some it includes, others it doesn't. And they come with different features.

While python comes with a lot of included batteries, for some things you
need a more powerful generator - that's where 3rd-party-libraries come into
play.

There are plenty of discussions about which GUI-toolkit is the best - google
this group.

However, mostly people agree that Qt is the most powerful, but often was
debunked because of it's licensing. This has changed to the much more
liberal LGPL for Qt4.5.

Now it might be though that you'd still need to buy a license from Phil
Thompson for his excellent PyQt-wrapping - but I'd personally say it's more
worth than it actually costs given the power of Qt.

Diez

thank you

considering that wxwidget is open source and free do you think that QT
lisencing is worth it ?
 
D

Diez B. Roggisch

Deep_Feelings said:
thank you

considering that wxwidget is open source and free do you think that QT
lisencing is worth it ?

What do you think I wrote the following sentence for?

"""
Now it might be though that you'd still need to buy a license from Phil
Thompson for his excellent PyQt-wrapping - but I'd personally say it's
more worth than it actually costs given the power of Qt.
"""

Diez
 
P

Phil Thompson

thank you

considering that wxwidget is open source and free do you think that QT
lisencing is worth it ?

wxWidgets, Qt and PyQt are all open source and free - just not the same
open source license.

Phil
 
Ð

Дамјан ГеоргиевÑки

However, mostly people agree that Qt is the most powerful, but often
considering that wxwidget is open source and free do you think that QT
lisencing is worth it ?

Both Qt and PyQt *ARE* open-source AND free (libre) software.
Qt is GPL and LGPL (you choose) and PyQt is GPL only.

http://www.qtsoftware.com/products/licensing
http://www.riverbankcomputing.co.uk/software/pyqt/license

If you don't like GPL or LGPL (why wouldn't you ?!?) then you can also
get a commercial license too.



--
дамјан ( http://softver.org.mk/damjan/ )

Our national drug is alcohol,
we tend to regard the use any other drug with special horror.
-- William S. Burroughs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,802
Messages
2,569,661
Members
45,431
Latest member
AidaVardon

Latest Threads

Top