octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #53046] Variable Editor: feature request to ma


From: Torsten
Subject: [Octave-bug-tracker] [bug #53046] Variable Editor: feature request to make multiple tables visible at once.
Date: Sun, 18 Feb 2018 04:13:52 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #29, bug #53046 (project octave):

Reply to comment #26:

For being handled as a separate window, a dock widget is un-parented when it
is floating. Therefore,


findChildren<octave_dock_widget *> (QString (), Qt::FindDirectChildrenOnly);


does not work. Using


focusWidget ()


doesn't work either, maybe because the currently focused object is not
necessarily the focusWidget of the dock widget.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53046>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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