Skip to content

ENH: Adding new qtItem for ReferenceItems

  • Added qtReferenceItemComboBox - a new qtItem that uses a combox as a UI for setting ReferenceItems. This simple interface is only for items that are not extensiable and whose number of required values is 1. Has the ability to restrict possible choices based on the things associated with its Attribute
  • Changed the way qtItems are deleted - qtAttribute now uses deleteLater instead of just calling delete on the qtItem
  • Added a new slot for qtAttributeView and qtAssociationView so itemModified signals can be emitted when an attribute's associations are modified
  • qtComponentItem has been simplified to just have a static factory method to either return a qtReferenceItem or a qtReferenceItemComboBox depending on its number of required values and extensibility

See #254 (closed)

Merge request reports