mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:36:47 +02:00
Help dialog updated.
This commit is contained in:
parent
e9297eb131
commit
9dce990e8f
3 changed files with 10 additions and 5 deletions
BIN
interface/resources/images/about-vircadia-logo.png
Normal file
BIN
interface/resources/images/about-vircadia-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
|
@ -23,9 +23,9 @@ Rectangle {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
sourceSize.width: 295
|
sourceSize.width: 358
|
||||||
sourceSize.height: 75
|
sourceSize.height: 65
|
||||||
source: "../../../images/about-projectathena.png"
|
source: "../../../images/about-vircadia-logo.png"
|
||||||
}
|
}
|
||||||
Item { height: 30; width: 1 }
|
Item { height: 30; width: 1 }
|
||||||
Column {
|
Column {
|
||||||
|
@ -114,6 +114,11 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Item { height: 20; width: 1 }
|
Item { height: 20; width: 1 }
|
||||||
|
RalewayRegular {
|
||||||
|
color: "white"
|
||||||
|
text: "© 2020 Vircadia Contributors."
|
||||||
|
size: 14
|
||||||
|
}
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "© 2019 - 2020 Project Athena Contributors."
|
text: "© 2019 - 2020 Project Athena Contributors."
|
||||||
|
|
|
@ -768,8 +768,8 @@ Menu::Menu() {
|
||||||
// Help/Application menu ----------------------------------
|
// Help/Application menu ----------------------------------
|
||||||
MenuWrapper * helpMenu = addMenu("Help");
|
MenuWrapper * helpMenu = addMenu("Help");
|
||||||
|
|
||||||
// Help > About Project Athena
|
// Help > About Vircadia
|
||||||
action = addActionToQMenuAndActionHash(helpMenu, "About Project Athena");
|
action = addActionToQMenuAndActionHash(helpMenu, "About Vircadia");
|
||||||
connect(action, &QAction::triggered, [] {
|
connect(action, &QAction::triggered, [] {
|
||||||
qApp->showDialog(QString("hifi/dialogs/AboutDialog.qml"),
|
qApp->showDialog(QString("hifi/dialogs/AboutDialog.qml"),
|
||||||
QString("hifi/dialogs/TabletAboutDialog.qml"), "AboutDialog");
|
QString("hifi/dialogs/TabletAboutDialog.qml"), "AboutDialog");
|
||||||
|
|
Loading…
Reference in a new issue