|
@@ -180,8 +180,12 @@ int main(int argc, char *argv[])
|
|
QSize availSize = app.primaryScreen()->availableSize();
|
|
QSize availSize = app.primaryScreen()->availableSize();
|
|
|
|
|
|
if(QSysInfo::currentCpuArchitecture() == "x86_64") {
|
|
if(QSysInfo::currentCpuArchitecture() == "x86_64") {
|
|
- item->setProperty("width", 800);
|
|
|
|
|
|
+ item->setProperty("width", 640);
|
|
item->setProperty("height", 480);
|
|
item->setProperty("height", 480);
|
|
|
|
+ //item->setProperty("width", 480);
|
|
|
|
+ //item->setProperty("height", 272);
|
|
|
|
+ //item->setProperty("width", 800);
|
|
|
|
+ //item->setProperty("height", 480);
|
|
// item->setProperty("width", 1280);
|
|
// item->setProperty("width", 1280);
|
|
// item->setProperty("height", 800);
|
|
// item->setProperty("height", 800);
|
|
} else {
|
|
} else {
|
|
@@ -211,6 +215,8 @@ int main(int argc, char *argv[])
|
|
glob->setProperty("logoSplash", "file://" + baseDir + "/Logo_Splash.svg");
|
|
glob->setProperty("logoSplash", "file://" + baseDir + "/Logo_Splash.svg");
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ glob->setProperty("logoSplashVisible", "true"); // visible true after checking customer logo
|
|
|
|
+
|
|
if(!QFile(baseDir + "/Logo_Menu.svg").exists()) {
|
|
if(!QFile(baseDir + "/Logo_Menu.svg").exists()) {
|
|
if(!QFile(baseDir + "/Logo_Menu.png").exists()) {
|
|
if(!QFile(baseDir + "/Logo_Menu.png").exists()) {
|
|
if(!QFile(baseDir + "/Logo_Menu.jpg").exists()) {
|
|
if(!QFile(baseDir + "/Logo_Menu.jpg").exists()) {
|