Thanks very much.
On 02/28/2013 09:19 PM, Pasion Jerome wrote:
> Hello,
>
> Which Qt version were you using? QDoc changed from Qt 4 to Qt 5.
> Sometimes it is not best to include the qt.index in your build because the
> URLs do not point to the qt-project.org site.
>
> Here are some information:
Hello,
Which Qt version were you using? QDoc changed from Qt 4 to Qt 5.
Sometimes it is not best to include the qt.index in your build because the URLs
do not point to the qt-project.org site.
Here are some information:
http://qt-project.org/wiki/Category:Developing_Qt::Documentation
http://qt-p
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
}
}
Than