Slot Viewer: Column width stability in operations which change the set of slots Bug Number: n/a Release notes (y/n): no For Release Nums: 7.2 When deleting or adding slots to the Slot Viewer, the default sizes were assigned to all of the data columns. We now retain that column width information, and reapply that when the QTableView header is reconstructed with the new slot list. In Q3GUI/SlotDataTableModel, sww the use of these provisions: QMap _slotViewer_colWidthMap; void recordSlotCol_colWidthMap (QMap&) const; void applySlotCol_colWidthMap (const QMap&); ---