-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7f4347
commit ebfd531
Showing
2,622 changed files
with
8,915 additions
and
7,263 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.