Hello, 
I wan't to test fontSizeMode of Text item, but text was not fit to item size. I 
don't use correctly or there is a bug? 


import QtQuick 2.0 
Rectangle { 
width: 300 
height: 300 
Text { 
anchors.fill: parent 
text: "Hello world" 
fontSizeMode: Text.Fit 
minimumPointSize: 10 
} 
} 


Thanks, 
Guillaume 


Tested for Qt 5.0.1 on Windows 7 64b Mingw and Ubuntu 64b gcc and for Qt 5.0.0 
on Ubuntu 64b gcc 
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to