[Qt-interest] [QML] How i can draw ellipse in qml?

SABROG sabrog at inbox.ru
Mon Feb 1 08:17:50 CET 2010


JavaFx have shape ellipse:

import javafx.scene.shape.*;

  Ellipse {
  centerX: 50  centerY: 50
  radiusX: 50  radiusY: 25
  }

but i can't found alternative in QML.



More information about the Qt-interest-old mailing list