You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a QT interface for a populated database in Python
Description:
The first tab provides a choice: a list of vacancies and directories (dictionaries) in which the data is stored that cannot be changed.
When selecting "list of vacancies" we go to a new tab which contains a list of vacancies and a brief description of each vacancy.
For each vacancy we can open a new tab that stores more detailed data about the vacancy as well as mini tabs that show the presence of this vacancy in other tables/directories.
By selecting "directories" a new tab opens with all directories, description of each item and their id
HR_1.mwb
Database model
HR_DATABASE.sql
The file contains the script of the filled database (data randomly generated)
SQL.txt
Several sql queries to the database to check its correctness
config.txt
The file contains data that must be updated to connect to the database
qt_interface.py
This file contains qt interface code with pymysql library connection
For the file to work correctly, you need to change QtGui.QIcon(r'C:\Users\Rextek\Desktop\NIPIGAZ\177 nipigaz-logo') to the logo you want to use.
About
Creating a QT interface for a populated database in Python