Loading isis/src/qisis/objs/TableMainWindow/TableMainWindow.cpp +6 −3 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading @@ -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) { Loading isis/src/qisis/objs/TableMainWindow/TableMainWindow.h +7 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
isis/src/qisis/objs/TableMainWindow/TableMainWindow.cpp +6 −3 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading @@ -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) { Loading
isis/src/qisis/objs/TableMainWindow/TableMainWindow.h +7 −5 Original line number Diff line number Diff line Loading @@ -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 Loading