Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
border on specific cell in tablewidget or in gridview?
-
How can set the border in specific Cell in tablewidget or in Gridview?
-
Hi,
How do you define which cell does have these special borders ?
-
I want to put Two widget into the one cell. so I am trying to hide the border-right of all cell of First colomn.
my requirement is to put " a =2.63" in one cell.
-
What do you mean by GridView ?
-
@SGaist i can use anything tablewidget or gridview. but I want broder on some specific cell.
-
Again, what do you mean by GridView ? QGridView was a class that dates back to Qt 3 and has been removed in Qt 4.
-
This post is deleted!
-
@SGaist Gridview is gridlayout. I create the object of gridlayout class, and set the all widget in to the each cell as per requirement.
-
Then see this version of addWidget with the rowSpan parameter.
-
Thank you sir you for you reply. Yes I can add the widget into cell using addWidget. Now I want setup border surrounding cell which is located at row - 2, column - 2.