Bug #330
geschlossenUnsupported property 'readOnly' in Qt based line edit widget
Beschreibung
The line editing widget for Qt currently ignores the ‘readOnly’ property, which is supported by the combo box widget, for example. Read-only line editing widgets are often used to display dynamic and non-editable values.
The attached patches add a corresponding visual test case and the corresponding support. They are based on commit 1764d065 and were compiled without any problems in an out-of-source build. Running <build-dir>/gui/qt5/libtest shows the additional line edit widget (see right of label 'Input3') as read only field.

Dateien
Von martin vor etwa 1 Monat aktualisiert
- Status wurde von New zu Closed geändert
Thanks, applied to git.
Von rhabacker vor etwa 1 Monat aktualisiert
A backport of the fix provided by Thomas Baumgart was pushed to the branch https://www.aquamaniac.de/rdm/projects/gwenhywfar/repository/gwenhywfar?utf8=%E2%9C%93&rev=rh-202512-qt4-backport.
Von ipwizard vor etwa 1 Monat aktualisiert
I moved the backport for Qt4 into master already.