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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-12-29 07:15:52 -08:00
parent bcdd5645a6
commit 9df3835035

View file

@ -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());
}