Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From the question <a href="https://stackoverflow.com/questions/520015/cross-platform-gui-toolkit-for-deploying-python-applications">Cross-platform gui toolkit for deploying Python applications</a>:</p> <blockquote> <h1><a href="http://www.riverbankcomputing.co.uk/software/pyqt/intro" rel="nofollow noreferrer">PyQt</a></h1> <p>It's build on top of <a href="http://qt.nokia.com/" rel="nofollow noreferrer">Qt</a>, a C++ framework. It's quite advanced and has some good tools like the Qt Designer to design your applications. You should be aware though, that it doesn't feel like Python 100%, but close to it.</p> <p>This framework is really good. It's being actively developed by Trolltech, who is owned by Nokia. The bindings for Python are developed by Riverbank.</p> <p>Nokia announced that they'd start to use LGPL for the Qt-Framework starting with Qt 4.5 (to be released in April, I think), but it's not yet sure if Riverbank follows this and releases the bindings for Python under LGPL too. (They have a commercial and a GPL licence at the moment.)</p> <p>Qt is not only a GUI-framework but has a lot of other classes too, one can create an application by just using Qt classes. (Like SQL, networking…)</p> <p>Qt doesn't use native GUI elements, but wikipedia mentions that in recent versions <a href="http://en.wikipedia.org/wiki/Qt_toolkit#Use_of_native_UI-rendering_APIs" rel="nofollow noreferrer">Qt uses native widgets</a> where possible. I haven't found evidence in <a href="http://doc.qt.nokia.com/4.4/qtmac-as-native.html" rel="nofollow noreferrer">the documentation but for Mac OS X</a>.</p> <h1><a href="http://www.wxpython.org/" rel="nofollow noreferrer">wxPython</a></h1> <p>wxPython is a binding for Python using the <a href="http://www.wxwidgets.org/" rel="nofollow noreferrer">wxWidgets</a>-Framework. This framework is under the LGPL licence and is developed by the open source community.</p> <p>What I'm really missing is a good tool to design the interface, they have about 3 but none of them is usable.</p> <p>One thing I should mention is that I found a bug in the tab-view despite the fact that I didn't use anything advanced. (Only on Mac OS X) I think <a href="http://www.wxwidgets.org/" rel="nofollow noreferrer">wxWidgets</a> isn't as polished as <a href="http://qt.nokia.com/" rel="nofollow noreferrer">Qt</a>.</p> <p>wxPython is really only about the GUI-classes, there isn't much else.</p> <p>wxWidgets uses native GUI elements.</p> <h1>Others</h1> <p>I haven't got any experience with other GUI frameworks, maybe someone else has.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload