This release features a lot of work round Qt's Model View classes. It is now possible to subclass QAbstractItemModel
and QAbstractTableModel
to create your own models to use with QTableView
. This is a Work in Progress, but is already useful for many use cases.
QAbstractItemView
received many methodsQItemSelectionModel
was added.QFont
received bold methodsQWidget
received more geometry related methods.- Added
QStyleFactory
. You can now set your application widget style onQApplication
too.