Skip to content

Instantly share code, notes, and snippets.

View DamaMichaelYohanna's full-sized avatar

Dama Michael Yohanna DamaMichaelYohanna

View GitHub Profile
@DamaMichaelYohanna
DamaMichaelYohanna / qtabwidget.css
Created October 3, 2023 18:58 — forked from espdev/qtabwidget.css
A QTabWidget Custom Stylesheet Example
QTabWidget::pane {
border: 1px solid black;
background: white;
}
QTabWidget::tab-bar:top {
top: 1px;
}
QTabWidget::tab-bar:bottom {