[PyQt] PyQt5.1 snapshot, Qt5.1.1, ASSERT failure in QVector

2013-10-10 Thread Johnny Karlsson
Hi! I’m experiencing a problem that might be a bug in PyQt. I've made a code example that demonstrates the problem: class CommClient(QObject): def __init__(self, parent=None): QObject.__init__(self) self._devicelist = self.timer = QTimer()

[PyQt] Missing QPageSize enum in vars(QPrinter) ?

2013-10-10 Thread lloyd konneker
This code worked in PyQt4 and Qt4 to get a dictionary of paper size names: paperSizeNames = {} print(vars(QPrinter)) for key, value in vars(QPrinter).items(): # Python2 iteritems(): if isinstance(value, QPrinter.PageSize): print(key, value) paperSizeNames[value] = key It no longer

[PyQt] PyQt5 with QtQuick 1.1

2013-10-10 Thread Alexander Rössler
Hello, How can I use PyQt5 in combination with QtQuick 1.1? I know QtQuick 2.0 is better but on the BeagleBone currently no OpenGL is available so I am better of sticking to the raster engine of QtQuick 1.1. Where can I find the QtDeclarative module and the QDeclarativeView class? Best Regards

[PyQt] PyQt workshop and your opinion

2013-10-10 Thread Mohsen Pahlevanzadeh
Dear all, I should pesent PyQt as workshop at next month, if you have any idea, mail me Yours, Mohsen ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Tuple and Qt

2013-10-10 Thread Alexander Rössler
Stupid question but: What is a tuple in Qt terms and how can i convert it to a list? Best Regards Alexander Rössler ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt5 with QtQuick 1.1

2013-10-10 Thread Phil Thompson
On Thu, 10 Oct 2013 21:19:15 +0200, Alexander Rössler mail.aroess...@gmail.com wrote: Hello, How can I use PyQt5 in combination with QtQuick 1.1? I know QtQuick 2.0 is better but on the BeagleBone currently no OpenGL is available so I am better of sticking to the raster engine of QtQuick

[PyQt] qt-designer and dot-matrix page for adjustment

2013-10-10 Thread Mohsen Pahlevanzadeh
Dear all, When you create an MainWindow project in Qt-Designer, you can see a set of dot in page that it your able to adjust your widget, how can i enable this feature in another window such as QFrame? --mohsen attachment: dotmatrix.png___ PyQt mailing