Skip to content

ENH: Adding Configuration Control

  • Added the ability to define a set of configurations that can be selected in the top-level view.
  • Addressed some depricated issues:
    • fontsize.width(text.c_str()); -> fontsize.horizontalAdvance(text.c_str());
    • ListTable->sortByColumn(Qt::AscendingOrder); -> ListTable->sortByColumn(0,Qt::AscendingOrder);
  • Renamed qtUIManager::setToLevelCategories -> qtUIManager::setTopLevelCategories
  • Fixed case in qtInputsItems where "Create New" is used instead of "Create..."
  • Changed qtAttributeView so when dealing with a single Definition, the name column in the upper list view now extends the remaining width of the table.

Addresses Issue #280 (closed)

Merge request reports