Skip to content

Commit c8671de

Browse files
authored
Merge pull request #2729 from alicevision/dev/updateSponsors
[ui] Homepage: Update logos of sponsors
2 parents 840e40c + ec2bf3e commit c8671de

File tree

6 files changed

+3
-32
lines changed

6 files changed

+3
-32
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
-2.88 KB
Binary file not shown.
-6.63 KB
Binary file not shown.

meshroom/ui/qml/Homepage.qml

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,6 @@ Page {
9595
text: "Sponsors"
9696
}
9797

98-
Image {
99-
Layout.alignment: Qt.AlignHCenter
100-
source: "../img/technicolor-group_rgb_primary_col-rev.png"
101-
102-
MouseArea {
103-
anchors.fill: parent
104-
cursorShape: Qt.PointingHandCursor
105-
onClicked: Qt.openUrlExternally("https://www.technicolor.com/")
106-
107-
hoverEnabled: true
108-
ToolTip.visible: containsMouse
109-
ToolTip.text: "Technicolor"
110-
}
111-
}
112-
11398
RowLayout {
11499
id: brandsRow
115100

@@ -118,7 +103,7 @@ Page {
118103
spacing: 20
119104

120105
Image {
121-
source: "../img/MPC_TG.png"
106+
source: "../img/MPC.png"
122107

123108
MouseArea {
124109
anchors.fill: parent
@@ -132,7 +117,7 @@ Page {
132117
}
133118

134119
Image {
135-
source: "../img/MILL_TG.png"
120+
source: "../img/MILL.png"
136121

137122
MouseArea {
138123
anchors.fill: parent
@@ -146,7 +131,7 @@ Page {
146131
}
147132

148133
Image {
149-
source: "../img/MIKROS_TG.png"
134+
source: "../img/MIKROS.png"
150135

151136
MouseArea {
152137
anchors.fill: parent
@@ -158,20 +143,6 @@ Page {
158143
ToolTip.text: "Mikros Animation"
159144
}
160145
}
161-
162-
Image {
163-
source: "../img/TechnicolorGames_TG.png"
164-
165-
MouseArea {
166-
anchors.fill: parent
167-
cursorShape: Qt.PointingHandCursor
168-
onClicked: Qt.openUrlExternally("https://www.technicolorgames.com/")
169-
170-
hoverEnabled: true
171-
ToolTip.visible: containsMouse
172-
ToolTip.text: "Technicolor Games"
173-
}
174-
}
175146
}
176147

177148
RowLayout {

0 commit comments

Comments
 (0)