Python Forum

Full Version: GUI does not appear
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I'm using Pycharm and QT-Designer - I'm totally new to QT-Designer...

I did an example from a python book - it was about to create a GUI, in which the user is told to enter same data.

This data should be printed in cmd when the user has finished his entries.

When I run the code I see nothing except "Process has finished with exit code 0".

I don't see the GUI...

What should I do???

Many thanks for your help!!!
You never created a main window.
If you want to learn PyQt5 don't use Designer.
I agree. If you want to use the designer, first learn how to make windows without the designer, the you'll understand how everything works and what all the settings in the designer mean. Then you can make some windows using the designer and learn that you really don't want to use the designer.
Hello Axel_Erfurt,
Hello deanhystad,

okay, thanks for your feedback...
https://zetcode.com/gui/pyqt5/ has explanations and examples to get you started.
Hello,
Axel_Erfurt!

Thanks a lot for your effort!

I found some examples a couple of hours ago...

But I will have a look at your examples too...

Thanks,
Have a nice weekend...