Skip to content

Commit b67f82a

Browse files
authored
Update README.md
1 parent 9cd4e9a commit b67f82a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ PyQt5 >= 5.8
77
## Setup
88
```pip3 install git+https://github.com/yjg30737/pyqt-foldable-window.git --upgrade```
99

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+
1015
## Example
1116
```python
1217
from PyQt5.QtWidgets import QApplication, QTextEdit

0 commit comments

Comments
 (0)