Skip to content

pchp250g8-home-python-tutorials/python-gui-qt-helloworld

Repository files navigation

HelloWorld. Python Tutorials. GUI Qt 6 Library. PySide 6. Simple Input/Output. GUI Application. The program does the following:

  1. Creates a dialog box (form) with two buttons on it.
  2. Starts a cycle of processing messages (events) from the user or the operating system.
  3. When you click the button labeled "Say Hello", it displays a dialog box with the message "Hello, World".
  4. Clicking the button labeled "Quit" or the "Close" button in the dialog box's title bar exits.

HelloWorld. Занятия по Python. Библиотека Qt 6. PySide 6. Простой Ввод-Вывод. Приложение с графическим интерфейсом пользователя на основе диалогового окна (формы). Программа делает следующее:

  1. Создаёт диалоговое окно (форму) с двумя кнопками на нём (ней).
  2. Запускает цикл обработки сообщений (событий) от пользователя или операционной системы.
  3. При нажатии кнопки с надписью "Say Hello" выводит диалоговое окно с сообщением "Hello,World".
  4. При нажатии кнопки с надписью "Quit" или кнопки "Закрыть" в заголовке диалогового окна завершает работу.

About

HelloWorld. Python Tutorials. GUI Qt Library. PySide 6. Simple Input/Output. GUI Application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors