Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsXiaolei authored Dec 4, 2020
1 parent 5ad22c1 commit 3506387
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@
1、从QThread继承一个自定义类,并重定义虚函数run(),在run函数里实现线程需要完成的任务。
2、

Qt编程—去掉标题栏和设置窗口透明用法
https://blog.csdn.net/liuyang1990i/article/details/8227342

Qt 窗口操作函数(置顶、全屏,最大化最小化按钮设置等)
https://www.cnblogs.com/linuxAndMcu/p/11533636.html

QT 去掉标题栏和去掉标题栏后移动窗口
https://blog.csdn.net/mojianc/article/details/45111107

Qt如何设置某个区域透明(稍微修改一下,可设置为某个区域颜色)
https://blog.csdn.net/jigetage/article/details/85101842

QT显示图片的四种方法
https://www.cnblogs.com/lifan3a/articles/8629412.html

### 自定义控件案例
- [ ] 电池
- [ ] 按钮
Expand Down

0 comments on commit 3506387

Please sign in to comment.