473,810 Members | 3,102 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python GUI toolkit

what i meant was, i tried gtk, didnt like it, the main reason was that it
had a very bad gui appeal for me, i did try my hand at wx , and i would have
stuck with it, but then i saw the qt4 screenshot and couple of examples of
its code and i liked it, so i was wondering, if anyone would tell me that i
should stick to wx or go forward with qt4.

also, is qt4 apps better looking in both win/linux than wx apps, coz the
main thing i m looking for is visual appeal of the gui.
Feb 3 '08 #1
7 2032
On 2008-02-03, de*****@default ed.default <de*****@defaul ted.defaultwrot e:
what i meant was, i tried gtk, didnt like it, the main reason was that it
had a very bad gui appeal for me, i did try my hand at wx , and i would have
stuck with it,
Wx generally uses GTK on Unix, so if you don't like GTK, then
Wx isn't really an option. Wx uses native widgets on Win32, so
it'll look just as ugly as a normal Win32 app does.
but then i saw the qt4 screenshot and couple of examples of
its code and i liked it, so i was wondering, if anyone would
tell me that i should stick to wx or go forward with qt4.
Stick with Wx. It uses GTK, and GTK is "native" on my system.
also, is qt4 apps better looking in both win/linux than wx
apps, coz the main thing i m looking for is visual appeal of
the gui.
If what you care about is your opinion of the looks, what are
you asking us for?

--
Grant Edwards grante Yow! Do you like "TENDER
at VITTLES"?
visi.com
Feb 3 '08 #2
de*****@default ed.default wrote:
what i meant was, i tried gtk, didnt like it, the main reason was that it
had a very bad gui appeal for me, i did try my hand at wx , and i would
have stuck with it, but then i saw the qt4 screenshot and couple of
examples of its code and i liked it, so i was wondering, if anyone would
tell me that i should stick to wx or go forward with qt4.

also, is qt4 apps better looking in both win/linux than wx apps, coz the
main thing i m looking for is visual appeal of the gui.
Qt is a the best choice, IMHO. Nice support, free if you write free
software, very nice API, nice tools to develop with and the best looking
widget system for *nix and mobile phones.

I also don't like GTK that much but unfortunately we have to live with some
apps written with it.
Feb 3 '08 #3
James Matthews wrote:
Just a side question!

Does QT support Events from multiple threads without any special calls!
Example when i use WX i have to call wx.CallAfter()
Yes, you can send signal across threads with some precaution.

Christian

Feb 3 '08 #4
Jorge Godoy wrote:
Qt is a the best choice, IMHO. Nice support, free if you write free
software, very nice API, nice tools to develop with and the best looking
widget system for *nix and mobile phones.
PyQt4 forces you to either release your software under GPL or buy a
license. Qt3 and Qt4 allow many more open source licenses but PyQt's
license module doesn't.

Christian

PS: I also prefer Qt4 over wx and GTK. :)

Feb 3 '08 #5
2008/2/3, Christian Heimes <li***@cheimes. de>:
Jorge Godoy wrote:
Qt is a the best choice, IMHO. Nice support, free if you write free
software, very nice API, nice tools to develop with and the best looking
widget system for *nix and mobile phones.


PyQt4 forces you to either release your software under GPL or buy a
license. Qt3 and Qt4 allow many more open source licenses but PyQt's
license module doesn't.
PyQt follows same licensing as Qt, so what licenses does Qt4 supports
besides GPL and Qt commercial license ?
>
Christian
PS: I also prefer Qt4 over wx and GTK. :)
--
http://mail.python.org/mailman/listinfo/python-list

--
-- Guilherme H. Polo Goncalves
Feb 3 '08 #6
Guilherme Polo wrote:
PyQt follows same licensing as Qt, so what licenses does Qt4 supports
besides GPL and Qt commercial license ?
Qt4 has a special exception to the GPL, allowing the use of free
software licenses not compatible with the GPL:
http://trolltech.com/products/qt/gplexception/

Cheers,
thomas pani
Feb 3 '08 #7
2008/2/3, Thomas Pani <th*********@gm ail.com>:
Guilherme Polo wrote:
PyQt follows same licensing as Qt, so what licenses does Qt4 supports
besides GPL and Qt commercial license ?

Qt4 has a special exception to the GPL, allowing the use of free
software licenses not compatible with the GPL:
http://trolltech.com/products/qt/gplexception/
Thank you, I wasn't aware of that.
Cheers,

thomas pani

--
-- Guilherme H. Polo Goncalves
Feb 3 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2157
by: Irmen de Jong | last post by:
QOTW: "Confronting the Martellibot is like flirting with an encyclopedia, I'd rather not do it myself, but I respect those who do, because it produces knowledge." -- Anton Vredegoor "Python and Java are not diametrically opposed religions that must fight to the death in jihad, despite the existence of loonies favoring exactly that. They solve different problems; sometimes in similar ways, sometimes not." ...
0
1689
by: Irmen de Jong | last post by:
QOTW: "I'll claim without proof that how mixed-type comparisons work with Python classes is also beyond wizard prediction in all cases: the implementation of comparison in Python is crushingly complicated." -- Tim Peters "Honest to God, if it doesn't have coloured cells all over the place, then they kind of stare at you like rabbits caught in the headlights of an oncoming car." -- Mark Carter
7
6402
by: Anthony Baxter | last post by:
I'm trying to build a binary of fastaudio (the wrapper for the PortAudio library, from http://www.freenet.org.nz/python/pyPortAudio/) for Python 2.3. There's a lot of FAQs and the like out there that give some simple directions, involving fetching the .net sdk from MSDN and distutils "should work" - however, when I follow them and try to do the setup.py build step, I get a message: error: Python was built with version 6 of Visual Studio,...
16
5237
by: PyDenis | last post by:
Today, I found strange error while using py2exe: 1. I wrote simple program and save as 1.py: import win32ui import win32con win32ui.MessageBox('Test messageBox.' , 'Test', win32con.MB_OK | win32con.MB_TOPMOST ) 2. I create 1_setup.py file for py2exe:
2
1842
by: simen.haugen | last post by:
Hi. I'm trying to use Python 2.4 with MySql 5.0, but I'm having installation problems. I've tried to follow the following articles to install mysql-python with the free visual c++ toolkit http://mail.python.org/pipermail/python-list/2004-December/255184.html http://www.vrplumber.com/programming/mstoolkit/
48
4965
by: meyer | last post by:
Hi everyone, which compiler will Python 2.5 on Windows (Intel) be built with? I notice that Python 2.4 apparently has been built with the VS2003 toolkit compiler, and I read a post from Scott David Daniels where he said that probably the VS2003 toolkit will be used for Python 2.5 again. However, even before the release of Python 2.5, I cannot seem to find many retailers around here that still carry Visual Studio 2003, and some were a...
44
3714
by: jiang.haiyun | last post by:
Now i began to learn GUI programming. There are so many choices of GUI in the python world, wxPython, pyGTK, PyQT, Tkinter, .etc, it's difficult for a novice to decide, however. Can you draw a comparison among them on easy coding, pythonish design, beautiful and generous looking, powerful development toolkit, and sufficient documentation, .etc. It's helpful for a GUI beginner. Thank you.
59
2537
by: Kevin Walzer | last post by:
From the introduction to PyObjC, the Python-Objective-C bridge on Mac OS X: "As described in Objective-C for PyObjC users the creation of Objective-C objects is a two-stage process. To initialize objects, first call a class method to allocate the memory (typically alloc), and then call an initializer (typically starts with init). Some classes have class methods which perform this behind the scenes, especially classes that create cached,...
4
2845
by: Sayanan Sivaraman | last post by:
Hey all, So I've written a simple video player using directshow/COM in VC++, and I'm in the process of translating it to python. For example, when the avi starts playing, I have a call media_control.Run() , etc. I'm wondering how I should go about updating my gtk.Hscale widget as a trackbar for the avi player. In C++, I have the following callbacks that update the scrollbar and
0
9722
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9603
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10644
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10393
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10124
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9200
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4334
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.