self.mainLayout = QtGui.QVBoxLayout()
self.window.setLayout(self.mainLayout)
self.refresh= QtGui.QPushButton("Refresh")
# Table widget
self.listWidget = QtGui.QTableWidget()
self.listWidget.header = ['Light','Color','Intensity','Subdivisions','Invisible', 'Diffuse','Specular','Reflection']
self.listWidget.setColumnCount(len(self.listWidget.header))
self.listWidget.verticalHeader().setVisible(0)
self.listWidget.horizontalHeader().setVisible(1)
self.listWidget.setAlternatingRowColors(True)
self.listWidget.setHorizontalHeaderLabels(self.listWidget.header)
Are you calling listWidget.clear() somewhere before adding your items? If so, try replacing that with clearContent(). It won't clear your headers.
Otherwise can you post a small runnable example that exhibits the problem so we can reproduce it and debug?
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/2680eeaf-0e04-4bde-9a38-eef38db7205a%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2gfzNr1H-fEQhO%3DOUWVuiTTDpPyt8diYA-VDqeoKWPjQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAK%2Bp0%3DanUvG1brBSyFxFPh7NjTofC-CD_uY7XP0j68AydRHXhw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAK%2Bp0%3DanUvG1brBSyFxFPh7NjTofC-CD_uY7XP0j68AydRHXhw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0-jhU0ffrZs8_AS%2BFaTqNNrzfVd9vpQfEPMAzK5%2B04oQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAK%2Bp0%3DY4Xty5kvT6MciDJX3zVxSnsZuR6pPz8b%3D_wvtJ4%2BkJyw%40mail.gmail.com.
I have a "portfolio careers".
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAGCWdh%3DgYvu%3DdvpyEor4U3z6c%3DpuPby0--mA7EqWA8R1-Z_zxg%40mail.gmail.com.