[PyQt] Fwd: PyQt4 Class Reference.

2013-01-28 Thread Juan José Gómez Romera
Thanks, i had same problem, the new link is it homepage:
http://pyqt.sourceforge.net/Docs/PyQt4/classes.html
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] install pyqt

2012-06-17 Thread Juan José Gómez Romera
Do you need really the last version, if you dont, you can install from
repositories:

# aptitude install python-qt4

If you really need the last version, you have to compiling, so you need
first install all compiling packages, a bunch of dev packages i'm sure.

# apt-get build-dep python-qt4

if you are use with apt-pinning http://wiki.debian.org/AptPreferences,
you can try to install last version of pyqt4 from
wheezyhttp://packages.debian.org/wheezy/python-qt4(v. 4.9.1), but
only if you are comfortable with apt-pinning.


2012/6/17 水静流深 1248283...@qq.com

 my system is debian 6.0.4
 1.i have installed qt
 download qt-everywhere-opensource-src-4.8.2
 extract it
 cd ./qt-everywhere-opensource-src-4.8.2
  ./configure
   make
  make install

 2.when i install my pyqt
 1)download  PyQt-x11-gpl-4.9.1
 2)cd ./PyQt-x11-gpl-4.9.1
 3)root@debian:/home/debian/PyQt-x11-gpl-4.9.1# python  configure.py
 Error: Make sure you have a working Qt v4 qmake on your PATH or use the -q
 argument to explicitly specify a working Qt v4 qmake.
 root@debian:/home/debian/PyQt-x11-gpl-4.9.1#  find  /  -name 'qmake*'
 /usr/local/Trolltech/Qt-4.8.2/bin/qmake
 (omitted many outputs)
 it look like everything is installed.
 how can i install  pyqt in my debian?


 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Fwd: What is QtCore.qPow() ?

2011-04-15 Thread Juan José Gómez Romera
http://doc.qt.nokia.com/4.7-snapshot/qtcore-qmath-h.html#qPow

the name its clear

i think is not implemented in pyqt, or it doesnt show in documentation:
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtcore.html

2011/4/15 Vincent Vande Vyvre vincent.vandevy...@swing.be

  Hi,

 Trying svgViewer.py example I have this error:

 Traceback (most recent call last):
   File svgviewer2.py, line 236, in wheelEvent
 factor = QtCore.qPow(1.2, event.delta() / 240.0)
 AttributeError: 'module' object has no attribute 'qPow'

 qPow() is undocumented, anymore in Q Assistant.

 I've modified wheelEvent() with

 factor = 1 + 0.1 * event.delta() / 120.0

 and that's work, but I am curious, what makes qPow() ?

 Power ?, not possible, result is too big.

 Cheers
 --
 Vincent V.V.
 Oqapy https://launchpad.net/oqapy

 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] QDoubleValidate and Locale

2010-11-25 Thread Juan José Gómez Romera
Hi, im using QDoubleValidate to check the imput in a QLineEdit, work great
with en locale, only let write number and a point for decimals, but with es
locale the QDoubleValidate let write also ,,so i have to add other imput
check in code to avoid that.
Im look for in QDoubleValidate documentation any reference to milliar comma
or similar, but i dont find nothing to solve it, is this a bug or is normal?
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt