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

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

[Octave-bug-tracker] [bug #39935] dialog button order incorrectly change


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #39935] dialog button order incorrectly changes depending on CLI or GUI
Date: Wed, 04 Sep 2013 12:11:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36

Update of bug #39935 (project octave):

                  Status:               Need Info => Confirmed              

    _______________________________________________________

Follow-up Comment #9:

I've confirmed my theory with a look at the Qt library source. It might be
possible to fix this with a simple call to QMessageBox::setStyle, or it might
require some more intrusive overriding.

See http://qt-project.org/doc/qt-4.8/qdialogbuttonbox.html#details and the
screenshots of different system-specific button layouts.

Pointers into the Qt source if needed:

System-dependent layout definitions:

https://qt.gitorious.org/qt/qt/source/41372579efec1573179ad1eb8e5331723b6567c3:src/gui/widgets/qdialogbuttonbox.cpp#L215

Adding buttons in the order specified by the layout:

https://qt.gitorious.org/qt/qt/source/41372579efec1573179ad1eb8e5331723b6567c3:src/gui/widgets/qdialogbuttonbox.cpp#L410

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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