diff --git a/Site/ViewSolutions b/Site/ViewSolutions index 785222f..8a9f1ef 160000 --- a/Site/ViewSolutions +++ b/Site/ViewSolutions @@ -1 +1 @@ -Subproject commit 785222f2caa5f7cb6e1e696ee00351529f7abe25 +Subproject commit 8a9f1eff300843bd69fd39f1e423815fdc3eb61d diff --git a/Site/deployWasm.json b/Site/deployWasm.json index 0804df9..378b105 100644 --- a/Site/deployWasm.json +++ b/Site/deployWasm.json @@ -2,7 +2,7 @@ "bin": [ "./build/Release/Site.wasm", "./build/Release/Site.js", - "./src/Wrapper/qtlogo.svg", + "./src/Wrapper/quasarapplogo.png", "./src/Wrapper/qtloader.js", "./src/Wrapper/index.html" ], diff --git a/Site/src/Models/cqtdeployerpage.cpp b/Site/src/Models/cqtdeployerpage.cpp index 2e7a4d2..cd48036 100644 --- a/Site/src/Models/cqtdeployerpage.cpp +++ b/Site/src/Models/cqtdeployerpage.cpp @@ -9,7 +9,7 @@ CQtDeployerAbout::CQtDeployerAbout() QString CQtDeployerAbout::data() const { auto sourceText = tr( - "\n## What is CQtDeployer \n" + "\n## What is CQtDeployer \n\n\n\n\n\n\n" "The CQtDeployer is application for extract all depends library of executable and create launch script for your application.\n" "\n" "Key differences of this program:\n" @@ -57,9 +57,9 @@ QString CQtDeployerExamples::data() const { auto sourceText = tr("The utility transfers the path to the executable files of the deployed programs using the option -bin. The transferred programs are analyzed and get a list of dependencies. If the programs being deployed depend on Qt, then a list of modules is formed based on the dependencies. Qt plugins are deployed depending on the qt modules used. Then qml plugins are copied, if necessary, and standard qt translations. After completing all the steps described, scripts are formed to launch the application.\n" " ### For example: \n" " #### Linux \n" - " ```cqtdeployer -bin myApp -qmake /media/D/Qt/5.15.2/gcc_64/bin/qmake -qmlDir . ```\n" + " cqtdeployer -bin myApp -qmake /media/D/Qt/5.15.2/gcc_64/bin/qmake -qmlDir . \n" " #### Windows\n" - " ``` cqtdeployer -bin myApp.exe -qmake /media/D/Qt/5.12.5/gcc_64/bin/qmake.exe -qmlDir . ```\n" + " cqtdeployer -bin myApp.exe -qmake /media/D/Qt/5.12.5/gcc_64/bin/qmake.exe -qmlDir . \n" " #### Where:\n" " * cqtdeployer is a utility call (befor version 1.4 windows version used %cqtdeployer% command).\n" " * -bin - the option for transferring the paths of the application executable files.\n" diff --git a/Site/src/View/InfoBlock.qml b/Site/src/View/InfoBlock.qml index 264a0c5..435ebe4 100644 --- a/Site/src/View/InfoBlock.qml +++ b/Site/src/View/InfoBlock.qml @@ -20,6 +20,7 @@ ViewPortGradientPage { id: privatePage clip: true + TextEdit { id: header font.bold: true @@ -35,8 +36,8 @@ ViewPortGradientPage { anchors.top: parent.top anchors.left: parent.left - anchors.right: parent.right anchors.margins: textMargins + width: parent.width / 2 selectByMouse: true readOnly: true diff --git a/Site/src/View/ListViewer.qml b/Site/src/View/ListViewer.qml index 71dc8f3..a08acd5 100644 --- a/Site/src/View/ListViewer.qml +++ b/Site/src/View/ListViewer.qml @@ -21,8 +21,8 @@ ListView { source: (data)? data.bakcBroundPicture: "" title: (data)? data.title: "" text: (data)? data.sourceText: "" - sourceTextPixelSize: Math.max(width * 0.02, 4 * Screen.pixelDensity) - headerTextPixelSize: Math.max(width * 0.04, 8 * Screen.pixelDensity) + sourceTextPixelSize: Math.max(width * 0.015, 3 * Screen.pixelDensity) + headerTextPixelSize: Math.max(width * 0.03, 6 * Screen.pixelDensity) textMargins: 20 width: viewPort.width diff --git a/Site/src/Wrapper/index.html b/Site/src/Wrapper/index.html index 4cdd491..464ce7e 100644 --- a/Site/src/Wrapper/index.html +++ b/Site/src/Wrapper/index.html @@ -24,7 +24,7 @@
- + QuasarApp docs
diff --git a/Site/src/translations/Site_ru_RU.ts b/Site/src/translations/Site_ru_RU.ts index 5aab9d3..f28ed16 100644 --- a/Site/src/translations/Site_ru_RU.ts +++ b/Site/src/translations/Site_ru_RU.ts @@ -13,27 +13,7 @@ CQtDeployerAbout - -## What is CQtDeployer -The CQtDeployer is application for extract all depends library of executable and create launch script for your application. - -Key differences of this program: -* Performance: this program deploys the application several times faster (up to 10 seconds) -* Flexibility: this application's got flags that help you to configure the deployment for your or your project's needs -* Crossdeploy: this application's support windows and linux distrebutives, This means that you can use it not only to deploy a project for your platform, but also to deploy a project on Linux for Windows and vice versa. -* Fast create installers : Upon completion of the deployment, you will receive a self-contained installer of your distribution. - -## Supported platforms: -* Linux classic -* Linux snap -* Windows - -## Support processors architectures: -* x86 -* x86-64 -* ARM -* ARM64 - +   ## What is CQtDeployer   The CQtDeployer is application for extract all depends library of executable and create launch script for your application.    Key differences of this program:  * Performance: this program deploys the application several times faster (up to 10 seconds)  * Flexibility: this application's got flags that help you to configure the deployment for your or your project's needs  * Crossdeploy: this application's support windows and linux distrebutives, This means that you can use it not only to deploy a project for your platform, but also to deploy a project on Linux for Windows and vice versa.  * Fast create installers : Upon completion of the deployment, you will receive a self-contained installer of your distribution.    ## Supported platforms:  * Linux classic  * Linux snap   * Windows     ## Support processors architectures:  * x86   * x86-64   * ARM   * ARM64    @@ -51,8 +31,7 @@ Key differences of this program: CQtDeployerDocs - The source code for CQtDeployer components is provided under Gplv3 licenses and is freely available on GitHub. - + The source code for CQtDeployer components is provided under Gplv3 licenses and is freely available on GitHub.    @@ -75,19 +54,7 @@ Key differences of this program: CQtDeployerExamples - The utility transfers the path to the executable files of the deployed programs using the option -bin. The transferred programs are analyzed and get a list of dependencies. If the programs being deployed depend on Qt, then a list of modules is formed based on the dependencies. Qt plugins are deployed depending on the qt modules used. Then qml plugins are copied, if necessary, and standard qt translations. After completing all the steps described, scripts are formed to launch the application. - ### For example: - #### Linux - ```cqtdeployer -bin myApp -qmake /media/D/Qt/5.15.2/gcc_64/bin/qmake -qmlDir . ``` - #### Windows - ``` cqtdeployer -bin myApp.exe -qmake /media/D/Qt/5.12.5/gcc_64/bin/qmake.exe -qmlDir . ``` - #### Where: - * cqtdeployer is a utility call (befor version 1.4 windows version used %cqtdeployer% command). - * -bin - the option for transferring the paths of the application executable files. - * myApp.exe and myApp - the path to the application executable file itself - * -qmake - the option for transferring qmake paths for qt deployment. - * -qmlDir - the option for transferring paths to qml files of the application. - + The utility transfers the path to the executable files of the deployed programs using the option -bin. The transferred programs are analyzed and get a list of dependencies. If the programs being deployed depend on Qt, then a list of modules is formed based on the dependencies. Qt plugins are deployed depending on the qt modules used. Then qml plugins are copied, if necessary, and standard qt translations. After completing all the steps described, scripts are formed to launch the application.   ### For example:    #### Linux    ```cqtdeployer -bin myApp -qmake /media/D/Qt/5.15.2/gcc_64/bin/qmake -qmlDir . ```   #### Windows   ``` cqtdeployer -bin myApp.exe -qmake /media/D/Qt/5.12.5/gcc_64/bin/qmake.exe -qmlDir . ```   #### Where:   * cqtdeployer is a utility call (befor version 1.4 windows version used %cqtdeployer% command).   * -bin - the option for transferring the paths of the application executable files.   * myApp.exe and myApp - the path to the application executable file itself   * -qmake - the option for transferring qmake paths for qt deployment.   * -qmlDir - the option for transferring paths to qml files of the application.