MqttMonitor/MqttMonitorWidget.py

changeset 32
a71e5b294ebf
parent 31
40582e448c4b
child 41
68f19bd4e61c
--- a/MqttMonitor/MqttMonitorWidget.py	Sun Sep 09 17:32:54 2018 +0200
+++ b/MqttMonitor/MqttMonitorWidget.py	Sun Sep 09 17:43:35 2018 +0200
@@ -33,6 +33,18 @@
 import Utilities
 
 
+# TODO: change messages display to use a tree widget
+#   first row topic
+#   second row qos and message
+#
+#   include capability to filter on topic
+
+# TODO: change log display to a tree widget
+#   two columns with log level and message
+#   colorize entries depending on log level
+
+# TODO: add log level entry to disable logging
+
 class MqttMonitorWidget(QWidget, Ui_MqttMonitorWidget):
     """
     Class implementing the MQTT Monitor widget.

eric ide

mercurial