Kornel Benko wrote: > Do you have an example? It works here (slovak GUI) which also has ',' as > decimal separator. > > Setting for instance width of table element to 5,3cm works. Moreover 5.3cm > works too and is converted to 5,3 in the GUI
Look at Preferences > Screen Fonts. The widgets you mention use different functions (widgetToLength and lengthToWidget), which probably also need to be changed in order to work with Qt5. Jürgen