Qt is a cross-platform application development framework widely used for the development of GUI programs.

learn more… | top users | synonyms

1
vote
0answers
79 views
+50

PySide / Qt : Too many arguments to connect a signal to a slot?

I'm trying to connect a custom signal (in a TCP client class) to a method that updates a log with the data sent by the server and whatnot. Here's the declaration of the TCP client class: class ...