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: Dan Sebald
Subject: [Octave-patch-tracker] [patch #7990] Add builtin Qt equivalents of UI dialogs, i.e., , qterrordlg, qtinputdlg, etc.
Date: Wed, 03 Apr 2013 01:12:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

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

> Also, I noticed that you reimplemented the code that validates function
arguments in C++. Why not keep that in the .m files and just implement the
core dialog funtionality in C++, similar to what was done with the java-based
code?

I didn't look at the Java code...until just now.  Yes, I suppose a hybrid
would work.  Certainly I could have used something like "isinteger()".  On the
other hand, I like programming in C++.  The Octave class library is set up
very similar to the standard library, and Qt has mimicked the standard library
as well.  It's to the point where I can almost guess at the member function
name and it's there.  Even in retrospect I suppose I'd prefer just C++ or just
script code rather than coordinate the two.  On the other hand, the hybrid at
least allows some tweaking of the documentation without having to recompile.


    _______________________________________________________

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]