Commit b0dff8ad authored by Adam Goins's avatar Adam Goins Committed by Makayla Shepherd
Browse files

Updated history comment to be more discriptive. Changed a pointer to follow ISIS coding standards.

parent 1f69baf4
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -580,8 +580,6 @@ namespace Isis {
   * to the appropriate size, or the size to auto based on what they were
   * stored as.
   *
   * @param heading
   * @param item
   */
  void TableMainWindow::readColumnSettings() {

@@ -617,6 +615,11 @@ namespace Isis {
   * (and dock widget settings) to a config file in the user's
   * home directory.
   *
   *  @internal
   *    @history 2017-11-13 Adam Goins - Added the behavior of columns sizes to be written
   *                            to the settings file so that they can be persistent through
   *                            new instances of qview.
   *
   */
  void TableMainWindow::writeSettings() const {
    if (p_listWidget) {
+7 −5
Original line number Diff line number Diff line
@@ -44,11 +44,13 @@ namespace Isis {
  *   @history 2017-10-06 Adam Goins - showTable() now calls syncColumns() after it calls
  *                          this->show() so that it hides the unselected columns appropriately.
  *                          Fixes #5141.
  *   @history 2017-11-13 Adam Goins - modified createTable() to set the resize property of the
  *                          columns to resize automatically based on the content inside of the
  *                          column. Added resizeColumn() slot and readColumnSettings().
  *                          modifie writeSettings() to write updated settings on destroy.
  *                          Added Fixes #5142.
  *   @history 2017-11-13 Adam Goins - Afforded TableMainWindow the ability to toggle between auto
  *                          resizing columns or setting a specific column size for each column.
  *                          modified createTable() to set the resize property of the columns to
  *                          resize automatically based on the content inside of the column.
  *                          Added resizeColumn() slot and readColumnSettings().
  *                          modified writeSettings() to write updated settings on destroy.
  *                          Fixes #5142.
  */
  class TableMainWindow : public MainWindow {
      Q_OBJECT