We are pleased to announce the release of the QtitanDataGrid 5.16 component. In this version we improved the work of the cell editor that holds the built-in combobox. No longer you need to implement a complex relationship resorting to RelationModel for ComboBoxEditorType. Now it's enough just to return QVariant with the list of strings as QStringList from the model under Qt::EditRole and get-back the selected string. QVariant::StringList, QVariant::List and QVariant::Map are supported. How it works in practice, you can train on a new demo GridComboBoxDemo, it will be available after install the latest version. Added support for Qt5.10, access to QScrollBars and many other important bug-fixes. |