diff --git a/README.md b/README.md index 8df9635..91f6829 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ | control | 控件类别 | saveruntime | **运行时间记录** | | control | 控件类别 | smoothcurve | 平滑曲线 | | control | 控件类别 | zhtopy | 汉字转拼音 | -| control | 控件类别 | iconhelper | **超级图形字体** | | tool | 工具类别 | comtool | **串口调试助手** | | tool | 工具类别 | nettool | **网络调试助手** | | tool | 工具类别 | netserver | **网络中转服务器** | @@ -54,6 +53,7 @@ | ui | 界面美化 | uidemo08 | **界面美化入门示例** | | ui | 界面美化 | uidemo09 | 九宫格主界面 | | ui | 界面美化 | uidemo10 | **扁平化主界面** | +| ui | 界面美化 | iconhelper | **超级图形字体** | | other | 其他类别 | bgdemo | 异形窗体 | | other | 其他类别 | dbpage | **通用数据库翻页** | | other | 其他类别 | echartgauge | **echart图表js交互** | @@ -90,8 +90,6 @@ ![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/control/0snap/saveruntime.jpg) ![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/control/0snap/smoothcurve.jpg) ![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/control/0snap/zhtopy.jpg) -![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/control/0snap/iconhelper1.jpg) -![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/control/0snap/iconhelper2.jpg) ##### 4.2、工具类别 ![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/tool/0snap/comtool.jpg) @@ -132,6 +130,8 @@ ![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/ui/0snap/uidemo08.jpg) ![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/ui/0snap/uidemo09.jpg) ![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/ui/0snap/uidemo10.jpg) +![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/ui/0snap/iconhelper1.jpg) +![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/ui/0snap/iconhelper2.jpg) ##### 4.6、其他类别 ![avatar](https://gitee.com/feiyangqingyun/QWidgetDemo/raw/master/other/0snap/bgdemo.jpg) diff --git a/control/control.pro b/control/control.pro index ad43726..4d164fe 100644 --- a/control/control.pro +++ b/control/control.pro @@ -9,5 +9,4 @@ SUBDIRS += navbutton SUBDIRS += savelog SUBDIRS += saveruntime SUBDIRS += smoothcurve -SUBDIRS += zhtopy -SUBDIRS += iconhelper +SUBDIRS += zhtopy \ No newline at end of file diff --git a/control/0snap/iconhelper1.jpg b/ui/0snap/iconhelper1.jpg similarity index 100% rename from control/0snap/iconhelper1.jpg rename to ui/0snap/iconhelper1.jpg diff --git a/control/0snap/iconhelper2.jpg b/ui/0snap/iconhelper2.jpg similarity index 100% rename from control/0snap/iconhelper2.jpg rename to ui/0snap/iconhelper2.jpg diff --git a/control/iconhelper/font/fontawesome-webfont.ttf b/ui/iconhelper/font/fontawesome-webfont.ttf similarity index 100% rename from control/iconhelper/font/fontawesome-webfont.ttf rename to ui/iconhelper/font/fontawesome-webfont.ttf diff --git a/control/iconhelper/font/iconfont.ttf b/ui/iconhelper/font/iconfont.ttf similarity index 100% rename from control/iconhelper/font/iconfont.ttf rename to ui/iconhelper/font/iconfont.ttf diff --git a/control/iconhelper/font/pe-icon-set-weather.ttf b/ui/iconhelper/font/pe-icon-set-weather.ttf similarity index 100% rename from control/iconhelper/font/pe-icon-set-weather.ttf rename to ui/iconhelper/font/pe-icon-set-weather.ttf diff --git a/control/iconhelper/frmiconhelper.cpp b/ui/iconhelper/frmiconhelper.cpp similarity index 100% rename from control/iconhelper/frmiconhelper.cpp rename to ui/iconhelper/frmiconhelper.cpp diff --git a/control/iconhelper/frmiconhelper.h b/ui/iconhelper/frmiconhelper.h similarity index 100% rename from control/iconhelper/frmiconhelper.h rename to ui/iconhelper/frmiconhelper.h diff --git a/control/iconhelper/frmiconhelper.ui b/ui/iconhelper/frmiconhelper.ui similarity index 100% rename from control/iconhelper/frmiconhelper.ui rename to ui/iconhelper/frmiconhelper.ui diff --git a/control/iconhelper/iconhelper.cpp b/ui/iconhelper/iconhelper.cpp similarity index 100% rename from control/iconhelper/iconhelper.cpp rename to ui/iconhelper/iconhelper.cpp diff --git a/control/iconhelper/iconhelper.h b/ui/iconhelper/iconhelper.h similarity index 100% rename from control/iconhelper/iconhelper.h rename to ui/iconhelper/iconhelper.h diff --git a/control/iconhelper/iconhelper.pro b/ui/iconhelper/iconhelper.pro similarity index 100% rename from control/iconhelper/iconhelper.pro rename to ui/iconhelper/iconhelper.pro diff --git a/control/iconhelper/main.cpp b/ui/iconhelper/main.cpp similarity index 100% rename from control/iconhelper/main.cpp rename to ui/iconhelper/main.cpp diff --git a/control/iconhelper/main.qrc b/ui/iconhelper/main.qrc similarity index 100% rename from control/iconhelper/main.qrc rename to ui/iconhelper/main.qrc diff --git a/control/iconhelper/panelwidget.cpp b/ui/iconhelper/panelwidget.cpp similarity index 100% rename from control/iconhelper/panelwidget.cpp rename to ui/iconhelper/panelwidget.cpp diff --git a/control/iconhelper/panelwidget.h b/ui/iconhelper/panelwidget.h similarity index 100% rename from control/iconhelper/panelwidget.h rename to ui/iconhelper/panelwidget.h diff --git a/ui/ui.pro b/ui/ui.pro index 0560f74..abfd29c 100644 --- a/ui/ui.pro +++ b/ui/ui.pro @@ -5,3 +5,4 @@ SUBDIRS += uidemo01 SUBDIRS += uidemo08 SUBDIRS += uidemo09 SUBDIRS += uidemo10 +SUBDIRS += iconhelper \ No newline at end of file