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

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

[Octave-bug-tracker] [bug #53443] Variable Editor: openvar VAR should sh


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53443] Variable Editor: openvar VAR should show the tab on which the variable editor is
Date: Mon, 9 Apr 2018 00:27:28 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #10, bug #53443 (project octave):

I printed out the "type" of the QVariant, i.e.,


std::cerr << "type: " << tbar->tabData (i).type () << "\n";


It indicates QMetaType::ULongLong, i.e., 5.  See, Qt has all these rules that
the QVariant of type X can be converted to type A, D, F, etc., otherwise the
value is 0.  The question to me is how the developers created a QVariant of
type QMetaType::ULongLong from a QWidget *?  If one can do that, it's done.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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