src/eric7/MicroPython/WifiDialogs/Ui_WifiStatusDialog.py

branch
eric7
changeset 11263
28f0ead11a82
parent 11166
fd914f897dcf
--- a/src/eric7/MicroPython/WifiDialogs/Ui_WifiStatusDialog.py	Mon May 05 10:17:49 2025 +0200
+++ b/src/eric7/MicroPython/WifiDialogs/Ui_WifiStatusDialog.py	Mon May 05 17:40:08 2025 +0200
@@ -1,6 +1,6 @@
 # Form implementation generated from reading ui file 'src/eric7/MicroPython/WifiDialogs/WifiStatusDialog.ui'
 #
-# Created by: PyQt6 UI code generator 6.8.1
+# Created by: PyQt6 UI code generator 6.9.0
 #
 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
 # run again.  Do not edit this file unless you know what you are doing.
@@ -25,6 +25,7 @@
         self.label.setObjectName("label")
         self.verticalLayout.addWidget(self.label)
         self.statusTree = QtWidgets.QTreeWidget(parent=WifiStatusDialog)
+        self.statusTree.setAlternatingRowColors(True)
         self.statusTree.setHeaderHidden(True)
         self.statusTree.setObjectName("statusTree")
         self.statusTree.headerItem().setText(0, "1")

eric ide

mercurial