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

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

[Octave-bug-tracker] [bug #53275] Variable Editor: Undocking variable wi


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53275] Variable Editor: Undocking variable window causes it to become nearly full screen
Date: Wed, 7 Mar 2018 14:43:53 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #14, bug #53275 (project octave):

Reply to comment #12:

It's a Catch-22: Add buttons for GUIs that don't have a close and be redundant
in GUIs that do, or have no buttons for some GUIs.  What about the other
actions like "minimize" and "maximize"?  Does Windows have those, but no
"close" button?

Reply to comment #13:

I'll add a note explaining the extra title-bar removal and reparenting is a
KDE thing.  That sure seems like an "undocumented behavior" reliance.  I've
seen KDE, but never used it for extended periods.  Why does it not have some
of the action controls, and should that be something in Octave GUI's purview?

"If a title bar widget is set, QDockWidget will not use native window
decorations when it is floated."

Yes, such an annoyance this is.  This means that none of the color CSS styles
regarding border apply to the floated variable-editor panels.  OK, then use a
QFrame...but the QDockWidget has the added title-bar above the setWidget()
that it encapsulates so how can one put a frame around the whole thing? 
Multiply inherit a QDockWIdget and QFrame?  Messes with the MOC table.  Oy.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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