Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
QTableView example 6: two views on one model is a QTableView example.
This was to demonstrate that if two tables must remain identical, the model/view architecture is an easy way to do so: because the two views work on the same model, they cannot be different.
Operating system(s) or programming environment(s)
Libraries used:
QT += core gui |
#ifndef QTDIALOG_H |
#include "qtdialog.h" |
#include <QApplication> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.
This page has been created by the tool CodeToHtml