filmov
tv
Python Auto GUI(7) - File Dialogs

Показать описание
#python #pythontutorial #pyqt #pythonguitutorial #pythongui
Creating GUI for Python application, in my opinion, is a tedious task and sometimes it's really hard to create and manage forms and dialogs inside an application. Although some library such as PyQt and PySide make it much easier to create GUI compare to TKinter, developers should create GUI using QtDesigner to write it completely in code.
When we're working with data in our application, most of the time we need to open a file or save results into a new file. So we need a way to let end-user specify path for these files. In this session I'm gonna show you how VPYGUIGenerator Library creates widgets to this purpose
Creating GUI for Python application, in my opinion, is a tedious task and sometimes it's really hard to create and manage forms and dialogs inside an application. Although some library such as PyQt and PySide make it much easier to create GUI compare to TKinter, developers should create GUI using QtDesigner to write it completely in code.
When we're working with data in our application, most of the time we need to open a file or save results into a new file. So we need a way to let end-user specify path for these files. In this session I'm gonna show you how VPYGUIGenerator Library creates widgets to this purpose