This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ekke (Ekkehard Gentz) @ekkescorner | |
| import QtQuick | |
| import QtQuick.Controls | |
| import QtQuick.Layouts | |
| import QtQuick.Controls.Material | |
| // import "../common" | |
| // Popup requests Bluetooth Permissions (C++) | |
| // Hint: since 6.6 you can also use QML Application Permissions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import QtQuick | |
| import QtQuick.Controls | |
| import QtQuick.Layouts | |
| import QtQuick.Controls.Material | |
| Popup { | |
| id: popupNetworkInfo | |
| property var infoDataMap: dataServer.networkInfo() | |
| property string supportedFeatures | |
| property string unsupportedFeatures |