--
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/CAH5d3sDrj8XL%3Dm_ccMCdZU4m%3Dpk-YCcUaCF_dny8B%3Dxf4-J6TQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
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/CAH5d3sDrj8XL%3Dm_ccMCdZU4m%3Dpk-YCcUaCF_dny8B%3Dxf4-J6TQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
for row in range(0, len(headers)):self.listWidget.openPersistentEditor(self.model.index(row, 2))self.listWidget.openPersistentEditor(self.model.index(row, 3))
--
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/32359b07-a492-408c-920c-2785d2a588c0%40googlegroups.com.
You might want to test that theory. I would think a QLineEdit painting itself in C++ as a persistent editor might be faster than you painting the look of a QLineEdit in python.
If your goal is to indicate which cells are editable, I am sure you could use some other decoration approach like slightly different background shades. Then a user could see the editable cells and double click them to start the editor widget.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAH5d3sB58MxqUF2EUVkEgrd0b1ivANFCYzVarubgvYefZ%2BTvVQ%40mail.gmail.com.