Re: [PyQt] PyQt bug with Qt 4.8.0?

2012-02-11 Thread Phil Thompson
On Sat, 11 Feb 2012 17:13:28 +0100, Erik Janssens
erik.janss...@conceptive.be wrote:
 Is this bug fixed in the new release ?

Of course.

Phil

 On Wed, 2012-01-04 at 11:52 +, Phil Thompson wrote:
 On Wed, 28 Dec 2011 18:16:13 +0100, Linos i...@linos.es wrote:
  Hi,
 after Qt upgrade to 4.8.0 in my machine i have been getting problems
 with
 the
  painting of vertical headers in QTableViews with a QSqlQueryModel
that
  refresh
  on event (for example after tab change).
  
  I have created a testcase because i wanted to report the bug to Qt
bug
  tracker
  but i can't reproduce it in c++ so i have created a testcase in
python
  with the
  problem and the equivalent code in c++ that not reproduces the
problem,
  maybe i
  am missing something but it seems like a but in PyQt?
  
  I am using now PyQt 4.9 but i had this problem with the previous PyQt
  version as
  well, i am using arch x86_64 and python2.7
  
  Regards,
  Miguel Angel.
 
 It's a PyQt bug triggered by a change in Qt v4.8.0.
 
 The fix is to remove the definition of doItemsLayout() from any .sip
file
 they appear in (there are 4 in the QtGui module).
 
 Thanks,
 Phil
 ___
 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 mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt bug with Qt 4.8.0?

2012-01-07 Thread Phil Thompson
On Sat, 7 Jan 2012 15:58:04 +0100, Erik Janssens
erik.janss...@conceptive.be wrote:
 I can confirm this fix works for Qt 4.8.0 with python 2.7.2
 
 Does this fix have side effects ?

No. doItemsLayout()is internal and should never have been wrapped in the
first place.

Phil

 On Wed, 28 Dec 2011 18:16:13 +0100, Linos info at linos.es wrote:
 Hi,
  after Qt upgrade to 4.8.0 in my machine i have been getting problems
 with
  the
 painting of vertical headers in QTableViews with a QSqlQueryModel that
 refresh
 on event (for example after tab change).

 I have created a testcase because i wanted to report the bug to Qt bug
 tracker
 but i can't reproduce it in c++ so i have created a testcase in python
 with the
 problem and the equivalent code in c++ that not reproduces the problem,
 maybe i
 am missing something but it seems like a but in PyQt?

 I am using now PyQt 4.9 but i had this problem with the previous PyQt
 version as
 well, i am using arch x86_64 and python2.7

 Regards,
 Miguel Angel.
 
 It's a PyQt bug triggered by a change in Qt v4.8.0.
 
 The fix is to remove the definition of doItemsLayout() from any .sip
file
 they appear in (there are 4 in the QtGui module).
 
 Thanks,
 Phil
 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt bug with Qt 4.8.0?

2012-01-04 Thread Phil Thompson
On Wed, 28 Dec 2011 18:16:13 +0100, Linos i...@linos.es wrote:
 Hi,
   after Qt upgrade to 4.8.0 in my machine i have been getting problems
with
   the
 painting of vertical headers in QTableViews with a QSqlQueryModel that
 refresh
 on event (for example after tab change).
 
 I have created a testcase because i wanted to report the bug to Qt bug
 tracker
 but i can't reproduce it in c++ so i have created a testcase in python
 with the
 problem and the equivalent code in c++ that not reproduces the problem,
 maybe i
 am missing something but it seems like a but in PyQt?
 
 I am using now PyQt 4.9 but i had this problem with the previous PyQt
 version as
 well, i am using arch x86_64 and python2.7
 
 Regards,
 Miguel Angel.

It's a PyQt bug triggered by a change in Qt v4.8.0.

The fix is to remove the definition of doItemsLayout() from any .sip file
they appear in (there are 4 in the QtGui module).

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


Re: [PyQt] PyQt bug with Qt 4.8.0?

2012-01-02 Thread Mailing List SVR

Il 31/12/2011 16:01, Linos ha scritto:

has anyone tried this?


for me the cpp example is identical to the python one (qt 4.7.4, pyqt 
4.8.5, ubuntu oneiric packages)


Nicola



El 28/12/11 18:16, Linos escribió:

Hi,
after Qt upgrade to 4.8.0 in my machine i have been getting problems 
with the
painting of vertical headers in QTableViews with a QSqlQueryModel that refresh
on event (for example after tab change).

I have created a testcase because i wanted to report the bug to Qt bug tracker
but i can't reproduce it in c++ so i have created a testcase in python with the
problem and the equivalent code in c++ that not reproduces the problem, maybe i
am missing something but it seems like a but in PyQt?

I am using now PyQt 4.9 but i had this problem with the previous PyQt version as
well, i am using arch x86_64 and python2.7

Regards,
Miguel Angel.



___
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 mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt bug with Qt 4.8.0?

2012-01-02 Thread Linos
thanks for test it.

have you tried scrolling the table? i get strange visual problems with the
vertical header when i scroll the table.

Regards,
Miguel Angel.

El 02/01/12 10:44, Mailing List SVR escribió:
 Il 31/12/2011 16:01, Linos ha scritto:
 has anyone tried this?
 
 for me the cpp example is identical to the python one (qt 4.7.4, pyqt 4.8.5,
 ubuntu oneiric packages)
 
 Nicola
 

 El 28/12/11 18:16, Linos escribió:
 Hi,
 after Qt upgrade to 4.8.0 in my machine i have been getting problems 
 with
 the
 painting of vertical headers in QTableViews with a QSqlQueryModel that 
 refresh
 on event (for example after tab change).

 I have created a testcase because i wanted to report the bug to Qt bug 
 tracker
 but i can't reproduce it in c++ so i have created a testcase in python with 
 the
 problem and the equivalent code in c++ that not reproduces the problem, 
 maybe i
 am missing something but it seems like a but in PyQt?

 I am using now PyQt 4.9 but i had this problem with the previous PyQt 
 version as
 well, i am using arch x86_64 and python2.7

 Regards,
 Miguel Angel.



 ___
 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 mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt

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

Re: [PyQt] PyQt bug with Qt 4.8.0?

2012-01-02 Thread Mailing List SVR

Il 02/01/2012 13:03, Linos ha scritto:

thanks for test it.

have you tried scrolling the table? i get strange visual problems with the
vertical header when i scroll the table.


yes I tryed and no strange visual effect here with both c++ and python 
version, both seems good,


Nicola



Regards,
Miguel Angel.

El 02/01/12 10:44, Mailing List SVR escribió:

Il 31/12/2011 16:01, Linos ha scritto:

has anyone tried this?

for me the cpp example is identical to the python one (qt 4.7.4, pyqt 4.8.5,
ubuntu oneiric packages)

Nicola


El 28/12/11 18:16, Linos escribió:

Hi,
 after Qt upgrade to 4.8.0 in my machine i have been getting problems with
the
painting of vertical headers in QTableViews with a QSqlQueryModel that refresh
on event (for example after tab change).

I have created a testcase because i wanted to report the bug to Qt bug tracker
but i can't reproduce it in c++ so i have created a testcase in python with the
problem and the equivalent code in c++ that not reproduces the problem, maybe i
am missing something but it seems like a but in PyQt?

I am using now PyQt 4.9 but i had this problem with the previous PyQt version as
well, i am using arch x86_64 and python2.7

Regards,
Miguel Angel.



___
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 mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

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


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

Re: [PyQt] PyQt bug with Qt 4.8.0?

2011-12-31 Thread Linos
has anyone tried this?

El 28/12/11 18:16, Linos escribió:
 Hi,
   after Qt upgrade to 4.8.0 in my machine i have been getting problems 
 with the
 painting of vertical headers in QTableViews with a QSqlQueryModel that refresh
 on event (for example after tab change).
 
 I have created a testcase because i wanted to report the bug to Qt bug tracker
 but i can't reproduce it in c++ so i have created a testcase in python with 
 the
 problem and the equivalent code in c++ that not reproduces the problem, maybe 
 i
 am missing something but it seems like a but in PyQt?
 
 I am using now PyQt 4.9 but i had this problem with the previous PyQt version 
 as
 well, i am using arch x86_64 and python2.7
 
 Regards,
 Miguel Angel.
 
 
 
 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt

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