Skip to content

ENH: Fixing Issues GUI Issues

Robert M. O'Bara requested to merge bob.obara/smtk:fixingSelectorRefresh into master
  • Fixed issue where the SelectorView was not properly setting the selector item
  • Fixed issue where a child optional item, with a default of true was not being properly displayed if its parnet was also optional but had a default of false
  • Added a splitter in qtAttributeView between the area reserved for editting an attribute's contents and the association widget
  • Added a method to qtUIManager to calculate the size of a string based on a font
  • If the reserved space for a value item lable is less that 1/2 the size of the actual lable, the hint is ignored and the lable's actual size is used.
  • Added the ability to set the mininum number of rows to display in a table

Addresses Issue: #326 (closed), #328 (closed), #329 (closed), #330 (closed), and #331 (closed)

Edited by Robert M. O'Bara

Merge request reports