Como carregar dados do banco para nossa tela principal usando o nosos for dentro do for.. segue o codigo
table.setRowCount(0)
for row_number,row_data in enumerate(lista):
table.insertRow(row_number)
for column_number,data in enumerate(row_data):
table.setItem(row_number,column_number,QTableWidgetItem(str(row_data[data])))
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.
FAQs
We curate free YouTube courses, organized by category and language — and make it easy for you to track your learning progress.
Yes. Free courses are embedded YouTube videos.
Currently available in English — with Portuguese, Spanish, French, German, and Italian coming soon.
Check ratings, reviews, duration, and description.
All courses include a certificate of participation.
Yes, an account lets you track progress, earn certificates, and save favorites.
We auto-save your watch position so you can resume on any device.