Because a "Q_PROPERTY adds features through the meta-object system".<div>Practically in this case, it allows the property to be wrapped with python, and initial values can also be set directly via the Designer.</div>

<div>As a more philosophical point, the matrix "values" are a "property" of the matrix.</div><div><br></div><div>Julien.</div><div><br><div class="gmail_quote">On Tue, Aug 16, 2011 at 3:04 PM, Daniel Haehn <span dir="ltr"><<a href="mailto:haehn@bwh.harvard.edu">haehn@bwh.harvard.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Julien,<br>
<br>
why do you think a Q_PROPERTY is better? Anyway, I will give it a shot<br>
and let you know.<br>
<br>
Cheers,<br>
<font color="#888888">Daniel<br>
</font><div><div></div><div class="h5"><br>
On Tue, Aug 16, 2011 at 1:48 PM, Julien Finet <<a href="mailto:julien.finet@kitware.com">julien.finet@kitware.com</a>> wrote:<br>
> Either that or we make a Q_PROPERTY named "values":<br>
> Q_PROPERTY( QVector<double> values READ values WRITE setValues)<br>
> There is already: ctkMatrixWidget::setVector(QVector<double>), maybe it<br>
> could be renamed into setValues and values() should then also be written.<br>
> Julien.<br>
><br>
> On Tue, Aug 16, 2011 at 12:37 PM, Daniel Haehn <<a href="mailto:haehn@bwh.harvard.edu">haehn@bwh.harvard.edu</a>><br>
> wrote:<br>
>><br>
>> Hi guys,<br>
>><br>
>> it seems that it is not possible to set a value of a ctkMatrixWidget<br>
>> from Python?<br>
>><br>
>> Shall we just enable Q_INVOKABLE on the ctkMatrixWidget::setValue method?<br>
>><br>
>> Thanks,<br>
>> Daniel<br>
>> _______________________________________________<br>
>> Ctk-developers mailing list<br>
>> <a href="mailto:Ctk-developers@commontk.org">Ctk-developers@commontk.org</a><br>
>> <a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers</a><br>
><br>
><br>
</div></div></blockquote></div><br></div>