Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tongmon authored Aug 31, 2024
1 parent e86a1a9 commit 4e5b5e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This is a template projects that let you know how to make frameless window via Q
There are two ways to make frameless windows, one uses QtWidget, the other uses QtQuick.
 

## Showcase of FrameLessQtWidget
![FrameLessQtWidgetShowcase](/resources/FrameLessQtWidgetShowcase.gif)
 

## Showcase of FrameLessQtQuick
![FrameLessQtWidgetShowcase](/resources/FrameLessQtQuickShowcase.gif)
 

## How to build

Environment that you may need to install to build this project are listed below.
Expand Down Expand Up @@ -90,14 +98,6 @@ If you have followed the process above, you are ready to build this template pro
Once you have built the project, you might find the **.exe** file in your own ```Build\msvc-x64\Release(or Debug)``` directory.
 

## Showcase of FrameLessQtWidget
![FrameLessQtWidgetShowcase](/resources/FrameLessQtWidgetShowcase.gif)
 

## Showcase of FrameLessQtQuick
![FrameLessQtWidgetShowcase](/resources/FrameLessQtQuickShowcase.gif)
 

## Key point of making frameless window

As you can see from the project code, **WM_NCCALCSIZE**, **WM_NCHITTEST** is the key message you should focus on.
Expand Down

0 comments on commit 4e5b5e8

Please sign in to comment.