Device Emulation (contd.): minor stuff
This commit is contained in:
parent
73485fb3bc
commit
c75e369840
@ -105,6 +105,9 @@ DeviceGroupDialog::DeviceGroupDialog(
|
|||||||
ipStack->insertItems(0, ipStackItems);
|
ipStack->insertItems(0, ipStackItems);
|
||||||
|
|
||||||
// TODO: DeviceGroup Traversal; hide buttons for now
|
// 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);
|
prev->setHidden(true);
|
||||||
next->setHidden(true);
|
next->setHidden(true);
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ static QStringList columns_ = QStringList()
|
|||||||
<< "Name"
|
<< "Name"
|
||||||
<< "Vlans"
|
<< "Vlans"
|
||||||
<< "Devices"
|
<< "Devices"
|
||||||
<< "IP";
|
<< "IP Stack";
|
||||||
|
|
||||||
DeviceGroupModel::DeviceGroupModel(QObject *parent)
|
DeviceGroupModel::DeviceGroupModel(QObject *parent)
|
||||||
: QAbstractTableModel(parent)
|
: QAbstractTableModel(parent)
|
||||||
|
Loading…
Reference in New Issue
Block a user