Am 05.12.2010 19:24, schrieb Alasdair Mac Arthur:
Hi need to have the slider values from a GUI sent to an external file
external to the GUI just as text or csv file. Currently, I can only see
the values in a LCD widget. Ultimately, these will go to a python
wrapper for a script. Any help would be much appreciated
Why not create a custom slot (function/method) that writes the value to the external file? Connect this function to the desired signal (e.g. valueChanged()) and done.

HTH,

Jan

Cheers
Alasdair





_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to