To make a long story short: I created gui part of my program with Ubuntu Sdk (QTCreator) and transformed it into python file with pyuic5. I set up window title in main.py file, however if I alt tab I see "Ubuntu HTML5 UI Gallery" instead of the title of my program. The same thing is written in the topbar (where the File/Edit/View/Help usually are in ubuntu). Does anybody know if it's possible to change this "Ubuntu HTML5 UI Gallery" to the name of my program?
If I lock the icon to launcher after I run the program via terminal, and click on the icon it opens qmlscene window(see 2nd picture). Why it doesn't run my program?
Here is the source code of my program. (converter_gui.py is used for gui part of my program, main.py is used for calculating):
https://github.com/GreatDanton/Units-Converter
Edit: if I run gui in Ubuntu-Sdk, title of the program is Widget everywhere(even when I alt+tab).



Adv Reply
Bookmarks