From 9df3835035f016231d02e95968c02bd5f100ee1a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 29 Dec 2015 07:15:52 -0800 Subject: QML-UI: switch profile widget into print mode We don't need any of the interactive features. Additionally this allows us to easily ask for slightly smaller fonts. Signed-off-by: Dirk Hohndel --- qt-mobile/qmlprofile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt-mobile/qmlprofile.cpp') diff --git a/qt-mobile/qmlprofile.cpp b/qt-mobile/qmlprofile.cpp index cb9575858..51fddb4ba 100644 --- a/qt-mobile/qmlprofile.cpp +++ b/qt-mobile/qmlprofile.cpp @@ -8,7 +8,8 @@ QMLProfile::QMLProfile(QQuickItem *parent) : { m_profileWidget = new ProfileWidget2(0); m_profileWidget->setProfileState(); - m_profileWidget->setToolTipVisibile(false); + m_profileWidget->setPrintMode(true); + m_profileWidget->setFontPrintScale(0.8); //m_profileWidget->setGeometry(this->geometry()); } -- cgit v1.2.3-70-g09d2