Is there any Function in PyQt4 that refresh Data Table?
Moved
Solved
Language Bindings
-
wrote on 22 Jan 2017, 12:15 last edited by A Former User
is there a function that i can execute on my QPushButton to refresh my Data table? because exiting and running the program again consumes time.
-
wrote on 22 Jan 2017, 20:09 last edited by
You could use a QTableView and a QSqlQueryModel.
-
wrote on 23 Jan 2017, 03:53 last edited by
@the_ Thank you ! you help me a lot ! :) GodBless!
1/3