Skip to content

Commit 6264658

Browse files
authored
Update README.md
1 parent 44389c2 commit 6264658

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# FramelessQmlWindow
22
Frameless application window template qml, resizeable, maximalizable, minimalizable, draggable, ready to be more customized.
33
Buttons colors are animated on hover and pressed. When window is dragged on top of the screen it is auto maximalized. <br/>
4+
5+
Just open Application.qml in DesignStudio and write your code in this place:
6+
```
7+
.
8+
.
9+
.
10+
Item {
11+
anchors{
12+
top: topBar.bottom
13+
left: parent.left
14+
right: parent.right
15+
bottom: parent.bottom
16+
}
17+
/*Your content here*/
18+
}
19+
.
20+
.
21+
.
22+
```
423
# ScreenShoots
524
## Top bar
625
![Bar](ScreenShots/Bar.png)

0 commit comments

Comments
 (0)