Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francescmm/qpinnabletabwidget
QPinableTabWidget is a normal QTabWidget that allows you to pin and unpin tabs.
https://github.com/francescmm/qpinnabletabwidget
cpp qt qt5 qtabwidget qwidget
Last synced: 4 months ago
JSON representation
QPinableTabWidget is a normal QTabWidget that allows you to pin and unpin tabs.
- Host: GitHub
- URL: https://github.com/francescmm/qpinnabletabwidget
- Owner: francescmm
- License: lgpl-2.1
- Created: 2020-06-14T13:47:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T09:49:29.000Z (over 1 year ago)
- Last Synced: 2023-11-05T10:29:49.846Z (over 1 year ago)
- Topics: cpp, qt, qt5, qtabwidget, qwidget
- Language: C++
- Homepage: https://www.francescmm.com
- Size: 8.35 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QPinnableTabWidget
QPinnableTabWidget is a normal QTabWidget that allows you to pin and unpin tabs.To pin a tab you either can use `QPinnableTabWidget::addPinnedTab` programmatically or through the UI using the context menu that appears when you left click on a tab.