Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello I want to know if it is possible to create a program that when you click an id number on the list it will show information on the tableview from the database and image in the graphics view
thanks hope someone can help me with this.
Of course, it is possible. That's just what programming languages are for :-)
Qt has QtSql module, TableView is available in QML (in QtWidgets it is available as well), and displaying images is trivial using Image component.