cheers for that -
but being a complete newbie, let me just risk asking a dumb question: is this do-able within Qt Designer?
(i 'm a graphic designer and mostly using Designer or occasionaly QtCreator)
thanks,
cheers for that -
but being a complete newbie, let me just risk asking a dumb question: is this do-able within Qt Designer?
(i 'm a graphic designer and mostly using Designer or occasionaly QtCreator)
thanks,
I don't know if there are any other ways, but you can subclass QTableWidgetItem and create your own Items; for instance, one with the checkbox and no text at all.
But, in my opinion, if you can "cheat" a little bit (like setting and empty string) and solve your problems that way.. better :P So far I didn't need to subclass QTableWidgetItem.
Bookmarks