PDA

View Full Version : pyqt5 opening forms



rwahdan
21st June 2019, 20:03
Hi,

Can someone point to me how to use pyqt5 with python to create database management system. I am not asking you to do it for me, I want to have basic understanding how it is done. I know php and I used to do online php pages. so by having links we go from page to page. What about pyqt5 with python, how is it possible?

d_stranz
22nd June 2019, 00:01
A Google search for pyqt5 tutorials or examples will get you page after page of links. Riverbank Computing (the distributor of PyQt) has extensive documentation; the list of modules (which includes QtSql) can be found here (https://www.riverbankcomputing.com/static/Docs/PyQt5/module_index.html#ref-module-index).