![]() |
2010-03-24
, 17:26
|
Posts: 292 |
Thanked: 131 times |
Joined on Dec 2009
|
#102
|
Yes, dear friends, the wait is over, this is the real deal, PyQt 4.7 is available for the masses !
(...)
- PyQt4 Demo Python Qt bindings demos, examples and documentation
This package contains Python-specific documentation for PyQt4
and the Qt example programs ported to Python. It provides a
reasonable minimum set of modules and bindings to start PyQt
development. Installing this package will install Python
bindings for the QtCore, QtGUI, QtXML and QtHelp modules.
The following packages have unmet dependencies:
python2.5-qt4-doc: Depends: python2.5-qt4-help (= 4.7-maemo7) but it is not going to be installed
E: Broken packages
![]() |
2010-03-24
, 19:58
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#103
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2010-04-02
, 17:45
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#104
|
#!/usr/bin/python import sys from PyQt4.QtCore import * from PyQt4.QtGui import * from PyQt4.QtWebKit import * from PyQt4.QtMaemo5 import QMaemo5InformationBox app = QApplication(sys.argv) web = QMainWindow() web = QWebView() web.setAttribute(Qt.WA_Maemo5PortraitOrientation, True) web.load(QUrl('http://www.google.com')) web.show() QMaemo5InformationBox.information(web, "Boxy !") sys.exit(app.exec_())
The Following 4 Users Say Thank You to attila77 For This Useful Post: | ||
![]() |
2010-04-16
, 11:31
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#105
|
![]() |
2010-04-16
, 11:43
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#106
|
Any reason why not just push these bleeding debs into the repos?
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
![]() |
2010-04-16
, 15:57
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#107
|
![]() |
2010-04-16
, 17:01
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#108
|
![]() |
2010-04-16
, 17:17
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#109
|
![]() |
2010-04-16
, 17:27
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#110
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
Tags |
development, pyqt, pyside, python, qt4 |
|
Didn't do anything for maemo yet. Done a few smaller applications with PyQt, and a few more with python.
If you can use me, please send me a pm with details, and I'll help as much as I can.