We are seeing that using the layout tools (align, group etc.) results in .ui files that do not display equal on different PC's.
Are there anyone that have seen this and maybee found guideline that prevents this happening.
Regards
Joakim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this is a general Qt issue. Qt uses the native APIs for creating/showing GUI elements and therefore the results depend on the platform on which your programm is executed.
The only possibility to prevent this is to create/use your own stylesheet in which you define all parts (size, color ...) of the used GUI elements.
The 'Dark Style' mode of ScriptCommunicator uses a stylesheet (stylesheet.qss). If you use this mode your GUI should be displayed equally on all plattforms.
Regrads,
Stefan
Last edit: Stefan Zieker 2021-09-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We are seeing that using the layout tools (align, group etc.) results in .ui files that do not display equal on different PC's.
Are there anyone that have seen this and maybee found guideline that prevents this happening.
Regards
Joakim
Hi Joakim,
this is a general Qt issue. Qt uses the native APIs for creating/showing GUI elements and therefore the results depend on the platform on which your programm is executed.
The only possibility to prevent this is to create/use your own stylesheet in which you define all parts (size, color ...) of the used GUI elements.
The 'Dark Style' mode of ScriptCommunicator uses a stylesheet (stylesheet.qss). If you use this mode your GUI should be displayed equally on all plattforms.
Regrads,
Stefan
Last edit: Stefan Zieker 2021-09-27