Device Emulation (contd.): minor stuff

This commit is contained in:
Srivats P 2016-03-04 18:46:59 +05:30
parent 73485fb3bc
commit c75e369840
2 changed files with 4 additions and 1 deletions

View File

@ -105,6 +105,9 @@ DeviceGroupDialog::DeviceGroupDialog(
ipStack->insertItems(0, ipStackItems);
// TODO: DeviceGroup Traversal; hide buttons for now
// NOTE for implementation: Use a QHash<int, deviceGroup*>
// to store modified values while traversing; in accept()
// update port->deviceGroups[] from the QHash
prev->setHidden(true);
next->setHidden(true);

View File

@ -35,7 +35,7 @@ static QStringList columns_ = QStringList()
<< "Name"
<< "Vlans"
<< "Devices"
<< "IP";
<< "IP Stack";
DeviceGroupModel::DeviceGroupModel(QObject *parent)
: QAbstractTableModel(parent)