Loading isis/src/qisis/objs/CnetEditorView/CnetEditorView.cpp +8 −6 Original line number Diff line number Diff line Loading @@ -60,8 +60,11 @@ namespace Isis { // TODO: This layout should be inside of the cnet editor widget, but I put it here to not // conflict with current work in the cnet editor widget code. //QWidget *result = new QWidget; QWidget *centralWidget = new QWidget; setCentralWidget(centralWidget); QGridLayout *resultLayout = new QGridLayout; setLayout(resultLayout); centralWidget->setLayout(resultLayout); int row = 0; Loading Loading @@ -325,4 +328,3 @@ namespace Isis { return result; } } isis/src/qisis/objs/ControlPointEditView/ControlPointEditView.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -53,9 +53,10 @@ namespace Isis { // net, while the editors might be using a different net. Will Directory keep track? // QWidget *centralWidget = new QWidget; setCentralWidget(centralWidget); QVBoxLayout *layout = new QVBoxLayout; setLayout(layout); centralWidget->setLayout(layout); layout->addWidget(m_controlPointEditWidget); Loading Loading @@ -160,4 +161,3 @@ namespace Isis { } Loading
isis/src/qisis/objs/CnetEditorView/CnetEditorView.cpp +8 −6 Original line number Diff line number Diff line Loading @@ -60,8 +60,11 @@ namespace Isis { // TODO: This layout should be inside of the cnet editor widget, but I put it here to not // conflict with current work in the cnet editor widget code. //QWidget *result = new QWidget; QWidget *centralWidget = new QWidget; setCentralWidget(centralWidget); QGridLayout *resultLayout = new QGridLayout; setLayout(resultLayout); centralWidget->setLayout(resultLayout); int row = 0; Loading Loading @@ -325,4 +328,3 @@ namespace Isis { return result; } }
isis/src/qisis/objs/ControlPointEditView/ControlPointEditView.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -53,9 +53,10 @@ namespace Isis { // net, while the editors might be using a different net. Will Directory keep track? // QWidget *centralWidget = new QWidget; setCentralWidget(centralWidget); QVBoxLayout *layout = new QVBoxLayout; setLayout(layout); centralWidget->setLayout(layout); layout->addWidget(m_controlPointEditWidget); Loading Loading @@ -160,4 +161,3 @@ namespace Isis { }