Menu

GUI gets changed when moved from one PC to another

Anonymous
2021-09-27
2021-09-27
  • Anonymous

    Anonymous - 2021-09-27

    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

     
  • Stefan Zieker

    Stefan Zieker - 2021-09-27

    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

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.