Results 1 to 1 of 1

Thread: Creating gui program in Ubuntu SDK with python

  1. #1
    Join Date
    Mar 2012
    Beans
    782
    Distro
    Ubuntu Development Release

    Creating gui program in Ubuntu SDK with python

    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).
    Attached Images Attached Images
    Last edited by GreatDanton; September 23rd, 2015 at 02:18 AM. Reason: added info

    I DON'T EVEN KNOW WHAT A QUANTAL QUETZAL IS...BUT IT SOUNDS LIKE PRETZEL AND I LIKE PRETZEL

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •