Skip to content

Commit

Permalink
gui tols:update term
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Aug 29, 2024
1 parent 66925d4 commit 39dda6a
Show file tree
Hide file tree
Showing 157 changed files with 43,805 additions and 64,323 deletions.
3 changes: 3 additions & 0 deletions quard_star_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ Quard Star Tools是Quard Star Tutorial项目的一个子项目。其基于Qt编
- QDarkStyleSheet fork自https://github.com/ColinDuquesnoy/QDarkStyleSheet
- utf8proc fork自https://github.com/JuliaStrings/utf8proc
- fcitx-qt5 fork自https://github.com/fcitx/fcitx-qt5
- QSourceHighlite fork自https://github.com/Waqar144/QSourceHighlite
- qxymodem fork自https://github.com/QQxiaoming/qxymodem
- qzmodem fork自https://github.com/QQxiaoming/qzmodem

本项目中最初查看分析文件系统映像文件的需求编写了qfsviewer.cpp等相关代码,后考虑该功能的通用性需求,将其拆分为单独的项目发布,详见https://github.com/QQxiaoming/QFSViewer.git,未来将该项目作为本项目的上游依赖同步更新。
Binary file not shown.
Binary file not shown.
Binary file removed quard_star_tools/icons/fontawesome-webfont.ttf
Binary file not shown.
308 changes: 149 additions & 159 deletions quard_star_tools/lang/quard_star_tools_en_US.ts

Large diffs are not rendered by default.

312 changes: 151 additions & 161 deletions quard_star_tools/lang/quard_star_tools_ja_JP.ts

Large diffs are not rendered by default.

308 changes: 149 additions & 159 deletions quard_star_tools/lang/quard_star_tools_zh_CN.ts

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions quard_star_tools/lib/QSourceHighlite/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2019-2020 Waqar Ahmed -- <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

12 changes: 12 additions & 0 deletions quard_star_tools/lib/QSourceHighlite/QSourceHighlite.pri
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
QT += gui

INCLUDEPATH += \
-I $$PWD

HEADERS += $$PWD/qsourcehighliter.h \
$$PWD/qsourcehighliterthemes.h \
$$PWD/languagedata.h

SOURCES += $$PWD/qsourcehighliter.cpp \
$$PWD/languagedata.cpp \
$$PWD/qsourcehighliterthemes.cpp
Loading

0 comments on commit 39dda6a

Please sign in to comment.