Skip to content

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

Repository files navigation

DrawEllipse. Python Tutorials. GUI Qt 6 Library. PySide 6. 2D Graphics. GUI Application. The program does the following:

  1. Creates a dialog box (form).
  2. Starts a cycle of processing messages (events) from the user and/or the operating system.
  3. In the client area of ​​the dialog box, draws a yellow ellipse (oval) with a red outline of 5 pixels thick and the dimensions of the client area of ​​the dialog box (form)
  4. Clicking the "Close" button in the dialog box (form) header terminates the work.

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

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

About

DrawEllipse. Python Tutorials. GUI Qt Library. PySide 6. 2D Graphics. GUI Application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors