Skip to content

Commit

Permalink
Add screenCapturable support
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Dec 24, 2024
1 parent 4fd3054 commit 91542ba
Show file tree
Hide file tree
Showing 42 changed files with 7,551 additions and 6,195 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.5.3'
version: '6.8.1'
modules: 'qtwebsockets qtserialport qtmultimedia'
aqtversion: ==3.1.7
aqtversion: '==3.1.20'

- name: Install prerequisites
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
git fetch --tags --force
sed -i 's/--long --dirty/--long/g' ./tools/generate_info.sh
sed -i 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/gcc_64/g' build_deb.sh
sed -i 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.8.1\/gcc_64/g' build_deb.sh
sed -i 's/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=\/usr\/local\/output/g' ./lib/qtssh/qtssh.pri
mkdir prebuilt_plugins
python3 ./.github/scripts/get_plugin.py ./.github/scripts/plugin_list.json ./prebuilt_plugins
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux_appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.5.3'
version: '6.8.1'
modules: 'qtwebsockets qtserialport qtmultimedia'
aqtversion: ==3.1.7
aqtversion: '==3.1.20'

- name: Install prerequisites
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
git fetch --tags --force
sed -i 's/--long --dirty/--long/g' ./tools/generate_info.sh
sed -i 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/gcc_64/g' build_AppImage.sh
sed -i 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.8.1\/gcc_64/g' build_AppImage.sh
sed -i 's/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=\/usr\/local\/output/g' ./lib/qtssh/qtssh.pri
mkdir prebuilt_plugins
python3 ./.github/scripts/get_plugin.py ./.github/scripts/plugin_list.json ./prebuilt_plugins
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.5.3'
version: '6.7.3'
modules: 'qtwebsockets qtserialport qtmultimedia'
aqtversion: ==3.1.7
aqtversion: '==3.1.20'

- name: Install prerequisites
run: |
Expand All @@ -76,7 +76,7 @@ jobs:
run: |
git fetch --tags --force
sed -i'.original' -e 's/--long --dirty/--long/g' ./tools/generate_info.sh
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/macos/g' build_dmg.sh
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.7.3\/macos/g' build_dmg.sh
sed -i'.original' -e 's/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=\/usr\/local\/output/g' ./lib/qtssh/qtssh.pri
mkdir prebuilt_plugins
python3 ./.github/scripts/get_plugin.py ./.github/scripts/plugin_list.json ./prebuilt_plugins
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: '6.5.3'
version: '6.7.3'
modules: 'qtwebsockets qtserialport qtmultimedia'
aqtversion: ==3.1.7
aqtversion: '==3.1.20'

- name: Install prerequisites
run: |
Expand All @@ -76,7 +76,7 @@ jobs:
run: |
git fetch --tags --force
sed -i'.original' -e 's/--long --dirty/--long/g' ./tools/generate_info.sh
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.5.3\/macos/g' build_dmg.sh
sed -i'.original' -e 's/QT_DIR=\/opt\/Qt6.2.0\/6.2.0\/gcc_64/QT_DIR=$(cd "$(dirname "$0")";pwd)\/..\/Qt\/6.7.3\/macos/g' build_dmg.sh
sed -i'.original' -e 's/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=\/usr\/local\/output/g' ./lib/qtssh/qtssh.pri
mkdir prebuilt_plugins
python3 ./.github/scripts/get_plugin.py ./.github/scripts/plugin_list.json ./prebuilt_plugins
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
arch: win64_mingw
version: '6.5.3'
version: '6.8.1'
modules: 'qtwebsockets qtserialport qtmultimedia'
aqtversion: ==3.1.7
aqtversion: '==3.1.19'
tools: 'tools_mingw1310'

- name: Install cmake
uses: crazy-max/ghaction-chocolatey@v3
Expand All @@ -78,6 +79,7 @@ jobs:
run: |
pacman --noconfirm -S make cmake autoconf automake bison diffutils libtool texinfo xmlto
pacman --noconfirm -S base-devel msys2-devel mingw-w64-{x86_64,i686}-toolchain
gcc --version
mkdir mingw-w64-libpython
cp -r ${Python3_ROOT_DIR}/include ./mingw-w64-libpython/
mkdir mingw-w64-libpython/lib
Expand Down Expand Up @@ -118,8 +120,8 @@ jobs:
run: |
git fetch --tags --force
./tools/sed/sed.exe -i 's/--long --dirty/--long/g' ./tools/generate_info.ps1
./tools/sed/sed.exe -i "s/QT_DIR=C:\/Qt\/Qt6.2.0\/6.2.0\/mingw81_32\/bin/QT_DIR=%Qt5_Dir%/g" ./build_setup.bat
./tools/sed/sed.exe -i "s/QT_TOOLS_DIR=C:\/Qt\/Qt6.2.0\/Tools\/mingw810_32\/bin/QT_TOOLS_DIR=C:\/ProgramData\/Chocolatey\/lib\/mingw\/tools\/install\/mingw64\/bin/g" ./build_setup.bat
./tools/sed/sed.exe -i "s/QT_DIR=C:\/Qt\/Qt6.2.0\/6.2.0\/mingw81_32\/bin/QT_DIR=%QT_ROOT_DIR%\/bin/g" ./build_setup.bat
./tools/sed/sed.exe -i "s/QT_TOOLS_DIR=C:\/Qt\/Qt6.2.0\/Tools\/mingw810_32\/bin/QT_TOOLS_DIR=%IQTA_TOOLS%\/mingw1310\/bin/g" ./build_setup.bat
./tools/sed/sed.exe -i "s/mingw32-make -j8/mingw32-make -j1/g" ./build_setup.bat
./tools/sed/sed.exe -i "s/WINPTY_DIR=D:\\quardCRT\\depend\\winpty/WINPTY_DIR=D:\\winpty/g" ./lib/ptyqt/ptyqt.pri
./tools/sed/sed.exe -i "s/LIBSSH2_DIR=\/libssh2/LIBSSH2_DIR=D:\\libssh2/g" ./lib/qtssh/qtssh.pri
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/windows_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:
workflow_dispatch:

jobs:
windows_msvc2019:
windows_msvc2022:
runs-on: windows-2022

steps:
Expand All @@ -49,10 +49,10 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
arch: 'win64_msvc2019_64'
version: '6.5.3'
arch: 'win64_msvc2022_64'
version: '6.8.1'
modules: 'qtwebsockets qtserialport qtmultimedia'
aqtversion: '==3.1.7'
aqtversion: '==3.1.19'

- name: Install cmake
uses: crazy-max/ghaction-chocolatey@v3
Expand Down Expand Up @@ -81,7 +81,6 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
toolset: 14.29

- name: Install libssh2
run: |
Expand Down Expand Up @@ -111,7 +110,7 @@ jobs:
- name: Upload build asserts
uses: actions/upload-artifact@v4
with:
name: quardCRT_windows_msvc2019
name: quardCRT_windows_msvc2022
path: |
./output/*.exe
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Windows ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/windows.yml?branch=main&logo=data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+V2luZG93czwvdGl0bGU+PHBhdGggZD0iTTAsMEgxMS4zNzdWMTEuMzcySDBaTTEyLjYyMywwSDI0VjExLjM3MkgxMi42MjNaTTAsMTIuNjIzSDExLjM3N1YyNEgwWm0xMi42MjMsMEgyNFYyNEgxMi42MjMiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)](https://github.com/QQxiaoming/quardCRT/actions/workflows/windows.yml)
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux&logoColor=white)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos_arm64.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos_arm64.yml)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
[![Documentation Status](https://img.shields.io/readthedocs/quardcrt.svg?logo=readthedocs)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
Expand All @@ -15,6 +15,12 @@
<a href="https://apps.microsoft.com/detail/quardCRT/9p6102k9qb3t?mode=direct">
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/>
</a>
<a href="https://spk-resolv.spark-app.store/?spk=spk://store/development/quardcrt">
<div style="text-align: right display: flex; align-items: center;">
<img src="https://www.spark-app.store/assets/favicon-96x96-BB0Q9LsV.png" height="50"/>
<span>Get from Spark Store</span>
</div>
</a>
</div>

# quardCRT
Expand Down Expand Up @@ -149,7 +155,7 @@ If you have suggestions or ideas for this project, please submit issues and pull

If you want to improve/fix the known issues, you can check [TODO](./TODO.md).

The current project is recommended to use version Qt6.5.0 and above.
The current project is recommended to use version Qt6.6.0 and above.

## Donate

Expand Down
10 changes: 8 additions & 2 deletions README_ja_JP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Windows ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/windows.yml?branch=main&logo=data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+V2luZG93czwvdGl0bGU+PHBhdGggZD0iTTAsMEgxMS4zNzdWMTEuMzcySDBaTTEyLjYyMywwSDI0VjExLjM3MkgxMi42MjNaTTAsMTIuNjIzSDExLjM3N1YyNEgwWm0xMi42MjMsMEgyNFYyNEgxMi42MjMiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)](https://github.com/QQxiaoming/quardCRT/actions/workflows/windows.yml)
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux&logoColor=white)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos_arm64.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos_arm64.yml)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
[![Documentation Status](https://img.shields.io/readthedocs/quardcrt.svg?logo=readthedocs)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
Expand All @@ -15,6 +15,12 @@
<a href="https://apps.microsoft.com/detail/quardCRT/9p6102k9qb3t?mode=direct">
<img src="https://get.microsoft.com/images/ja%20dark.svg" width="200"/>
</a>
<a href="https://spk-resolv.spark-app.store/?spk=spk://store/development/quardcrt">
<div style="text-align: right display: flex; align-items: center;">
<img src="https://www.spark-app.store/assets/favicon-96x96-BB0Q9LsV.png" height="50"/>
<span>Spark Store から取得</span>
</div>
</a>
</div>

# quardCRT
Expand Down Expand Up @@ -149,7 +155,7 @@ quardCRT はバージョン V0.4.0 からプラグインをサポートします

既知の問題を改善/修正する場合は、[TODO](./TODO.md) を確認できます。

現在のプロジェクトは、バージョン Qt6.5.0 以上を使用することをお勧めします。
現在のプロジェクトは、バージョン Qt6.6.0 以上を使用することをお勧めします。

## 寄付

Expand Down
10 changes: 8 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Windows ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/windows.yml?branch=main&logo=data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+V2luZG93czwvdGl0bGU+PHBhdGggZD0iTTAsMEgxMS4zNzdWMTEuMzcySDBaTTEyLjYyMywwSDI0VjExLjM3MkgxMi42MjNaTTAsMTIuNjIzSDExLjM3N1YyNEgwWm0xMi42MjMsMEgyNFYyNEgxMi42MjMiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)](https://github.com/QQxiaoming/quardCRT/actions/workflows/windows.yml)
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux&logoColor=white)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos_arm64.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos_arm64.yml)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
[![Documentation Status](https://img.shields.io/readthedocs/quardcrt.svg?logo=readthedocs)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
Expand All @@ -15,6 +15,12 @@
<a href="https://apps.microsoft.com/detail/quardCRT/9p6102k9qb3t?mode=direct">
<img src="https://get.microsoft.com/images/zh-cn%20dark.svg" width="200"/>
</a>
<a href="https://spk-resolv.spark-app.store/?spk=spk://store/development/quardcrt">
<div style="text-align: right display: flex; align-items: center;">
<img src="https://www.spark-app.store/assets/favicon-96x96-BB0Q9LsV.png" height="50"/>
<span>从Spark Store获取</span>
</div>
</a>
</div>

# quardCRT
Expand Down Expand Up @@ -149,7 +155,7 @@ quardCRT将从V0.4.0版本开始支持插件,插件将以Qt Plug-in插件的

如果您希望改进/修复目前已知的问题,您可以查看[TODO](./TODO.md)

目前项目建议使用版本Qt6.5.0及更高版本。
目前项目建议使用版本Qt6.6.0及更高版本。

## 捐赠

Expand Down
10 changes: 8 additions & 2 deletions README_zh_HK.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Windows ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/windows.yml?branch=main&logo=data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+V2luZG93czwvdGl0bGU+PHBhdGggZD0iTTAsMEgxMS4zNzdWMTEuMzcySDBaTTEyLjYyMywwSDI0VjExLjM3MkgxMi42MjNaTTAsMTIuNjIzSDExLjM3N1YyNEgwWm0xMi42MjMsMEgyNFYyNEgxMi42MjMiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)](https://github.com/QQxiaoming/quardCRT/actions/workflows/windows.yml)
[![Linux ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/linux.yml?branch=main&logo=linux&logoColor=white)](https://github.com/QQxiaoming/quardCRT/actions/workflows/linux.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos.yml)
[![Macos ci](https://img.shields.io/github/actions/workflow/status/qqxiaoming/quardCRT/macos_arm64.yml?branch=main&logo=apple)](https://github.com/QQxiaoming/quardCRT/actions/workflows/macos_arm64.yml)
[![CodeFactor](https://img.shields.io/codefactor/grade/github/qqxiaoming/quardCRT.svg?logo=codefactor)](https://www.codefactor.io/repository/github/qqxiaoming/quardCRT)
[![Documentation Status](https://img.shields.io/readthedocs/quardcrt.svg?logo=readthedocs)](https://quardcrt.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/github/license/qqxiaoming/quardCRT.svg?colorB=f48041&logo=gnu)](https://github.com/QQxiaoming/quardCRT)
Expand All @@ -15,6 +15,12 @@
<a href="https://apps.microsoft.com/detail/quardCRT/9p6102k9qb3t?mode=direct">
<img src="https://get.microsoft.com/images/zh-tw%20dark.svg" width="200"/>
</a>
<a href="https://spk-resolv.spark-app.store/?spk=spk://store/development/quardcrt">
<div style="text-align: right display: flex; align-items: center;">
<img src="https://www.spark-app.store/assets/favicon-96x96-BB0Q9LsV.png" height="50"/>
<span>從Spark Store獲取</span>
</div>
</a>
</div>

# quardCRT
Expand Down Expand Up @@ -149,7 +155,7 @@ quardCRT將從V0.4.0版本開始支持Plugin,以Qt Plug-in的形式提供,

如果您希望改進/修復目前已知的問題,您可以查看[TODO](./TODO.md)

目前項目建議使用版本Qt6.5.0及更高版本。
目前項目建議使用版本Qt6.6.0及更高版本。

## 捐赠

Expand Down
4 changes: 2 additions & 2 deletions depend/build_fcitx_qt6_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -e

# ubuntu20.04 need install
# sudo apt install fcitx-libs-dev qtbase5-private-dev libxkbcommon-dev extra-cmake-modules
# export PATH="~/Qt/6.5.3/gcc_64/bin":$PATH
# export PATH="~/Qt/6.8.1/gcc_64/bin":$PATH
# export PATH="~/Qt/Tools/CMake/bin":$PATH
# export Qt6GuiTools_DIR=/home/qqm/Qt/6.5.3/gcc_64
# export Qt6GuiTools_DIR=/home/qqm/Qt/6.8.1/gcc_64
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
tar -xzvf fcitx-qt5-1.2.7.tar.gz
cd $SHELL_FOLDER/fcitx-qt5-1.2.7
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ If you have suggestions or ideas for this project, please submit issues and pull

If you want to improve/fix the known issues, you can check [TODO](https://github.com/QQxiaoming/quardCRT/blob/main/TODO.md).

The current project is recommended to use version Qt6.5.0 and above.
The current project is recommended to use version Qt6.6.0 and above.
2 changes: 1 addition & 1 deletion docs/img/ar_SA.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/cs_CZ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 91542ba

Please sign in to comment.