mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-19 19:15:07 +00:00
feat: aad quickmirror
This commit is contained in:
parent
e07a69737e
commit
1107980188
5 changed files with 19 additions and 0 deletions
|
@ -113,6 +113,9 @@ int main(int argc, char *argv[])
|
|||
"following address:");
|
||||
qInfo() << QString("QtScrcpy %1 <https://github.com/barry-ran/QtScrcpy>").arg(QCoreApplication::applicationVersion());
|
||||
|
||||
qInfo() << QObject::tr("If you need more professional screen projection control software, you can try the following software:");
|
||||
qInfo() << QString(QObject::tr("QuickMirror") + " <https://lrbnfell4p.feishu.cn/docx/QRMhd9nImorAGgxVLlmczxSdnYf>");
|
||||
|
||||
int ret = a.exec();
|
||||
delete g_mainDlg;
|
||||
|
||||
|
|
Binary file not shown.
|
@ -38,6 +38,14 @@
|
|||
<source>This software is completely open source and free. Use it at your own risk. You can download it at the following address:</source>
|
||||
<translation>This software is completely open source and free. Use it at your own risk. You can download it at the following address:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you need more professional screen projection control software, you can try the following software:</source>
|
||||
<translation>If you need more professional screen projection control software, you can try the following software:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QuickMirror</source>
|
||||
<translation>QuickMirror</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ToolForm</name>
|
||||
|
|
Binary file not shown.
|
@ -38,6 +38,14 @@
|
|||
<source>This software is completely open source and free. Use it at your own risk. You can download it at the following address:</source>
|
||||
<translation>本软件完全开源免费,作者不对使用该软件产生的一切后果负责。你可以在以下地址下载:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you need more professional screen projection control software, you can try the following software:</source>
|
||||
<translation>如果你需要更加专业的投屏控制软件,可以尝试作者开发的商业版:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>QuickMirror</source>
|
||||
<translation>极限投屏</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ToolForm</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue