Use BufferViewer for viewing constant buffers

* Unifying these views means that constant buffers have all the same
  reformatting and it avoids having multiple paths for what is now effectively
  the same control (a buffer can either have fixed data, repeating data, or
  both)
This commit is contained in:
baldurk
2022-05-09 14:51:41 +01:00
parent fcdcc9714b
commit 43fa3cd94b
23 changed files with 533 additions and 899 deletions
@@ -122,6 +122,9 @@ void RDHeaderView::cacheSections()
QAbstractItemModel *m = this->model();
if(!m)
return;
int oldCount = m_sections.count();
m_sections.resize(m->columnCount());