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: Thu, 18 Apr 2013 21:49:08 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

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

I didn't initially read the previous post all the way through.  Debugging some
other parts of the changeset, I noticed there is no question dialog and
started working on that.  What I'm doing is adding:

DEFUN (__octave_link_question_dialog__, args, ,
  "-*- texinfo -*-n
@deftypefn {Built-in Function} {} __octave_link_question_dialog__ (@var{msg},
@var{title}, @var{btn1}, @var{btn2}, @var{btn3}, @var{default})n

because the question dialog is different enough from the regular message box,
even though it is more general and covers what the regular message box does. 
That's probably not immediately evident to a programmer.

I'll still use the general MessageDialog at the Qt level.

    _______________________________________________________

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]