0101100101 / FoldableDockWidget;py
0 likes
0 forks
1 files
Last active
1 | # todo when creating the window, need to be able to set whether can resize height or not? e.g. image / chart |
2 | # todo why is there a margin between bottom and top of widgets? |
3 | # todo the QLabel should have a width that spans to multilines where necessary instead of just increasing width |
4 | |
5 | import sys |
6 | from random import randint |
7 | |
8 | from PySide6.QtCore import QSize, Qt |
9 | from PySide6.QtGui import QIcon, QMouseEvent |
10 | from PySide6.QtWidgets import QDockWidget, QWidget, QToolButton, QStyle, QHBoxLayout, QStyleFactory, QSizePolicy, \ |
Newer
Older