I'm getting the following error message when trying to use "LeaveEditFocus" in
an event filter (Python 3.3, Mac OS 10.7, PyQt 4.9.2):
Traceback (most recent call last):
File
"/Users/David/Documents/Python/Qt/QtFieldbook/QtFieldbook/QtFieldbook/runFieldbook.py",
line 53, in eventFilter
if
,
which puts the options before the input file.
David
On 2012-07-09, at 3:07 PM, Phil Thompson wrote:
> On Mon, 9 Jul 2012 14:22:50 -0600, David Beck wrote:
>> Has something changed with pyrcc4 in PyQt 4.9.2?
>
> No.
>
>> I have a .qrc file (built
>> in QtCreato
On 2012-07-09, at 3:07 PM, Phil Thompson wrote:
> On Mon, 9 Jul 2012 14:22:50 -0600, David Beck wrote:
>> Has something changed with pyrcc4 in PyQt 4.9.2?
>
> No.
>
>> I have a .qrc file (built
>> in QtCreator 2.5.0) that converted into a .py file fine with PyQt
Has something changed with pyrcc4 in PyQt 4.9.2? I have a .qrc file (built in
QtCreator 2.5.0) that converted into a .py file fine with PyQt 4.8.x but which
now fails to convert properly (none of the button icons or backgrounds it
contains show up in the application when I run it).
I'm using th
I am trying to create a GUI for managing a multilingual lexical database. Every
word in the database can have 1 to n meanings or senses, each of which has to
have several types of information associated with it. This corresponds to a
(simplified) XML structure as follows
word
Thank you, the new snapshot works fine, problem solved.
cheers
David
On 2012-06-19, at 10:40 AM, Phil Thompson wrote:
> On Tue, 19 Jun 2012 10:32:07 -0600, David Beck wrote:
>> Hi, Phil
>>
>> Thanks for your suggestion. I tried the workaround at the bottom, but it
>&
head here.)
David
On 2012-06-19, at 8:42 AM, Phil Thompson wrote:
> On Sun, 17 Jun 2012 10:29:58 -0600, David Beck wrote:
>> 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
> te
lowed
>
> Am 17.06.2012 22:55, schrieb David Beck:
>>> Message: 2
>>> Date: Sun, 17 Jun 2012 18:42:54 +0200
>>> From: Knacktus mailto:knack...@googlemail.com>>
>>> To: pyqt@riverbankcomputing.com <mailto:pyqt@riverbankcomputing.com>
>
ed
>
> 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 called and put them into a QListWidget called
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 and put them into a QListWidget called "hLexNav". To do
this, I wrote the following bit of code (this isn't the whole
10 matches
Mail list logo