Treeve Jelbert
unread,Feb 20, 2014, 5:15:36 AM2/20/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qtalch...@googlegroups.com
I have both qt4 and qt5 on my system, but am trying to remove qt4.
Since PySide does not support qt5, I experimented with PyQt5.
Eventually, I managed to make my small application work by applying the
attached script to the the source trees of qtalchemy, qtviews and my
application
You will notice that it removes sectionAutoResize and setRoleNames, which have
been removed from Qt5. This does not affect my application, but it may affect
others.
I tested this against
qt5-5.2.1
pyqt5-5.2
sqlalchemy-0.9.3
python-3.3.4
firebird-3.0.x
linux-3.13.3
amd64
Regards, Treeve