Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhzzy authored Jul 23, 2023
1 parent e1e1a96 commit 9b6e22f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ FlareUI库是一个基于Qt库扩展的UI库,是为了开发者减少使用Qss

1. 较为方便的 API<br>比如在编写程序时不必要为了一些繁琐的操作去重写控件,只需要写一段代码

注:目前FlareWindow类已被删除,将来可能会写一个其他风格的窗口

```cpp
#include "FlareWindow.h"
#include "PushButton.h"
Expand Down Expand Up @@ -42,7 +44,7 @@ FlareUI库是一个基于Qt库扩展的UI库,是为了开发者减少使用Qss
## 开发环境
使用的是 **Qt6.6.0** 当然这不是很重要,因为代码并没有用到新版本的特性,这是基于QtWidget的,我对与qml不太熟悉所以没搞
使用的是 **Qt6.6.0** 当然这不是很重要,因为代码并没有用到新版本的特性,这是基于QtWidget的,我对于qml不太熟悉所以没搞
## 安装指南
Expand Down

0 comments on commit 9b6e22f

Please sign in to comment.