Re: [PyQt] ANN: PyQt v4.8.1 Released

2010-11-08 Thread John Posner
On 10/30/2010 7:47 AM, Phil Thompson wrote: PyQt v4.8.1 has been released and is available from the usual place. Over the past year, downloads from http://www.riverbankcomputing.co.uk/software/pyqt/download have been impossible for me. More precisely, the download speed starts at about

Re: [PyQt] ANN: PyQt v4.8.1 Released

2010-11-08 Thread John Posner
On 11/8/2010 11:40 AM, Phil Thompson wrote: Out of curiosity, what are you using (ie. which browser) to download? Opera 10.63. I also tried IE 8.0.6001. Its first reported the xfer rate was 162 bytes/sec. (!) I'm located in New Jersey, USA. Tx, John

Re: [PyQt] ANN: PyQt v4.8.1 Released

2010-11-08 Thread John Posner
On 11/8/2010 5:16 PM, Giovanni Bajo wrote: If you do a traceroute to riverbankcomputing.com, does any hop look saturated (very high ping time)? On my Windows/XP SP3 box: tracert http://www.riverbankcomputing.co.uk/news Tracing route to http://www.riverbankcomputing.co.uk/news [67.63.55.3]

Re: [PyQt] Timing problem with resizing of main window

2010-06-27 Thread John Posner
On 6/24/2010 2:32 AM, Vincent Vande Vyvre wrote: Le 23/06/10 21:37, John Posner a écrit : In the program below, the main window's central widget is a QFrame that *always* contains a control panel (CtrlPanel, subclass of QFrame). Pressing the Create work panel button inserts another QFrame

[PyQt] Problem with alignment in QVBoxLayout

2010-02-12 Thread John Posner
This PyQt 4.6.2 program: #-- from PyQt4.QtCore import * from PyQt4.QtGui import * class Btn(QPushButton): def __init__(self, text): super(Btn, self).__init__(text) self.setSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed) app = QApplication([]) frm = QFrame()

Re: [PyQt] Previous release windows binaries

2010-01-21 Thread John Posner
Where could I find the previous PyQt installation binaries (the ones, that were built with MSVC). I need them to be able to compile Qwt for python. Because the latest release (PyQt 4.7 is built with mingw) I can't build it :( You can download PyQt-Py2.6-gpl-4.6.2-1.exe at

[PyQt] QLineEdit with an InputMask: bug or feature?

2009-11-24 Thread John Posner
Hi --- Environment: Win/XP SP3, Python 2.6.4, PyQt 4.6.2 I created a QLineEdit instance and set an input mask: self.setInputMask(0 * 10) At runtime, after I click in the QLineEdit field, I can use the arrow keys to move left and right within a 10-character span of emptiness. During such