octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: differences between fltk and qt


From: Michael Goffioul
Subject: Re: differences between fltk and qt
Date: Thu, 3 Oct 2013 12:43:21 -0400

On Thu, Oct 3, 2013 at 12:11 PM, Werner Koenig <address@hidden> wrote:
Hello List,

I want to query the mouse position in a graphic window. With the
graphics_toolkit fltk, I can do it with ginput, but with qt I get an
error

error: feval: function '__qt_ginput__' not found
error: called from:
error:   /opt/octave/share/octave/3.7.7+/m/plot/ginput.m at line 51, column 18

So I looked to the function __fltk_ginput__. When I imitate this function it works
fine with fltk, but with qt the property currentpoint of gca is always set to null.
How can I fix this problem.

The first option is to dive into QtHandles code, implement the missing feature and submit a patch. The second option is to wait until someone else does it for you :).

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]