-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QGraphicsPathItem / QGraphicsItem / QGraphicsSimpleTextItem #25
Comments
5k3105
changed the title
QGraphicsPathItem / QGraphicsItem
QGraphicsPathItem / QGraphicsItem / QGraphicsSimpleTextItem
Apr 21, 2016
QGraphicsItem is an abstract class, so maybe it's related to #24. |
For QGraphicsSimpleTextItem, I think I can use QGraphicsScene.AddSimpleText however, if I want to position it I'd need to use QGrapicsItem.SetPos which is not implemented. |
It's implemented now 9049942 |
|
They should work now (the bridge examples) 9689100 |
They are implemented now c0571ee |
Thanks. It all works :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As an example using with QPainterPath:
http://stackoverflow.com/questions/16877667/qt-modify-pathitem
QGraphicsPathItem / QGraphicsItem is stubbed out.
The text was updated successfully, but these errors were encountered: