217 QString typeName() const override { return "beziercurve"; } |
217 QString typeName() const override { return "beziercurve"; } |
218 }; |
218 }; |
219 |
219 |
220 enum |
220 enum |
221 { |
221 { |
222 LowResolution = 16, |
222 LowResolution = 8, |
|
223 MediumResolution = 16, |
223 HighResolution = 48 |
224 HighResolution = 48 |
224 }; |
225 }; |
225 |
226 |
226 /* |
227 /* |
227 * Changes a property in a manner that emits the appropriate signal to notify that the object changed. |
228 * Changes a property in a manner that emits the appropriate signal to notify that the object changed. |