QMake version 3.0
Using Qt version 5.1.0 in /opt/Qt5.1.0//5.1.0/gcc_64/lib
QMake version 3.0
Using Qt version 5.1.0 in /opt/Qt5.1.0//5.1.0/gcc_64/lib
To copy to clipboard, switch view to plain text mode
From: http://qt-project.org/doc/qt-5.0/qtq...c.html#details
import QtQuick 2.0
Rectangle
{
Path
{
startX: 50; startY: 50
PathArc
{
x: 150; y: 50
radiusX: 75; radiusY: 50
}
}
}
import QtQuick 2.0
Rectangle
{
Path
{
startX: 50; startY: 50
PathArc
{
x: 150; y: 50
radiusX: 75; radiusY: 50
}
}
}
To copy to clipboard, switch view to plain text mode
This:
qmlscene --maximized arc.qml
qmlscene --maximized arc.qml
To copy to clipboard, switch view to plain text mode
results in an empty window. No arcs get displayed
Bookmarks