mirror of
https://github.com/QuasarApp/DocsSite.git
synced 2025-04-27 20:44:32 +00:00
strip pages
This commit is contained in:
parent
b28c6e4169
commit
8ba7bea0bc
@ -1,31 +0,0 @@
|
||||
#include "cqtdeployerabout.h"
|
||||
|
||||
CQtDeployerAbout::CQtDeployerAbout()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerAbout::data() const {
|
||||
auto sourceText = tr("The CQtDeployer is application for extract all depends library of executable and create launch script for your application."
|
||||
"<br><br><br>"
|
||||
" Key differences of this program:"
|
||||
"<br><br>"
|
||||
"* Performance: this program deploys the application several times faster (up to 10 seconds)"
|
||||
"<br><br>"
|
||||
"* Flexibility: this application's got flags that help you to configure the deployment for your or your project's needs"
|
||||
"<br><br>"
|
||||
"* 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."
|
||||
"<br><br>"
|
||||
"* Fast create installers : Upon completion of the deployment, you will receive a self-contained installer of your distribution."
|
||||
);
|
||||
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString CQtDeployerAbout::title() const {
|
||||
return tr("Deploy any С/С++ application is easy with CQTDeployer");
|
||||
}
|
||||
|
||||
QString CQtDeployerAbout::backgroud() const {
|
||||
return resourcesPath() + "/cqtdeployer.png";
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
#ifndef CQTDEPLOYERABOUT_H
|
||||
#define CQTDEPLOYERABOUT_H
|
||||
|
||||
#include <abstractpage.h>
|
||||
|
||||
class CQtDeployerAbout : public AbstractPage
|
||||
{
|
||||
public:
|
||||
CQtDeployerAbout();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const;
|
||||
QString title() const;
|
||||
QString backgroud() const;
|
||||
};
|
||||
|
||||
#endif // CQTDEPLOYERABOUT_H
|
@ -1,21 +0,0 @@
|
||||
#include "cqtdeployerdocs.h"
|
||||
|
||||
CQtDeployerDocs::CQtDeployerDocs()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerDocs::data() const {
|
||||
auto sourceText = tr("");
|
||||
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString CQtDeployerDocs::title() const {
|
||||
return tr("More Inforamtions About CQtDeployer");
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerDocs::backgroud() const {
|
||||
return resourcesPath() + "/Iconbronzecorp.png";
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
#ifndef CQTDEPLOYERDOCS_H
|
||||
#define CQTDEPLOYERDOCS_H
|
||||
|
||||
#include <abstractpage.h>
|
||||
|
||||
class CQtDeployerDocs : public AbstractPage
|
||||
{
|
||||
public:
|
||||
CQtDeployerDocs();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const;
|
||||
QString title() const;
|
||||
QString backgroud() const;
|
||||
};
|
||||
|
||||
#endif // CQTDEPLOYERDOCS_H
|
@ -1,21 +0,0 @@
|
||||
#include "cqtdeployerexamples.h"
|
||||
|
||||
CQtDeployerExamples::CQtDeployerExamples()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerExamples::data() const {
|
||||
auto sourceText = tr("");
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString CQtDeployerExamples::title() const {
|
||||
return tr("Get CQtDeployer");
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerExamples::backgroud() const {
|
||||
return resourcesPath() + "/cqtdeployer_screen.png";
|
||||
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
#ifndef CQTDEPLOYEREXAMPLES_H
|
||||
#define CQTDEPLOYEREXAMPLES_H
|
||||
|
||||
#include <abstractpage.h>
|
||||
|
||||
|
||||
|
||||
class CQtDeployerExamples: public AbstractPage
|
||||
{
|
||||
public:
|
||||
CQtDeployerExamples();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const;
|
||||
QString title() const;
|
||||
QString backgroud() const;
|
||||
};
|
||||
|
||||
#endif // CQTDEPLOYEREXAMPLES_H
|
77
Site/src/Models/cqtdeployerpage.cpp
Normal file
77
Site/src/Models/cqtdeployerpage.cpp
Normal file
@ -0,0 +1,77 @@
|
||||
#include "cqtdeployerpage.h"
|
||||
|
||||
CQtDeployerAbout::CQtDeployerAbout()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerAbout::data() const {
|
||||
auto sourceText = tr("The CQtDeployer is application for extract all depends library of executable and create"
|
||||
" launch script for your application."
|
||||
"<br><br><br>"
|
||||
" Key differences of this program:"
|
||||
"<br><br>"
|
||||
"* Performance: this program deploys the application several times faster (up to 10 seconds)"
|
||||
"<br><br>"
|
||||
"* Flexibility: this application's got flags that help you to configure the deployment"
|
||||
" for your or your project's needs"
|
||||
"<br><br>"
|
||||
"* 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."
|
||||
"<br><br>"
|
||||
"* Fast create installers : Upon completion of the deployment,"
|
||||
" you will receive a self-contained installer of your distribution."
|
||||
);
|
||||
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString CQtDeployerAbout::title() const {
|
||||
return tr("Deploy any С/С++ application is easy with CQTDeployer");
|
||||
}
|
||||
|
||||
QString CQtDeployerAbout::backgroud() const {
|
||||
return resourcesPath() + "/cqtdeployer.png";
|
||||
}
|
||||
|
||||
|
||||
CQtDeployerExamples::CQtDeployerExamples()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerExamples::data() const {
|
||||
auto sourceText = tr("");
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString CQtDeployerExamples::title() const {
|
||||
return tr("Get CQtDeployer");
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerExamples::backgroud() const {
|
||||
return resourcesPath() + "/cqtdeployer_screen.png";
|
||||
|
||||
}
|
||||
|
||||
CQtDeployerDocs::CQtDeployerDocs()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerDocs::data() const {
|
||||
auto sourceText = tr("CQtDeployer project have a ");
|
||||
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString CQtDeployerDocs::title() const {
|
||||
return tr("More Inforamtions About CQtDeployer");
|
||||
|
||||
}
|
||||
|
||||
QString CQtDeployerDocs::backgroud() const {
|
||||
return resourcesPath() + "/Iconbronzecorp.png";
|
||||
}
|
45
Site/src/Models/cqtdeployerpage.h
Normal file
45
Site/src/Models/cqtdeployerpage.h
Normal file
@ -0,0 +1,45 @@
|
||||
#ifndef CQTDEPLOYERABOUT_H
|
||||
#define CQTDEPLOYERABOUT_H
|
||||
|
||||
#include <abstractpage.h>
|
||||
|
||||
class CQtDeployerAbout : public AbstractPage
|
||||
{
|
||||
public:
|
||||
CQtDeployerAbout();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const;
|
||||
QString title() const;
|
||||
QString backgroud() const;
|
||||
};
|
||||
|
||||
|
||||
class CQtDeployerExamples: public AbstractPage
|
||||
{
|
||||
public:
|
||||
CQtDeployerExamples();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const;
|
||||
QString title() const;
|
||||
QString backgroud() const;
|
||||
};
|
||||
|
||||
|
||||
class CQtDeployerDocs : public AbstractPage
|
||||
{
|
||||
public:
|
||||
CQtDeployerDocs();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const;
|
||||
QString title() const;
|
||||
QString backgroud() const;
|
||||
};
|
||||
|
||||
|
||||
#endif // CQTDEPLOYERABOUT_H
|
@ -2,13 +2,10 @@
|
||||
#include "quasarapppage.h"
|
||||
#include "reader.h"
|
||||
#include <cqtdeployer.h>
|
||||
#include <cqtdeployerabout.h>
|
||||
#include <cqtdeployerdocs.h>
|
||||
#include <cqtdeployerexamples.h>
|
||||
#include <cqtdeployerpage.h>
|
||||
|
||||
#include <home.h>
|
||||
#include <qasarapporder.h>
|
||||
#include <quasarapp.h>
|
||||
#include <quasarappsupportplatforms.h>
|
||||
|
||||
MainModel::MainModel(QObject *parent) : QObject(parent) {
|
||||
setPageModel(new ViewSolutions::ListViewModel(this));
|
||||
|
@ -1,28 +0,0 @@
|
||||
#include "qasarapporder.h"
|
||||
|
||||
QasarAppOrder::QasarAppOrder()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString QasarAppOrder::data() const {
|
||||
auto sourceText = tr("We are always happy to help you realize your best and most fantastic ideas."
|
||||
"<br><br>"
|
||||
"If you have an idea for the application, then you can leave a request to create a project with us on GitHub."
|
||||
" All that is required of you is a detailed description of what needs to be done. Further,"
|
||||
" our specialists will decide when work will begin on the project and how much resources will be allocated to the project."
|
||||
"<br><br>"
|
||||
"That how many resources will be allocated for the development depends on how much this project will collect cash donations."
|
||||
"<br><br>"
|
||||
"You can also request a private project exclusively for you, but such a project can no longer be free.");
|
||||
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString QasarAppOrder::title() const {
|
||||
return tr("Order a project.");
|
||||
}
|
||||
|
||||
QString QasarAppOrder::backgroud() const {
|
||||
return resourcesPath() + "/icongoldcorp.png";
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
#ifndef QASARAPPORDER_H
|
||||
#define QASARAPPORDER_H
|
||||
|
||||
#include <abstractpage.h>
|
||||
|
||||
|
||||
|
||||
class QasarAppOrder: public AbstractPage
|
||||
{
|
||||
public:
|
||||
QasarAppOrder();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const override;
|
||||
QString title() const override;
|
||||
QString backgroud() const override;
|
||||
};
|
||||
|
||||
#endif // QASARAPPORDER_H
|
@ -1,5 +1,5 @@
|
||||
#include "quasarapppage.h"
|
||||
|
||||
//=========================================================== QuasarAppPage ========================================================
|
||||
QuasarAppPage::QuasarAppPage() {
|
||||
|
||||
}
|
||||
@ -28,3 +28,58 @@ QString QuasarAppPage::title() const {
|
||||
QString QuasarAppPage::backgroud() const {
|
||||
return resourcesPath() + "/quasarapp.png";
|
||||
}
|
||||
|
||||
//================================================== QuasarAppSupportPlatforms ========================================================
|
||||
|
||||
QuasarAppSupportPlatforms::QuasarAppSupportPlatforms()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString QuasarAppSupportPlatforms::data() const {
|
||||
auto sourceText = tr("At the moment, we can offer support for our solutions for the following platforms:<br><br>");
|
||||
|
||||
sourceText += tr("- <i> Linux </i><br>"
|
||||
"- <i> Windows </i><br>"
|
||||
"- <i> Android </i><br>"
|
||||
"- <i> Web </i>");
|
||||
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString QuasarAppSupportPlatforms::title() const {
|
||||
return tr("Supported Platforms");
|
||||
}
|
||||
|
||||
QString QuasarAppSupportPlatforms::backgroud() const {
|
||||
return resourcesPath() + "/crossplatforms.png";
|
||||
}
|
||||
|
||||
//================================================== QasarAppOrder ========================================================
|
||||
|
||||
QasarAppOrder::QasarAppOrder()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString QasarAppOrder::data() const {
|
||||
auto sourceText = tr("We are always happy to help you realize your best and most fantastic ideas."
|
||||
"<br><br>"
|
||||
"If you have an idea for the application, then you can leave a request to create a project with us on GitHub."
|
||||
" All that is required of you is a detailed description of what needs to be done. Further,"
|
||||
" our specialists will decide when work will begin on the project and how much resources will be allocated to the project."
|
||||
"<br><br>"
|
||||
"That how many resources will be allocated for the development depends on how much this project will collect cash donations."
|
||||
"<br><br>"
|
||||
"You can also request a private project exclusively for you, but such a project can no longer be free.");
|
||||
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString QasarAppOrder::title() const {
|
||||
return tr("Order a project.");
|
||||
}
|
||||
|
||||
QString QasarAppOrder::backgroud() const {
|
||||
return resourcesPath() + "/icongoldcorp.png";
|
||||
}
|
||||
|
@ -19,4 +19,30 @@ public:
|
||||
|
||||
};
|
||||
|
||||
|
||||
class QasarAppOrder: public AbstractPage
|
||||
{
|
||||
public:
|
||||
QasarAppOrder();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const override;
|
||||
QString title() const override;
|
||||
QString backgroud() const override;
|
||||
};
|
||||
|
||||
class QuasarAppSupportPlatforms: public AbstractPage
|
||||
{
|
||||
public:
|
||||
QuasarAppSupportPlatforms();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const override;
|
||||
QString title() const override;
|
||||
QString backgroud() const override;
|
||||
};
|
||||
|
||||
|
||||
#endif // QUASARAPPPAGE_H
|
||||
|
@ -1,25 +0,0 @@
|
||||
#include "quasarappsupportplatforms.h"
|
||||
|
||||
QuasarAppSupportPlatforms::QuasarAppSupportPlatforms()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString QuasarAppSupportPlatforms::data() const {
|
||||
auto sourceText = tr("At the moment, we can offer support for our solutions for the following platforms:<br><br>");
|
||||
|
||||
sourceText += tr("- <i> Linux </i><br>"
|
||||
"- <i> Windows </i><br>"
|
||||
"- <i> Android </i><br>"
|
||||
"- <i> Web </i>");
|
||||
|
||||
return sourceText;
|
||||
}
|
||||
|
||||
QString QuasarAppSupportPlatforms::title() const {
|
||||
return tr("Supported Platforms");
|
||||
}
|
||||
|
||||
QString QuasarAppSupportPlatforms::backgroud() const {
|
||||
return resourcesPath() + "/crossplatforms.png";
|
||||
}
|
@ -1,18 +0,0 @@
|
||||
#ifndef QUASARAPPSUPPORTPLATFORMS_H
|
||||
#define QUASARAPPSUPPORTPLATFORMS_H
|
||||
|
||||
#include <abstractpage.h>
|
||||
|
||||
class QuasarAppSupportPlatforms: public AbstractPage
|
||||
{
|
||||
public:
|
||||
QuasarAppSupportPlatforms();
|
||||
|
||||
// AbstractPage interface
|
||||
public:
|
||||
QString data() const override;
|
||||
QString title() const override;
|
||||
QString backgroud() const override;
|
||||
};
|
||||
|
||||
#endif // QUASARAPPSUPPORTPLATFORMS_H
|
@ -12,12 +12,12 @@
|
||||
<context>
|
||||
<name>CQtDeployerAbout</name>
|
||||
<message>
|
||||
<location filename="../Models/cqtdeployerabout.cpp" line="9"/>
|
||||
<source>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.</source>
|
||||
<location filename="../Models/cqtdeployerpage.cpp" line="9"/>
|
||||
<source>The CQtDeployer is application for extract all depends library of executable and create launch script for your application.<br><br><br> Key differences of this program:<br><br>* Performance: this program deploys the application several times faster (up to 10 seconds)<br><br>* Flexibility: this application's got flags that help you to configure the deployment for your or your project's needs<br><br>* 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.<br><br>* Fast create installers : Upon completion of the deployment, you will receive a self-contained installer of your distribution.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../Models/cqtdeployerabout.cpp" line="21"/>
|
||||
<location filename="../Models/cqtdeployerpage.cpp" line="31"/>
|
||||
<source>Deploy any С/С++ application is easy with CQTDeployer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -25,7 +25,12 @@
|
||||
<context>
|
||||
<name>CQtDeployerDocs</name>
|
||||
<message>
|
||||
<location filename="../Models/cqtdeployerdocs.cpp" line="15"/>
|
||||
<location filename="../Models/cqtdeployerpage.cpp" line="65"/>
|
||||
<source>CQtDeployer project have a </source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../Models/cqtdeployerpage.cpp" line="71"/>
|
||||
<source>More Inforamtions About CQtDeployer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -33,7 +38,7 @@
|
||||
<context>
|
||||
<name>CQtDeployerExamples</name>
|
||||
<message>
|
||||
<location filename="../Models/cqtdeployerexamples.cpp" line="14"/>
|
||||
<location filename="../Models/cqtdeployerpage.cpp" line="50"/>
|
||||
<source>Get CQtDeployer</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@ -122,12 +127,12 @@
|
||||
<context>
|
||||
<name>QasarAppOrder</name>
|
||||
<message>
|
||||
<location filename="../Models/qasarapporder.cpp" line="9"/>
|
||||
<location filename="../Models/quasarapppage.cpp" line="66"/>
|
||||
<source>We are always happy to help you realize your best and most fantastic ideas.<br><br>If you have an idea for the application, then you can leave a request to create a project with us on GitHub. All that is required of you is a detailed description of what needs to be done. Further, our specialists will decide when work will begin on the project and how much resources will be allocated to the project.<br><br>That how many resources will be allocated for the development depends on how much this project will collect cash donations.<br><br>You can also request a private project exclusively for you, but such a project can no longer be free.</source>
|
||||
<translation type="unfinished">Мы всегда рады помочь вам реализовать ваши лучшие и самые фантастические идеи. <br> <br> Если у вас есть идея для приложения, вы можете оставить заявку на создание проекта у нас на GitHub. Все, что от вас требуется, - это подробное описание того, что нужно сделать. Далее наши специалисты решат, когда начнется работа над проектом и сколько ресурсов будет выделено для проекта. <br> <br> То, сколько ресурсов будет выделено на разработку, зависит от того, сколько этот проект собирет денежными пожертвованиями. . <br> <br> Вы также можете запросить частный проект исключительно для вас, но такой проект больше не может быть бесплатным.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../Models/qasarapporder.cpp" line="23"/>
|
||||
<location filename="../Models/quasarapppage.cpp" line="80"/>
|
||||
<source>Order a project.</source>
|
||||
<translation type="unfinished">Заказать проект.</translation>
|
||||
</message>
|
||||
@ -153,17 +158,17 @@
|
||||
<context>
|
||||
<name>QuasarAppSupportPlatforms</name>
|
||||
<message>
|
||||
<location filename="../Models/quasarappsupportplatforms.cpp" line="9"/>
|
||||
<location filename="../Models/quasarapppage.cpp" line="40"/>
|
||||
<source>At the moment, we can offer support for our solutions for the following platforms:<br><br></source>
|
||||
<translation type="unfinished">На данный момент мы можем предложить поддержку наших решений для следующих платформ: <br> <br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../Models/quasarappsupportplatforms.cpp" line="11"/>
|
||||
<location filename="../Models/quasarapppage.cpp" line="42"/>
|
||||
<source>- <i> Linux </i><br>- <i> Windows </i><br>- <i> Android </i><br>- <i> Web </i></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../Models/quasarappsupportplatforms.cpp" line="20"/>
|
||||
<location filename="../Models/quasarapppage.cpp" line="51"/>
|
||||
<source>Supported Platforms</source>
|
||||
<translation type="unfinished">Поддерживаемые платформы</translation>
|
||||
</message>
|
||||
|
Loading…
x
Reference in New Issue
Block a user