We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd4e9a commit b67f82aCopy full SHA for b67f82a
README.md
@@ -7,6 +7,11 @@ PyQt5 >= 5.8
7
## Setup
8
```pip3 install git+https://github.com/yjg30737/pyqt-foldable-window.git --upgrade```
9
10
+## Feature
11
+* Being able to fold, unfold window by toggle button on the menu bar
12
+* Being able to move the window with dragging menu bar
13
+* Being able to close (obviously)
14
+
15
## Example
16
```python
17
from PyQt5.QtWidgets import QApplication, QTextEdit
0 commit comments