Skip to content

Instantly share code, notes, and snippets.

View yasinbakhtiar's full-sized avatar
🏠
Working from home

Yasin Bakhtiar yasinbakhtiar

🏠
Working from home
View GitHub Profile
@espdev
espdev / qtabwidget.css
Last active June 13, 2024 07:57
A QTabWidget Custom Stylesheet Example
QTabWidget::pane {
border: 1px solid black;
background: white;
}
QTabWidget::tab-bar:top {
top: 1px;
}
QTabWidget::tab-bar:bottom {