Re: [PyQt] install pyqt

2012-06-17 Thread wolf python london
On 17 June 2012 09:22, 水静流深 1248283...@qq.com wrote: 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

[PyQt] including Unicode in QListWidget

2012-06-17 Thread David Beck
I am trying to build a GUI for navigating through a large XML database on a Mac running OS 10.7, Python 3.3, PyQt 4. I want to get a list of the text in all of the nodes called Orth and put them into a QListWidget called hLexNav. To do this, I wrote the following bit of code (this isn't the

Re: [PyQt] including Unicode in QListWidget

2012-06-17 Thread Knacktus
Am 17.06.2012 18:29, schrieb David Beck: I am trying to build a GUI for navigating through a large XML database on a Mac running OS 10.7, Python 3.3, PyQt 4. I want to get a list of the text in all of the nodes calledOrth and put them into a QListWidget called hLexNav. To do this, I wrote

Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Phil Thompson
On Sat, 16 Jun 2012 07:27:11 -0700, David Cortesi davecort...@gmail.com wrote: Folks, Per the Qt Project roadmap (http://qt-project.org/wiki/Qt_5.0) Qt 5 is supposed to be in beta now (the alpha is available at http://qt-project.org/prereleases), with final release by the end of June. I

Re: [PyQt] install pyqt

2012-06-17 Thread Phil Thompson
On Sun, 17 Jun 2012 09:22:12 +0800, 水静流深 1248283...@qq.com wrote: 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

Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Detlev Offenbach
On Sunday 17 June 2012, 18:24:55 Phil Thompson wrote: On Sat, 16 Jun 2012 07:27:11 -0700, David Cortesi davecort...@gmail.com wrote: Folks, Per the Qt Project roadmap (http://qt-project.org/wiki/Qt_5.0) Qt 5 is supposed to be in beta now (the alpha is available at

Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Hernan Grecco
Current PyQt4 snapshots build against the alpha release of Qt5 (QtCore and QtGui modules only at the moment). This will allow you to run your current PyQt4 code with Qt5. You will get any speed improvements, bug fixes etc in Qt5 but not any of the new functionality. There will be a PyQt5

[PyQt] Possible bug with QtCore.QPropertyAnimation and QAxContainer.QAxWidget

2012-06-17 Thread Itay Brandes
There is a possible bug when trying to use *QAxContainer.QAxWidget*, * QtGui.QGraphicsOpacityEffect* and *QtCore.QPropertyAnimation* in the same application. This happens when trying to animate a widget's opacity (creating a fade out effect). The animation won't update correctly if a QAxWidget is

Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Phil Thompson
On Sun, 17 Jun 2012 19:38:13 +0200, Detlev Offenbach det...@die-offenbachs.de wrote: On Sunday 17 June 2012, 18:24:55 Phil Thompson wrote: On Sat, 16 Jun 2012 07:27:11 -0700, David Cortesi davecort...@gmail.com wrote: Folks, Per the Qt Project roadmap

Re: [PyQt] Qt5 roadmap?

2012-06-17 Thread Phil Thompson
On Sun, 17 Jun 2012 19:42:38 +0200, Hernan Grecco hernan.gre...@gmail.com wrote: Current PyQt4 snapshots build against the alpha release of Qt5 (QtCore and QtGui modules only at the moment). This will allow you to run your current PyQt4 code with Qt5. You will get any speed improvements, bug

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

Re: [PyQt] including Unicode in QListWidget

2012-06-17 Thread David Beck
Message: 2 Date: Sun, 17 Jun 2012 18:42:54 +0200 From: Knacktus knack...@googlemail.com To: pyqt@riverbankcomputing.com Subject: Re: [PyQt] including Unicode in QListWidget Message-ID: 4fde090e.1070...@googlemail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Am

Re: [PyQt] including Unicode in QListWidget

2012-06-17 Thread Knacktus
Am 17.06.2012 22:55, schrieb David Beck: Message: 2 Date: Sun, 17 Jun 2012 18:42:54 +0200 From: Knacktus knack...@googlemail.com mailto:knack...@googlemail.com To: pyqt@riverbankcomputing.com mailto:pyqt@riverbankcomputing.com Subject: Re: [PyQt] including Unicode in QListWidget Message-ID: