[PySide] PySide bug or my bad code?

Zfox Atis zfoxatis at gmail.com
Sat Aug 11 00:17:35 CEST 2012


I saving rekord : (savebutton)

 def saveRecord(self):
        row = self.mapper.currentIndex()
        self.mapper.submit()  #QDataWidgetMapper
        self.model.submitAll()  #QSqlTableModel
        self.mapper.setCurrentIndex(row)

and my QTableView vertical headers graphics damaged, if I using other tab
and next return to before tab:
this pics:

http://dl.dropbox.com/u/32655213/tableviewerr01.jpg
http://dl.dropbox.com/u/32655213/tableviewerr02.jpg
http://dl.dropbox.com/u/32655213/tableviewerr03.jpg

what problem or bug?

I use: Ubuntu 12.04, Python 3.2.3. , Pyside 1.1.1

(I sorry if my question very beginner)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20120811/4eff5f1a/attachment.html>


More information about the PySide mailing list