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

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

[Octave-bug-tracker] [bug #55772] Untranslated text in GUI


From: Rik
Subject: [Octave-bug-tracker] [bug #55772] Untranslated text in GUI
Date: Thu, 7 Mar 2019 14:43:07 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #13, bug #55772 (project octave):

The issue with the "Search" button within the Search tab of the Documentation
tab is likely to reside deep in Qt.  The code in documentation.cc is


// Search
QHelpSearchEngine *search_engine = m_help_engine->searchEngine ();
QHelpSearchQueryWidget *search = search_engine->queryWidget ();
QHelpSearchResultWidget *result = search_engine->resultWidget ();


Documentation on QHelpSearchQueryWidget is at
https://doc.qt.io/qt-5/qhelpsearchquerywidget.html.

It is possible that you need to install additional sets of translation files
for the base Qt libraries on your system.  It is also possible that Qt itself
forgot to marke a string for translation.  I would look at the first solution.
 If that doesn't work, then maybe it is an upstream bug.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55772>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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