update README
This commit is contained in:
parent
4ee10e05ba
commit
f1aec45333
|
@ -340,8 +340,6 @@ Window {
|
|||
}
|
||||
```
|
||||
|
||||
**IMPORTANT NOTE for all applications**: Once you called `QWidget::close()` or `Q(Quick)Window::close()`, Qt will release all the resources of the corresponding widget/window, and thus FramelessHelper's custom event handler will also be removed from them at the same time. However, this will make the title bar become unresponsible if you re-open the widget/window. The current workaround for this issue is to hide the widget/window instead of closing it, if you are going to show it again later. But if you have no plan to show the widget/window again after it has been closed, you don't need to do anything to workaround this issue.
|
||||
|
||||
### More
|
||||
|
||||
Please refer to the demo projects to see more detailed usages: [examples](./examples/)
|
||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit 4b4b901807771eda16fb07f36a5cb40505f64087
|
||||
Subproject commit 743c5a0ed048a964973d052798b46932ff0a32b1
|
Loading…
Reference in New Issue