Skip to content

Commit

Permalink
彻底改版2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyangqingyun committed Nov 17, 2021
1 parent a7f4347 commit ebfd531
Show file tree
Hide file tree
Showing 2,622 changed files with 8,915 additions and 7,263 deletions.
Binary file removed 0snap/base64.png
Binary file not shown.
Binary file removed 0snap/battery.gif
Binary file not shown.
Binary file removed 0snap/bgdemo.gif
Binary file not shown.
Binary file removed 0snap/colorwidget.gif
Binary file not shown.
Binary file removed 0snap/comtool.jpg
Binary file not shown.
Binary file removed 0snap/countcode.gif
Binary file not shown.
Binary file removed 0snap/dbpage.png
Binary file not shown.
Binary file removed 0snap/designer.png
Binary file not shown.
Binary file removed 0snap/devicebutton.gif
Binary file not shown.
Binary file removed 0snap/devicesizetable.gif
Binary file not shown.
Binary file removed 0snap/echartgauge.gif
Binary file not shown.
Binary file removed 0snap/emailtool.jpg
Binary file not shown.
Binary file removed 0snap/ffmpegdemo.png
Binary file not shown.
Binary file removed 0snap/flatui.gif
Binary file not shown.
Binary file removed 0snap/frameless.gif
Binary file not shown.
Binary file removed 0snap/framelesswidget.gif
Binary file not shown.
Binary file removed 0snap/gifwidget.gif
Binary file not shown.
Binary file removed 0snap/hotkey.gif
Binary file not shown.
Binary file removed 0snap/imageswitch.gif
Binary file not shown.
Binary file removed 0snap/ipaddress.gif
Binary file not shown.
Binary file removed 0snap/key.png
Binary file not shown.
Binary file removed 0snap/lightbutton.gif
Binary file not shown.
Binary file removed 0snap/lineeditnext.gif
Binary file not shown.
Binary file removed 0snap/live.png
Binary file not shown.
Binary file removed 0snap/lunarcalendarwidget.gif
Binary file not shown.
Binary file removed 0snap/maskwidget.gif
Diff not rendered.
Binary file removed 0snap/miniblink.jpg
Diff not rendered.
Binary file removed 0snap/moneytool.jpg
Diff not rendered.
Binary file removed 0snap/mouseline.gif
Diff not rendered.
Binary file removed 0snap/movewidget.gif
Diff not rendered.
Binary file removed 0snap/navbutton.gif
Diff not rendered.
Binary file removed 0snap/netserver.jpg
Diff not rendered.
Binary file removed 0snap/nettool.gif
Diff not rendered.
Binary file removed 0snap/ntpclient.gif
Diff not rendered.
Binary file removed 0snap/pngtool.gif
Diff not rendered.
Binary file removed 0snap/qwt.png
Diff not rendered.
Binary file removed 0snap/qwtdemo.jpg
Diff not rendered.
Binary file removed 0snap/savelog.jpg
Diff not rendered.
Binary file removed 0snap/saveruntime.jpg
Diff not rendered.
Binary file removed 0snap/screenwidget.gif
Diff not rendered.
Binary file removed 0snap/smoothcurve.gif
Diff not rendered.
Binary file removed 0snap/styledemo_flatwhite.png
Diff not rendered.
Binary file removed 0snap/styledemo_lightblue.png
Diff not rendered.
Binary file removed 0snap/styledemo_psblack.png
Diff not rendered.
Binary file removed 0snap/videopanel.gif
Diff not rendered.
Binary file removed 0snap/videowidget.gif
Diff not rendered.
Binary file removed 0snap/vlcdemo.png
Diff not rendered.
Binary file removed 0snap/zhtopy.gif
Diff not rendered.
77 changes: 9 additions & 68 deletions QWidgetDemo.pro
Original file line number Diff line number Diff line change
@@ -1,69 +1,10 @@
TEMPLATE = subdirs
#定义了ordered表示子项目按照添加的顺序来编译
CONFIG += ordered

#挨个添加子项目
SUBDIRS += lightbutton #高亮按钮控件
SUBDIRS += movewidget #通用控件移动类
SUBDIRS += flatui #模仿flatui类
SUBDIRS += countcode #代码统计组件
SUBDIRS += gifwidget #屏幕录制控件
SUBDIRS += comtool #串口调试助手
SUBDIRS += nettool #网络调试助手
SUBDIRS += devicesizetable #硬盘容量控件
SUBDIRS += styledemo #高仿PS黑色+扁平白色+淡蓝色风格主题
SUBDIRS += navbutton #导航按钮控件
SUBDIRS += videopanel #视频监控画面分割demo
SUBDIRS += framelesswidget #跨平台无边框窗体
SUBDIRS += ipaddress #IP地址输入控件
SUBDIRS += bgdemo #无边框背景透明窗体
SUBDIRS += dbpage #通用数据库翻页查询
SUBDIRS += pngtool #PNG图片警告去除工具
SUBDIRS += savelog #日志重定向输出类
SUBDIRS += saveruntime #运行时间记录类
SUBDIRS += colorwidget #颜色拾取器
SUBDIRS += maskwidget #遮罩层窗体
SUBDIRS += battery #电池电量控件
SUBDIRS += lineeditnext #文本框回车焦点下移
SUBDIRS += zhtopy #汉字转拼音
SUBDIRS += devicebutton #设备按钮地图效果
SUBDIRS += mouseline #鼠标定位十字线
SUBDIRS += emailtool #邮件发送工具
SUBDIRS += ntpclient #NTP服务器时间同步
SUBDIRS += lunarcalendarwidget#农历控件
SUBDIRS += videowidget #通用视频控件
SUBDIRS += screenwidget #屏幕截图控件
SUBDIRS += imageswitch #图片开关控件
SUBDIRS += netserver #网络中转服务器
SUBDIRS += base64helper #图片文字base64互换
SUBDIRS += smoothcurve #平滑曲线
SUBDIRS += moneytool #存款计算器
SUBDIRS += hotkey #全局热键示例 目前只支持Qt5

#限定windows系统加载下面的项目
win32 {
SUBDIRS += ffmpegdemo #视频流播放ffmpeg内核
SUBDIRS += vlcdemo #视频流播放vlc内核
SUBDIRS += mpvdemo #视频流播放mpv内核
SUBDIRS += miniblink #miniblink示例
}

#如果你电脑对应的Qt版本有webkit或者webengine组件可以自行打开
#SUBDIRS += echartgauge #echart仪表盘含交互支持webkit及webengine

#这个项目依赖QtDesigner模块,一般在arm上默认没有这个模块需要自行编译
#所以arm上如果没有QtDesigner模块不要加载下面这个子项目
lessThan(QT_MAJOR_VERSION, 5) {
SUBDIRS += designer #QtDesigner4源码
}

#qwt项目需要等官方适配了qwt组件才能适配
lessThan(QT_MAJOR_VERSION, 6) {
SUBDIRS += qwtdemo #qwt的源码版本,无需插件,直接源码集成到你的项目即可
}

#6.0到6.2之间的版本还有点问题等待正式发布的时候再试试
greaterThan(QT_MAJOR_VERSION, 5) {
SUBDIRS -= emailtool
SUBDIRS -= hotkey
}
SUBDIRS += control
SUBDIRS += tool
SUBDIRS += video
SUBDIRS += widget
SUBDIRS += ui
SUBDIRS += other
SUBDIRS += third
#网友提交的可能很多Qt版本不支持需要自行打开验证
#SUBDIRS += netfriend
254 changes: 151 additions & 103 deletions README.md

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions comtool/api/api.pri

This file was deleted.

Binary file added control/0snap/battery.jpg
Binary file added control/0snap/devicebutton.jpg
Binary file added control/0snap/devicesizetable.jpg
Binary file added control/0snap/imageswitch.jpg
Binary file added control/0snap/ipaddress.jpg
Binary file added control/0snap/lightbutton.jpg
Binary file added control/0snap/navbutton.jpg
Binary file added control/0snap/savelog.jpg
Binary file added control/0snap/saveruntime.jpg
Binary file added control/0snap/smoothcurve.jpg
Binary file added control/0snap/zhtopy.jpg
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions control/control.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
TEMPLATE = subdirs
SUBDIRS += battery
SUBDIRS += devicebutton
SUBDIRS += devicesizetable
SUBDIRS += imageswitch
SUBDIRS += ipaddress
SUBDIRS += lightbutton
SUBDIRS += navbutton
SUBDIRS += savelog
SUBDIRS += saveruntime
SUBDIRS += smoothcurve
SUBDIRS += zhtopy
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ private slots:
void on_btnSetIP_clicked();
void on_btnGetIP_clicked();
void on_btnClear_clicked();

};

#endif // FRMADDRESS_H
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions savelog/frmsavelog.cpp → control/savelog/frmsavelog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ void frmSaveLog::on_cboxRow_currentIndexChanged(int index)

void frmSaveLog::on_listType_itemPressed(QListWidgetItem *item)
{
if (item <= 0) {
return;
}

//切换选中行状态
item->setCheckState(item->checkState() == Qt::Checked ? Qt::Unchecked : Qt::Checked);

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion zhtopy/frmzhtopy.cpp → control/zhtopy/frmzhtopy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
frmZhToPY::frmZhToPY(QWidget *parent) : QWidget(parent), ui(new Ui::frmZhToPY)
{
ui->setupUi(this);
ZhToPY::Instance()->loadPY(":/image/zhtopy.txt");
ZhToPY::Instance()->loadPY(":/data/zhtopy.txt");
}

frmZhToPY::~frmZhToPY()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion netserver/qrc/main.qrc → control/zhtopy/main.qrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/">
<file>main.ico</file>
<file>data/zhtopy.txt</file>
</qresource>
</RCC>
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 0 additions & 25 deletions core_qui/quiconfig.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions core_qui/quiconfig.h

This file was deleted.

Loading

0 comments on commit ebfd531

Please sign in to comment.