Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: PyQt


In the News (Fri 1 Jan 10)

  
  PyQt v4 - Python Bindings for Qt v4
PyQt v4 is a set of Python bindings for v4 of the Qt application framework from Trolltech.
PyQt is built using the SIP bindings generator.
PyQt includes a Python function decorator that can be used to specify which of the signals should be connected to the slot.
www.riverbankcomputing.com /Docs/PyQt4/pyqt4ref.html   (5714 words)

  
 Python Bindings for Qt (3.17.2)
PyQt is a set of Python bindings for the Qt toolkit and available for all platforms supported by Qt, including Windows, Linux, UNIX, MacOS/X and embedded systems such as the Sharp Zaurus and the Compaq iPAQ.
PyQt is available under the GPL license for use with the GPL version of Qt, a a commercial license for use with the commercial version of Qt, a non-commercial license for use with the non-commercial version of Qt v2, and an educational license for use with the educational version of Qt.
PyQt is built using SIP (a tool for generating Python extension modules for C++ class libraries).
www.riverbankcomputing.com /Docs/PyQt3/PyQt.html   (4468 words)

  
  PyQt - Wikipedia, the free encyclopedia
PyQt is the Python binding of the GUI toolkit Qt.
PyQt is developed by the British firm Riverbank Computing.
PyQT supports Linux and other flavours of Unix, MacOS X and Microsoft Windows.
en.wikipedia.org /wiki/PyQt   (94 words)

  
 Qt and PyQt
Qt and PyQt are quite fast; the design of Qt and PyQt is thoroughly object-oriented; Qt comes with a much larger collection of well-designed widgets than does Tk.
PyQt might not be useful in a given instance either because of the license status or the platform availability (or maybe because of the difficulty of redistribution, such as large size).
PyQt is a an attractive and fast interface that integrates the Qt toolkit with the Python programming language.
www-106.ibm.com /developerworks/linux/library/l-qt   (1924 words)

  
 LWN: PyQt 3.10 Released
PyQt is a comprehensive set of Qt bindings for the Python programming language and supports the same platforms as Qt.
PyQt is implemented as a set of 9 extension modules containing 300 classes and over 5,750 functions and methods.
PyQt can be used either as a rapid prototyping tool, or as an alternative to C++ for developing large Qt applications.
lwn.net /Articles/66817   (219 words)

  
 PyQt - PythonInfo Wiki
PyQt is a comprehensive set of Python bindings for the Qt GUI/XML/SQL C++ toolkit from Trolltech.
This makes PyQt very useful as a rapid prototyping tool for applications that will eventually be (partly or completely) implemented in C++ because the user interface designs can be re-used without modification.
PyQt is available for Windows, UNIX/Linux, MacOS X and the Sharp Zaurus.
wiki.python.org /moin/PyQt   (314 words)

  
 Using Wing IDE with PyQt
PyQt is a commercial GUI development environment that runs with native look and feel on Windows, Linux/Unix, Mac OS, and the Sharp Zaurus.
Wing IDE doesn't currently include a GUI builder for PyQt but it can be used with other tools, such as Black Adder, which does provide a GUI builder but doesn't have the raw power of Wing IDE's debugger and source browser.
This means that you may not always be able to Pause PyQt debug processes, and the debugger may time out if you try to add breakpoints or execute certain other debugger operations while the GUI application is free-running and no Python code is being reached.
wingware.com /doc/howtos/pyqt   (1367 words)

  
 Riverbank : PyQt : Overview
PyQt is a set of Python bindings for Trolltech's Qt application framework and runs on all platforms supported by Qt including Windows, MacOS/X and Linux.
PyQt v4 is licensed under the GNU GPL and under a commercial license on all platforms.
PyQt brings together the Qt C++ cross-platform application framework and the cross-platform interpreted language Python.
www.riverbankcomputing.co.uk /pyqt/index.php   (624 words)

  
 Qt and PyQt
Qt and PyQt are quite fast; the design of Qt and PyQt is thoroughly object-oriented; Qt comes with a much larger collection of well-designed widgets than does Tk.
PyQt might not be useful in a given instance either because of the license status or the platform availability (or maybe because of the difficulty of redistribution, such as large size).
PyQt is a an attractive and fast interface that integrates the Qt toolkit with the Python programming language.
www.ibm.com /developerworks/linux/library/l-qt   (1924 words)

  
 [PyKDE] PyQT on Mandrake 9.1 issues
However, I want to use the Mandrake supplied version so that I can use the style plugins that come with M9.1 (I found I could not do this easily with 3.1.2 - I think it is due to build key issues that prevent the style plugins from being loaded?).
PyQt also compiles and installs without any problems against the Mandrake supplied Qt, but when I try to import qt in python, I get the following traceback: Python 2.2.2 (#2, Feb 5 2003, 10:40:08) [GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk)] on linux-i386 Type "help", "copyright", "credits" or "license" for more information.
I found that when I tried to build PyQt with this definition it refused to build libqtcmodule.o, complaining of parse errors.
www.mail-archive.com /pykde@mats.gmd.de/msg04177.html   (454 words)

  
 [No title]   (Site not responding. Last check: 2007-10-13)
PyQt will now build with SIP v3 and SIP v4 on Linux.
PyQt now builds correctly on Linux for SIP v3 and SIP v4.
PyQt builds with no warnings with SIP v4.
www.river-bank.demon.co.uk /download/snapshots/PyQt/ChangeLog   (9286 words)

  
 PyQT Licensing and plugins/scripting
Hi all, I'm about to write an application, and I'd like to use PyQt, but before choosing this toolkit I would like to clarify some particular licensing issues; if some user has already touched these, I would like to hear from his experiences.
This app should be cross-platform, so, given qt licensing policies, I would buy a commercial PyQt license and a commercial Qt license.
Could I license the application under the GPL for Gnu/Linux and under a commercial license for Windows and Mac OS X? If this is possible, I guess that contributions to the GPLed version could not be incorporated in the commercial version, but this would not be a big problem.
www.codecomments.com /message335321.html   (1493 words)

  
 LWN: PyQt v3.15 Released
Existing PyQt customers will receive a free upgrade to PyQt for Qt v4 when it is available.
PyQt is a comprehensive set of Qt bindings for the Python programming language (http://www.python.org/) and supports the same platforms as Qt.
PyQt includes the pyuic utility which generates Python code to implement user interfaces created with Qt Designer in the same way that the uic utility generates C++ code.
lwn.net /Articles/150500   (279 words)

  
 [PyKDE] Deploying PyQt Applications
Another issue for commercial PyQt applications is the desire to physically prevent users accessing the underlying PyQt modules for themselves.
This document describes how to convert a normal PyQt application into a single binary executable which is both easy to deploy and prevents easy access to the underlying Qt API.
For PyQt v3.8 and later, run build.py with the -k and -p flags (plus whatever flags you would normally use) using the Python interpreter you have just created.
mats.gmd.de /pipermail/pykde/2003-July/005671.html   (954 words)

  
 PyQT installation
It'd be a shame to lose PyQT, but if there's no way to migrate it forwards it will atrophy and die.
PyQt supports all versions of Python since v1.5.2.
I think Qt is doing very well in the "best GUI platform" stakes if people still want to use a 4 year old version in preference to up to date versions of the alternatives.
www.codecomments.com /message353376.html   (1071 words)

  
 Pyqt-mac-list Info Page   (Site not responding. Last check: 2007-10-13)
PyQt-Mac is a build of PyQt and its supporting libraries and applications for OS X Python developers and users.
This list is intended to provide a resource for users and developers of PyQt on Mac OS X. Questions can focus on troubleshooting of installation, Mac-specific issues with PyQt applications such as packaging, and other related topics.
Very broad questions aboout specific components of the PyQt-Mac distribution may be better directed elsewhere: Qt, PyQt and Eric 3, and general Python development on the Mac.
lists.sourceforge.net /lists/listinfo/pyqt-mac-list   (301 words)

  
 Riverbank : News
There is now an evaluation version of PyQt for Windows (for use with the evaluation version of Qt), and the non-commercial Qt v2.3.0 version of Qt is once again supported.
PyQt is now also available on Windows under the Qt Educational License.
A source PyQt package for Qt/X11 v3.0.2 and v3.0.3 have been released.
www.riverbankcomputing.co.uk   (2273 words)

  
 gerard.vermeulen.free.fr
a PyQt widget embedding a Python shell: PyCute.py with PyCute2.py for Qt-2.x or PyCute3.py for Qt-3.x
Phil Thompson, the author of PyQt has published a technologically very interesting roadmap for the future development of the code generator that is used to build PyQt and PyQwt.
The programming style 'imposed' by PyQt (and other GUI toolkits) is to create an application instance + some widgets and to enter into an event loop that locks you from the command line interpreter.
gerard.vermeulen.free.fr   (1603 words)

  
 Toolkit comparison
The third port was a port to PyQt.
PyQt binding looks cool and has a very active maintainer, so I gave it a shot.
PyQt integrates with Qt as if it was its native language.
phil.freehackers.org /kde/cmp-toolkits.html   (2464 words)

  
 [Zopyrus] Fwd: ANN: PyQt v3.4 Released   (Site not responding. Last check: 2007-10-13)
---------- Forwarded Message ---------- Subject: ANN: PyQt v3.4 Released Date: Tue, 10 Sep 2002 23:04:17 +0100 From: Phil Thompson To: python-list@python.org Riverbank Computing Limited is pleased to announce the release of v3.4 of PyQt at http://www.riverbankcomputing.co.uk/pyqt/.
PyQt is the set of Python bindings for Trolltech's GUI (and SQL and XML) toolkit for UNIX/Linux and Windows.
PyQt is now licensed in a similar way to Qt itself with a GPL version and a commercial version.
itconnection.ru /pipermail/zopyrus/2002-September/000225.html   (256 words)

  
 [PyKDE] PyQt license   (Site not responding. Last check: 2007-10-13)
In the next release of PyQt I plan to restore support for the Qt v2.3 based non-commercial version.
In either case you will need to add an exemption to the GPL for your application (or dual license it) because the GPL is incompatible with either of these two licenses.
In summary, Trolltech has specifically requested that we do not produce a version of PyQt that supports the "book" version of Qt.
mats.imk.fraunhofer.de /pipermail/pykde/2004-May/007781.html   (286 words)

  
 Python
In the past year I've worked with the PyQt and PyKDE gui bindings, MySQL, XML and html, and I've written CGI scripts and a special-purpose webserver.
Database Objects, or dbObj for short, is a sort of ultra-feather-weight middleware layer for database access from Python.
I've prepared a small set of applications that use the PyKDE and PyQt libraries, which can serve as examples or as tests when a new version of the bindings is released.
www.valdyas.org /python   (913 words)

  
 imgSeek   (Site not responding. Last check: 2007-10-13)
If you mean only *filtering* results (but with the underlying image database engine still scanning all image fingerprints), it could be easily done with some high level python code, perhaps on a next release.
Many (I used to) have the feeling that Qt and PyQt are huge and add a lot of complex dependencies to any software using it, but these are the features in QT 3.x that helped me *A LOT* when developing imgSeek:
PyQt v3.5 only supports up to Qt version 3.1.1, and it shouldn't be a problem, but Trolltech's made a very rare incompatible API change between 3.1.1 and 3.1.2: they substracted layoutEditors method from QDateTimeEdit class.
imgseek.sourceforge.net /faq.html   (2110 words)

  
 StartPage - PyQt Wiki
PyQt contains the Python bindings to the Qt C++ GUI framework developed by Trolltech.
PyQt supports Linux and various flavours of Unix, Mac OS X and Windows under a GPL/commercial dual-licensing scheme.
With PyQt, you have all the benefits of the Qt framework, including the Qt Designer, SQL support and native look and feel on Windows and Mac OS X without needing to use C++ compilers and preprocessors, leaving you to concentrate on writing great software.
www.diotavelli.net /PyQtWiki   (577 words)

  
 Installing sip and PyQt without BlackAdder   (Site not responding. Last check: 2007-10-13)
Installing PyQt from source on Windows falls outside the scope of this book, partly because it is quite complicated, and partly because I don't have a C++ compiler for Windows.
You can also access the PyQt CVS repository (the central place where the most current code is kept — also at http://www.thekompany.com).
Compiling PyQt from CVS source entails creating the C++ bindings code from the sip definition files, and then carrying on as if you had downloaded the source.
www.opendocspublishing.com /pyqt/x327.htm   (794 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.