Dynamic handling for QTableWidget
-
@jsulm I am actually using one tablewidget for multiple tables. Therefore, I have not used the column/row header and added the same in form of items in the widget. I have created the tablewidget in the following way:
Screenshot for edit table, column tab:
Row tab:
Items tab:
In items tab there will be headings in the grey area. This enables me to add multiple table in single tablewidget.
So, the issue arrives when I need to add something in the middle. As you said that, we can add/remove rows/columns. But, currently I cannot do that.
Does that mean I have to redesign the whole tablewidget? Use column and rows tab and then do the editing like I did. Is that correct. Is there any way I can do the same without redesigning? (just add columns/rows and copy paste all the items in one go)
-
Hi
If there is no rows and cols , there can be no items.
So im really not sure what you are asking. :) -
@Piyush
Ahh , in that way :)
yeah that is the same it seems,
except u cant move rows up and down as they are not there :)
Hmm, yes i see your point. its then not possible to add row in the middle since rows before and after
do not really exists for it. -