Device Emulation (contd.): minor stuff
This commit is contained in:
parent
73485fb3bc
commit
c75e369840
@ -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);
|
||||
|
||||
|
@ -35,7 +35,7 @@ static QStringList columns_ = QStringList()
|
||||
<< "Name"
|
||||
<< "Vlans"
|
||||
<< "Devices"
|
||||
<< "IP";
|
||||
<< "IP Stack";
|
||||
|
||||
DeviceGroupModel::DeviceGroupModel(QObject *parent)
|
||||
: QAbstractTableModel(parent)
|
||||
|
Loading…
Reference in New Issue
Block a user