forked from qt-creator/qt-creator
StudioWelcome: Final fixes for splash screen
Change-Id: If643c5ba61c2aec84c5e25b08627cb451dcd623f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
import QtQuick 2.7
|
import QtQuick 2.7
|
||||||
import QtQuick.Timeline 1.0
|
import QtQuick.Timeline 1.0
|
||||||
import QtQuick.Controls 2.12
|
import QtQuick.Controls 2.12
|
||||||
import welcome 1.0
|
|
||||||
|
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: do_not_show_checkBox
|
id: do_not_show_checkBox
|
||||||
|
@@ -27,6 +27,7 @@ import QtQuick 2.7
|
|||||||
import QtQuick.Controls 2.3
|
import QtQuick.Controls 2.3
|
||||||
import StudioFonts 1.0
|
import StudioFonts 1.0
|
||||||
import QtQuick.Layouts 1.0
|
import QtQuick.Layouts 1.0
|
||||||
|
import projectmodel 1.0
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: welcome_splash
|
id: welcome_splash
|
||||||
@@ -243,7 +244,7 @@ Image {
|
|||||||
color: "#ffffff"
|
color: "#ffffff"
|
||||||
text: qsTr("Community Edition")
|
text: qsTr("Community Edition")
|
||||||
font.pixelSize: 13
|
font.pixelSize: 13
|
||||||
font.family: Constants.titilliumWeb_light
|
font.family: StudioFonts.titilliumWeb_light
|
||||||
visible: projectModel.communityVersion
|
visible: projectModel.communityVersion
|
||||||
ProjectModel {
|
ProjectModel {
|
||||||
id: projectModel
|
id: projectModel
|
||||||
|
Reference in New Issue
Block a user