Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed meshroom/ui/img/TechnicolorGames_TG.png
Binary file not shown.
Binary file not shown.
35 changes: 3 additions & 32 deletions meshroom/ui/qml/Homepage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -95,21 +95,6 @@ Page {
text: "Sponsors"
}

Image {
Layout.alignment: Qt.AlignHCenter
source: "../img/technicolor-group_rgb_primary_col-rev.png"

MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: Qt.openUrlExternally("https://www.technicolor.com/")

hoverEnabled: true
ToolTip.visible: containsMouse
ToolTip.text: "Technicolor"
}
}

RowLayout {
id: brandsRow

Expand All @@ -118,7 +103,7 @@ Page {
spacing: 20

Image {
source: "../img/MPC_TG.png"
source: "../img/MPC.png"

MouseArea {
anchors.fill: parent
Expand All @@ -132,7 +117,7 @@ Page {
}

Image {
source: "../img/MILL_TG.png"
source: "../img/MILL.png"

MouseArea {
anchors.fill: parent
Expand All @@ -146,7 +131,7 @@ Page {
}

Image {
source: "../img/MIKROS_TG.png"
source: "../img/MIKROS.png"

MouseArea {
anchors.fill: parent
Expand All @@ -158,20 +143,6 @@ Page {
ToolTip.text: "Mikros Animation"
}
}

Image {
source: "../img/TechnicolorGames_TG.png"

MouseArea {
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
onClicked: Qt.openUrlExternally("https://www.technicolorgames.com/")

hoverEnabled: true
ToolTip.visible: containsMouse
ToolTip.text: "Technicolor Games"
}
}
}

RowLayout {
Expand Down