Re: QTableWidget non editable

2008-06-22 Thread Antonio Valentino
On 22 Giu, 17:11, Antonio Valentino <[EMAIL PROTECTED]> wrote: > Ciao a tutti, > ho un QTableWidget che ho reso non editabile settando editTriggers a > NoEditTriggers. > > Il problema è che adesso non posso selezionare una cela e copiarne il > contenuto nella clipboard. >

[PyQt4] QTableWidget non editable

2008-06-22 Thread Antonio Valentino
Ciao a tutti, ho un QTableWidget che ho reso non editabile settando editTriggers a NoEditTriggers. Il problema è che adesso non posso selezionare una cela e copiarne il contenuto nella clipboard. Come posso risolvere il problema? Grazie in anticipo antonio -- http://mail.python.org/mailman/list

Re: non-blocking PIPE read on Windows

2006-07-29 Thread Antonio Valentino
p://sourceforge.net/projects/bestgui - the subprocess2.py module realizes the non blocking I/O - the outputparser.py module processes the output from the controlled process and updates the progress-bar, the status-bar and the log messages in the GUI. Incomplete lines are stored in a buffer and proce