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

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

[Octave-bug-tracker] [bug #53526] Translation files for 4.4 Release


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #53526] Translation files for 4.4 Release
Date: Fri, 30 Mar 2018 16:09:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #12, bug #53526 (project octave):

One could replace the <widget class="QLineEdit" name="varedit_columnWidth">
with a QSpinBox.  There is an example of a QSpinBox on the "Editor" tab; it's
called editor_notebook_tab_width_min.  I don't think any changes are needed
for any other code because the result of that spin box might be a text string,
which if passed through any code that currently checks if the
varedit_columnWidth is a valid number will pass.

Install QtCreator and then run "qtcreator settings-dialog.ui &" at the command
line.  Click on the proper "Variable Editor" tab, select the
varedit_columnWidth object and delete it.  Pick a QSpinBox from the left-side
tools menu and drop it in place of the deleted object, change the width/height
to suit, rename the object varedit_columnWidth in the yellow-ish property
window on the right.  Save.  Do the same for any others that you think should
be numbers instead of general text.  If I recall correctly, spin boxes will
also allow general text entry at the keyboard, but they will attempt to ensure
the text is always a number.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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