9 lines
116 B
QML
9 lines
116 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
// Active selected ethernet interface
|
|
property var active: null
|
|
}
|
|
|