why my Qtablewidget not show line around vertical and horizontal header item ?
-
My q table widget show box around cell but it not shows box around header item.
my vertical hear item does not have top line and my horizontal header item does not have left line.
how to get this line around header item ?
-
Hi,
Can you shows a picture of your current situation ?
-
@Qt-embedded-developer said in why my Qtablewidget not show line around vertical and horizontal header item ?:
can you tell me how to attach direct image in reply
?
If you're writing a reply there is a tool bar above your text. One of the buttons there allows you to add a picture... -
@Qt-embedded-developer You have to upload it to some file sharing service and put the URL as "image url".
-
You have to upload it to some file sharing service and put the URL as "image url".
True, but you don't have to do that manually, actually picking your own service to upload to!
@Qt-embedded-developer
Do not use the Link icon, which generates[link text](link url)
. Instead use the Upload image "cloud" icon at the far right, which allows you to select a previously saved local file image screenshot (or just drag or paste it here):
The above picture generated![Screenshot from 2020-12-09 09-09-18.png](https://ddgobkiprc33d.cloudfront.net/6468001c-fe9e-410b-b07a-c038b5e9c543.png)
Thank you, Mr CloudFront :)
-
While we are waiting for the OP's. Is the following the same as his situation? My horizontal header items always miss out the far right, last column's vertical ender line, while the body rows do have it:
You can see the divider lines everywhere except the top right ending of the last horizontal header item, only. It has always been like this. I don't really see why the body rows do end in a vertical but the header does not, what is the consistency/reason here? -
This post is deleted!
-
my question answer is
change style sheet
border:1px outset solid #C4C4C3;
border-radius:0px;but i think actually it not visually look good because overlap of border happens
-
@Qt-embedded-developer
Your screenshot issue is effectively the same as mine posted earlier. I too wouldn't mind knowing why/how to fix the missing lines on a header, though personally I won't die in a ditch over it....