Loading isis/src/qisis/objs/QnetTools/QnetTool.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -332,6 +332,7 @@ namespace Isis { m_leftCombo = new QComboBox; m_leftCombo->setEditable(true); m_leftCombo->setInsertPolicy(QComboBox::NoInsert); m_leftCombo->setToolTip("Choose left control measure"); m_leftCombo->setWhatsThis("Choose left control measure identified by " "cube filename."); Loading Loading @@ -405,6 +406,7 @@ namespace Isis { // create widgets for the right groupbox m_rightCombo = new QComboBox; m_rightCombo->setEditable(true); m_rightCombo->setInsertPolicy(QComboBox::NoInsert); // Attach shortcuts to Qnet Tool's window for selecting right measures // Note: Qt handles this memory for us since m_qnetTool is the parent of these shortcuts Loading Loading
isis/src/qisis/objs/QnetTools/QnetTool.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -332,6 +332,7 @@ namespace Isis { m_leftCombo = new QComboBox; m_leftCombo->setEditable(true); m_leftCombo->setInsertPolicy(QComboBox::NoInsert); m_leftCombo->setToolTip("Choose left control measure"); m_leftCombo->setWhatsThis("Choose left control measure identified by " "cube filename."); Loading Loading @@ -405,6 +406,7 @@ namespace Isis { // create widgets for the right groupbox m_rightCombo = new QComboBox; m_rightCombo->setEditable(true); m_rightCombo->setInsertPolicy(QComboBox::NoInsert); // Attach shortcuts to Qnet Tool's window for selecting right measures // Note: Qt handles this memory for us since m_qnetTool is the parent of these shortcuts Loading