I want to put tab-bar at the bottom of the qtabwidget, and I'm trying to do it with this code:
Qt Code:
position: absolute; subcontrol-origin: margin; subcontrol-position: center bottom; }To copy to clipboard, switch view to plain text mode
but it won't work.
Where is the error?
P.S: I know that this is possible to be done with .setTabPosition, but I want to do it with qss
Bookmarks