Subject: Re: [Interest] animation problems
Mitch Curtis schreef op 26-11-2013 9:59:
> On 11/25/2013 03:30 PM, Nurmi J-P wrote:
>> On 25 Nov 2013, at 14:57, Graham Labdon
>> wrote:
>>
>>> Hi
>>> I am trying to animate the movement of one of my widgets I have
Mitch Curtis schreef op 26-11-2013 9:59:
> On 11/25/2013 03:30 PM, Nurmi J-P wrote:
>> On 25 Nov 2013, at 14:57, Graham Labdon
>> wrote:
>>
>>> Hi
>>> I am trying to animate the movement of one of my widgets
>>> I have a simple Qt app consists of a main window with a label (done in
>>> QDesigner
On 11/25/2013 03:30 PM, Nurmi J-P wrote:
>
> On 25 Nov 2013, at 14:57, Graham Labdon
> wrote:
>
>> Hi
>> I am trying to animate the movement of one of my widgets
>> I have a simple Qt app consists of a main window with a label (done in
>> QDesigner)
>> The code to move the label is
>> Q
] animation problems
On 25 Nov 2013, at 14:57, Graham Labdon
wrote:
> Hi
> I am trying to animate the movement of one of my widgets I have a
> simple Qt app consists of a main window with a label (done in
> QDesigner) The code to move the label is
> QPropertyAnimation ani
On 25 Nov 2013, at 14:57, Graham Labdon
wrote:
> Hi
> I am trying to animate the movement of one of my widgets
> I have a simple Qt app consists of a main window with a label (done in
> QDesigner)
> The code to move the label is
> QPropertyAnimation animation(ui.label,"geometry");
>
Hi
I am trying to animate the movement of one of my widgets
I have a simple Qt app consists of a main window with a label (done in
QDesigner)
The code to move the label is
QPropertyAnimation animation(ui.label,"geometry");
animation.setDuration(1);
animation.setStartVal