hi wysota,
thanks for ur reply ...
but since i was put in a team in which design and work was already going on. and this table was constructed using QTableWidget instead of using Model/View Architecture.
In what way should it be "across"?
In what way should it be "across"?
To copy to clipboard, switch view to plain text mode
I actually want the border around the cell
( sry for bad english ) or if a row is selected the border ( rectangle ) around the row.
This is not good. The delegate should be set upon creation of the view and not on double click. The double click should trigger edit mode, which in turn should ask the delegate to provide an editor for the cell. You shouldn't mess with the delegates this way.
This is not good. The delegate should be set upon creation of the view and not on double click. The double click should trigger edit mode, which in turn should ask the delegate to provide an editor for the cell. You shouldn't mess with the delegates this way.
To copy to clipboard, switch view to plain text mode
i am calling the editor in the delegate. as one requirement was like that, bigger editor window on dbl clking the cell.
Just For My Knowledge
Can i edit data also and update it in Model/View architecuture ??
Also deadline is close for 1st release, so i can't change the design right now.
So please help out ....
Bookmarks