[PyQt] Missing PyQt_OpenSSL check in qnetworkreply.sip

Alexis Boutillier alexis.boutillier at arteris.com
Thu Jan 14 10:52:17 GMT 2010


Hi,

A check is missing when you don't have ssl compiled in QT.

file : qnetworkreply.sip

%If (Qt_4_6_0 -)
%If (PyQt_OpenSSL)
     void ignoreSslErrors(const QList<QSslError> &);
%End
%End

Regards,

Le 12/11/2009 06:35 AM, Henning Schröder a écrit :
> Hi!
>
> On Thu, Dec 10, 2009 at 4:35 PM, Sundance <sundance at ierne.eu.org
> <mailto:sundance at ierne.eu.org>> wrote:
>
>     Hi peeps,
>
>     I'm playing around with QPlainTextEdit and having the weirdest bug.
>
> I experienced the same problem. It would be nice if it would work same
> in QPlainTextEdit like with QTextEdit..
> Perhaps we should write a test in C++ to see if it is a Python problem
> or a Qt problem/bug.
>
> Currently I use a workaround with
>    QPlainTextEdit::updateRequest ( const QRect & rect, int dy )   [signal]
> If dy != 0 then the area is scrolled. But this signal is called very
> often (every time the cursor blinks). So it is not an ideal solution for
> Python.
>
> Regards
> Henning
>
>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt


-- 
Boutillier Alexis
Methodology engineer

Arteris SA
The Network-on-Chip Company TM
www.arteris.net

6 par Ariane Immeuble Mercure
78284 Guyancourt Cedex
France
Office: (+33) 1 61 37 38 71
Fax:    (+33) 1 61 37 38 41
Alexis.Boutillier at arteris.net


More information about the PyQt mailing list