Re: [PyQt] PyQt Learning Sources for MVC Pattern and Why Does QT

2013-05-28 Thread d hee
Thanks, I am thinking about buying the book "Rapid GUI Programming with Python and Qt by mark summerfield which was published in 2007". Would 2007 be up to date enough to use the mapper class? And would it also explain delegates? It's pretty pricey so I wanted to make sure before I buy it. Than

[PyQt] qtablewidget multi cell editing

2013-05-28 Thread Christopher Evans
anyone know a way to select multiple cells and edit them, a la excel and other packages? Do i need to write custom code, or is this supported? -- CE ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo

Re: [PyQt] PyQt Learning Sources for MVC Pattern and Why Does QT

2013-05-28 Thread David Boddie
On Sun, 26 May 2013 05:04:22 -0700 (PDT), d hee wrote: > I am trying to learn how to write pyQt specifically in the MVC model. I > know some bare fundamentals for making buttons, signals, etc. But what I > don't know is how to write pyQt in a MVC model with classes and methods > made for this. I h

Re: [PyQt] PyQt5 and the QtQuick module

2013-05-28 Thread Phil Thompson
On Tue, 28 May 2013 16:46:16 +0100, Brendan Donegan wrote: > On 28/05/13 16:44, Phil Thompson wrote: >> On Tue, 28 May 2013 14:18:20 +0100, Brendan Donegan >> wrote: >>> Hi, >>> >>> I'm interested in using PyQt5 to implement an application I'm working >>> on, as I want to use the Ubuntu Touch SDK

Re: [PyQt] PyQt5 and the QtQuick module

2013-05-28 Thread Brendan Donegan
On 28/05/13 16:44, Phil Thompson wrote: > On Tue, 28 May 2013 14:18:20 +0100, Brendan Donegan > wrote: >> Hi, >> >> I'm interested in using PyQt5 to implement an application I'm working >> on, as I want to use the Ubuntu Touch SDK and the Qml widgets it >> provides. I've tried building the snapsho

Re: [PyQt] PyQt5 and the QtQuick module

2013-05-28 Thread Phil Thompson
On Tue, 28 May 2013 14:18:20 +0100, Brendan Donegan wrote: > Hi, > > I'm interested in using PyQt5 to implement an application I'm working > on, as I want to use the Ubuntu Touch SDK and the Qml widgets it > provides. I've tried building the snapshot of PyQt5 and noticed that the > QtDeclarative

Re: [PyQt] PyQt5 and the QtQuick module

2013-05-28 Thread Dmitrijs Ledkovs
On 28 May 2013 14:18, Brendan Donegan wrote: > Hi, > > I'm interested in using PyQt5 to implement an application I'm working > on, as I want to use the Ubuntu Touch SDK and the Qml widgets it > provides. I've tried building the snapshot of PyQt5 and noticed that the > QtDeclarative module does not

[PyQt] PyQt5 and the QtQuick module

2013-05-28 Thread Brendan Donegan
Hi, I'm interested in using PyQt5 to implement an application I'm working on, as I want to use the Ubuntu Touch SDK and the Qml widgets it provides. I've tried building the snapshot of PyQt5 and noticed that the QtDeclarative module does not get built. I understand now that this is due to the QtDe