feat: add free tips

This commit is contained in:
rankun 2020-02-21 17:50:49 +08:00
parent 0d8bf0cc97
commit bb0dcf3a20
5 changed files with 19 additions and 2 deletions

View file

@ -77,6 +77,7 @@ int main(int argc, char *argv[])
g_mainDlg->setWindowTitle(Config::getInstance().getTitle());
g_mainDlg->show();
qInfo(QObject::tr("This software is completely open source and free, you can download it at the following address:").toUtf8());
qInfo(QString("QtScrcpy %1 <https://github.com/barry-ran/QtScrcpy>").arg(QCoreApplication::applicationVersion()).toUtf8());
int ret = a.exec();

Binary file not shown.

View file

@ -75,7 +75,7 @@
</message>
<message>
<location filename="../../dialog.ui" line="144"/>
<location filename="../../dialog.cpp" line="293"/>
<location filename="../../dialog.cpp" line="294"/>
<source>select path</source>
<translation>select path</translation>
</message>
@ -203,6 +203,14 @@
<translation>original</translation>
</message>
</context>
<context>
<name>QObject</name>
<message>
<location filename="../../main.cpp" line="80"/>
<source>This software is completely open source and free, you can download it at the following address:</source>
<translation>This software is completely open source and free, you can download it at the following address:</translation>
</message>
</context>
<context>
<name>ToolForm</name>
<message>

Binary file not shown.

View file

@ -75,7 +75,7 @@
</message>
<message>
<location filename="../../dialog.ui" line="144"/>
<location filename="../../dialog.cpp" line="293"/>
<location filename="../../dialog.cpp" line="294"/>
<source>select path</source>
<translation></translation>
</message>
@ -203,6 +203,14 @@
<translation></translation>
</message>
</context>
<context>
<name>QObject</name>
<message>
<location filename="../../main.cpp" line="80"/>
<source>This software is completely open source and free, you can download it at the following address:</source>
<translation></translation>
</message>
</context>
<context>
<name>ToolForm</name>
<message>