Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
toby20130333 committed Jun 27, 2019
1 parent 0b912ef commit daf60ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions READMe.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# (20180408持续更新)基于QtQuick2.0开发的诸多漂亮的界面例子(作为入门首选)
![数字雨](images/matrix.png)
![驱动精灵主界面](http://7qn7mv.com1.z0.glb.clouddn.com/qtquickdriver.png)
![迅雷在线皮肤设置](http://7qn7mv.com1.z0.glb.clouddn.com/qtquickxl.png)
![迅雷本地皮肤设置](http://7qn7mv.com1.z0.glb.clouddn.com/qtquicklocal.png)
![有赞商城商品UI](http://7qn7mv.com1.z0.glb.clouddn.com/youzan-new.png)
![360安全卫士](http://7qn7mv.com1.z0.glb.clouddn.com/360.png)
![驱动精灵主界面](http://qiniu.heilqt.com/qtquickdriver.png)
![迅雷在线皮肤设置](http://qiniu.heilqt.com/qtquickxl.png)
![迅雷本地皮肤设置](http://qiniu.heilqt.com/qtquicklocal.png)
![有赞商城商品UI](http://qiniu.heilqt.com/youzan-new.png)
![360安全卫士](http://qiniu.heilqt.com/360.png)
## 客户端

### 使用QtQuick技术开发酷炫的客户端
Expand Down
2 changes: 1 addition & 1 deletion ddui/DDHomeButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Rectangle {
width: 100
height: 100
color: "transparent"
property url btnUrl: "http://download.easyicon.net/png/1194626/72/"
property url btnUrl: "http://www.easyicon.net/download/png/1194626/72/"
property string btnTxt: "Home"
property bool systemBtn: false
signal signalBtnClicked(string btn);
Expand Down

0 comments on commit daf60ce

Please sign in to comment.