RiverWare 6.1: Qt4 Port -- April 2011 -- Plot "Save As" Dialog

OLD Dialog (Qt3 QListBox)

New Dialog (Qt4 QTreeWidget) -- Notes 1  ...  Notes 2

Enhancement: An additional list item "(new plot page)" now appears as the last item. It is initially selected when saving an un-saved Plot Page. Clicking on it clears the Plot Page Name entry field, and gives keyboard input focus to that widget. (An exception is, if the client provides an "initial name" which doesn't exist in the list, clicking on "(new plot page)" sets the Plot Page Name entry field to that initial name.

This enhancement was motivated by the fact that it was very easy to arbitrarily overwrite the first saved Plot Page by just clicking on the "Save" button without modifying the Plot Page Name text.

---