![]() |
[ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
1 Attachment(s)
I have released PyQt 4.7.3 for Qt4.6 to extras-devel, and it will be available to the general public (=Extras) a few (10) days after the release of PR1.2
When these packages reach Extras, they should replace the old packages seamlessly, no user interaction needed. The N800, N810 and N900 (up to and including PR1.1.1 firmware) are supported in another thread. Changes from the previous PyQt4.7 PR1.1 release:
PyQt (obviously) needs Qt to work. While PyQt itself is optified, Nokia made the choice of putting Qt on the root partition, i.e. installing PyQt indirectly WILL take up about 10-15MB of root space if you do not already have the respective Qt modules installed. There are two installable packages. For those who do not read package descriptions, here's the excerpt:
The two are independently installable, order of (un)installing does not matter. Original sources and (a lot more) documentation available at http://www.riverbankcomputing.co.uk/software/pyqt/intro |
Re: [ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
Quote:
Now that we have PR1.2, can you let us know what timescale you see for this stuff, or is it all there? Also is there an easy way I can check for whether I am running on the device or my dev box. The PySide guys do this Code:
try: |
Re: [ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
Some more funnies
This Works for portrait mode Code:
try : self.setAttribute(Qt.WA_Maemo5PortraitOrientation, True)Code:
try : |
Re: [ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
Quote:
Quote:
Code:
try:Quote:
|
Re: [ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
Quote:
===edit=== got this to work using the old method, AND setting the window attribute:D |
Re: [ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
GIven that the necessary packages have landed in the system repositories, I have promoted PyQt4 for Qt4.6 (demos & full install) into extras-testing. If you have the time to check them out, some thumbing won't hurt to get it to Extras :)
Full install: http://maemo.org/packages/package_in.../4.7.3-maemo5/ Demo: http://maemo.org/packages/package_in.../4.7.3-maemo5/ |
Re: [ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
OK have voted, will upload PR1.2 version of NCalc this weekend with portrait mode support:D
|
Re: [ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
I updated to PR1.2 and very happy with it.
However, I'm not quite sure I have installed the "correct" version of PyQt. I installed the version from the "development" repositories; PyQt4 Full install (Complete Python binding set for Qt4(PR1.2) Installed version: 4.7.3-maemo5 I'm just unsure I have done the right thing. I plan to release my app to end-users - just concerned they may have problems installing and using the app. Just a little paranoid! |
Re: [ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
No problems, but end users need not depend on the whole (aka full) install of PyQt. In the dependencies list only those modules you actually import (most commonly these would be python2.5-qt4-gui and python2.5-qt4-core).
|
Re: [ANNOUNCE] PyQt 4.7.3 for Qt4.6 (PR1.2+)
I just migrated from PySide to PyQt and I can't seem to get Portrait mode to work.
This is how I did it on pyside, and it worked fine: Code:
from PyQt4.QtCore import *from PyQt4.QtMaemo5 import * didn't affect the outcome in any way. Any ideas? (I want manual rotation btw) |
| All times are GMT. The time now is 00:22. |
vBulletin® Version 3.8.8