This commit is contained in:
Hannes
2026-06-19 16:26:15 +02:00
parent 8888b84b0a
commit b71f4d8c7e
4 changed files with 29 additions and 20 deletions
+3 -7
View File
@@ -38,15 +38,11 @@ MouseArea {
id: clockPopup
anchorItem: networkButton
anchorHovered: networkButton.containsMouse
popupWidth: 500
// property int count: 17
// property var texts: [text1, text2, text3, text4, text5, text6, text7, text8, text9, text10, text11, text12, text13, text14, text15, text16, text17]
// implicitWidth: Config.maxTextWidth(count, texts) + (Config.spacing_fun(networkButton.height) * 3)
// implicitHeight: text1.height*count+(Config.spacing_fun(networkButton.height) * (count + 2))
spacingValue: Config.spacing_fun(networkButton.height)
radiusValue: Config.radius_fun(networkButton.height)
Column {
// width: parent.width
spacing: Config.spacing_fun(networkButton.height)
spacing: parent.spacing
Text {
id: text1
text: "interfaceName: " + NetworkState.interfaceName