Is it possible to override protected member functions in PyQt classes? I
don't seem to be able to override the rowsInserted member of QTreeView in
PyQt4. I need to do this to automatically expand new rows inserted into
the tree by the model, e.g.
class ExpandedTreeView(qt4.QTreeView):
def
On Fri, Dec 22, 2006 at 05:13:18PM +0100, Andreas Pakulat wrote:
> On 22.12.06 12:33:30, Marcos Dione wrote:
> > On Fri, Dec 22, 2006 at 03:30:22PM +0100, Andreas Pakulat wrote:
> > > Without some code we can't know. The .ui files are fine as far as I can
> > > see.
> >
> > [EMAIL PROTECTED]:~/src
On Saturday 30 December 2006 22:36, florian pons wrote:
> QDateEdit Widget with the DisplayFormat " dd/MM".
> Then put the date 'dimanche 31/12'.
> then scroll the month to 11.
> The text '30 30/30' eppear istead of the date.
>
> platform: linux, pyqt 4.0.1 (kubuntu edgy)
> wind