[Qt-interest] Only one instance of designer.
Friedemann Kleint
Friedemann.Kleint at nokia.com
Wed May 11 09:13:52 CEST 2011
Hi,
-client and -server are both intended to provide a way of remote-controlling a
running instance of Qt Designer. You need to do the actual client socket
communication by yourself.
-server starts a TCP server, prints the port number and waits for incoming
connections. You can send it a file name terminated by '\n' (see client.py,
which takes <port> <file>).
-client <port> attempts to connect to a running TCP server and reads file names
from there.
Hope this helps,
Regards,
Friedemann
--
Friedemann Kleint
Nokia, Qt Development Frameworks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: client.py
Type: text/x-python
Size: 205 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110511/b6b2c3dd/attachment.py
More information about the Qt-interest-old
mailing list