change images
@ -24,5 +24,5 @@ QString QasarAppOrder::title() const {
|
||||
}
|
||||
|
||||
QString QasarAppOrder::backgroud() const {
|
||||
return resourcesPath() + "/startup.png";
|
||||
return resourcesPath() + "/icongoldcorp.png";
|
||||
}
|
||||
|
@ -26,5 +26,5 @@ QString QuasarAppPage::title() const {
|
||||
}
|
||||
|
||||
QString QuasarAppPage::backgroud() const {
|
||||
return resourcesPath() + "/LOGO.png";
|
||||
return resourcesPath() + "/quasarapp.png";
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ QString CQtDeployer::title() const {
|
||||
}
|
||||
|
||||
QString CQtDeployer::backgroud() const {
|
||||
return "CQtDeployer.png";
|
||||
return resourcesPath() + "/cqtdeployer_banner.png";
|
||||
}
|
||||
|
||||
QString CQtDeployer::projectName() const {
|
||||
|
@ -14,9 +14,9 @@ QString Home::title() const {
|
||||
}
|
||||
|
||||
QString Home::backgroud() const {
|
||||
return "QuasarApp.png";
|
||||
return resourcesPath() + "/quasarapp_banner.png";
|
||||
}
|
||||
|
||||
QString Home::projectName() const {
|
||||
return "";
|
||||
return "QuasarApp";
|
||||
}
|
||||
|
@ -20,14 +20,19 @@ Drawer {
|
||||
ImageView {
|
||||
property var data: modelData
|
||||
|
||||
soucre: "qrc:/img/res/LOGO.png"
|
||||
text: "QuasarApp"
|
||||
toolTip: "QuasarApp Group"
|
||||
soucre: modelData.banner
|
||||
text: modelData.title
|
||||
toolTip: modelData.description
|
||||
anchors.margins: 20
|
||||
borderColor: "#00a4e1"
|
||||
power: 0.4
|
||||
|
||||
height: width * 0.3
|
||||
width: root.width
|
||||
|
||||
onClicked: {
|
||||
mainModel.openPage(modelData.path);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Before Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 506 KiB |
Before Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 154 KiB |
BIN
Site/src/images/cqtdeployer.png
Normal file
After Width: | Height: | Size: 140 KiB |
BIN
Site/src/images/cqtdeployer_banner.png
Normal file
After Width: | Height: | Size: 383 KiB |
BIN
Site/src/images/hanoitowers.png
Normal file
After Width: | Height: | Size: 121 KiB |
BIN
Site/src/images/hanoitowers_banner.png
Normal file
After Width: | Height: | Size: 367 KiB |
BIN
Site/src/images/heart.png
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
Site/src/images/heart_banner.png
Normal file
After Width: | Height: | Size: 325 KiB |
BIN
Site/src/images/icongoldcorp.png
Normal file
After Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 56 KiB |
BIN
Site/src/images/qt-secre_banner.png
Normal file
After Width: | Height: | Size: 304 KiB |
BIN
Site/src/images/qt-secret.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
Site/src/images/qtbigint.png
Normal file
After Width: | Height: | Size: 319 KiB |
BIN
Site/src/images/qtbigint_logo.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
Site/src/images/quasarapp.png
Normal file
After Width: | Height: | Size: 372 KiB |
BIN
Site/src/images/quasarapp_banner.png
Normal file
After Width: | Height: | Size: 516 KiB |