[PyQt] Send data from GUI to an external file

Knacktus knacktus at googlemail.com
Sun Dec 5 18:42:45 GMT 2010


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
>
>
>
>



More information about the PyQt mailing list