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

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

[Octave-patch-tracker] [patch #7990] Add builtin Qt equivalents of UI di


From: John W. Eaton
Subject: [Octave-patch-tracker] [patch #7990] Add builtin Qt equivalents of UI dialogs, i.e., , qterrordlg, qtinputdlg, etc.
Date: Mon, 22 Apr 2013 19:18:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 Iceweasel/10.0.12

Follow-up Comment #23, patch #7990 (project octave):

I applied this changeset with a few additional changes.

The function isguirunning wasn't included.  I created a function called
__octave_link_enabled__ in a separate changeset and used that instead.

As I remember, QStringList::fromStdList (prompt) does "work", but it doesn't
do what we need.  We need a std::list<std::string> object, but I think the
fromStdList function produces a QList of std::string objects.

Aren't the nr and nc dimentions pixel values?  If so, then 
it seems to me that it would make more sense to use ints and do whatever is
needed to get the math right internally instead of exposing floats where they
don't really make sense.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7990>

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




reply via email to

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