I'm just about to start learning PyQt with the 1st printing of _Rapid
GUI Programming with Python and Qt_. Is there a list of errata
somewhere?
Thanks,
Dick Moores
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/ma
I have an application that accesses password-protected web pages using
QWebView. The pages use apache authentication, and I authenticate the user by
prompting for login & password and storing those values in the MainWindow
object and adding them to the URL before loading it.
I have added support
In some bindings I'm working with, one of the header files that is included
after sip.h has an enum who one of its values is called 'ANY'. However, when
sip is run, it includes its headers first and then redefines ANY before the
wrapped source defines it in the enum, causing a compilation erro
On Wed, Feb 16, 2011 at 10:45 AM, Hans-Peter Jansen wrote:
> On Tuesday 15 February 2011, 17:57:01 mw wrote:
>> import os
>> os.name
>>
>> http://docs.python.org/library/os.html
>>
>> On Tue, Feb 15, 2011 at 8:51 AM, todd rme
> wrote:
>> > Is there any way inside pyqt, or in python, to determine
Hi all,
I have a GUI with multiple windows. Frequently I have a list window and
a detail window open at the same time. When data is saved from the
detail window, then data in the list window changes. There is a
broadcast mechanism that results in the list window reloading its data.
When it