now data() yelds a subclass of QVariant, and not a QVariant-embedded dict (goal was...
[sface.git] / sface / mainwindow.py
index 0b52d95..b064769 100644 (file)
@@ -175,5 +175,6 @@ class MainWindow(QWidget):
         self.status.set(msg, timeout)
 
     def nodeSelectionChanged(self, hostname):
+        print "nodeSelectionChanged"
         if self.rspecWindow.isVisible():
             self.rspecWindow.showNode(hostname)