Em sáb 03 maio 2014, às 22:23:30, Richard Moore escreveu:
> - A small but significant number of apps use client certificates.
>
> - A small but significant number of apps use server SSL sockets.
>
> - Very few applications use custom trust stores.
I'd say there's a specific case where all three
Em sáb 03 maio 2014, às 22:23:30, Richard Moore escreveu:
> Simplifying the Cipher API
> ==
>
> Currently, the QSslCipher API is pretty large. It's not simply the
> code in the QSslCipher class itself, but also all the stuff in the
> QSslConfiguration that defines the prefe
Hi all,
Qt5.git integration failed in release branch; third time because of same tests
:(
Autotests `tst_activeFocusOnTab' and `tst_controls' failed :( see
https://codereview.qt-project.org/#change,84473 .
Build log:
http://testresults.qt-project.org/ci/Qt5_release_Integration/build_00349/macx
Introduction
Qt provides a fairly powerful SSL API with support for a wide range of
uses - SSL clients and servers can both be created. It provides
extensive APIs for accessing information in SSL certificates,
information about ciphers etc. In addition to the basics, it also
includes
On 03 May 2014, at 16:04, Ben Lau wrote:
> Hi,
>
> I have few questions about the implementation of ListModel and the design
> principle about using models with object in QML application.
>
> I would like to use a model class to hold a list of item (or C++ QObject )
> with custom methods /
Hi,
I have few questions about the implementation of ListModel and the design
principle about using models with object in QML application.
I would like to use a model class to hold a list of item (or C++ QObject )
with custom methods / slot functions. However, I found that after the
item/QObject
On 3 May 2014 12:28, Kurt Pattyn wrote:
> Recently I had to remove qWarning statements from a submit (for very
> plausible reasons), but a quick search through qtbase revealed a lot of
> qWarning statements.
> So are there any rules of thumb?
Please also cf. the other thread about using catego
On 3 May 2014 11:28, Kurt Pattyn wrote:
> Hi,
>
> I would like to know if there are any guidelines about using qDebug and
> friends in Qt source code?
> Recently I had to remove qWarning statements from a submit (for very
> plausible reasons), but a quick search through qtbase revealed a lot of
>
Hi,
I would like to know if there are any guidelines about using qDebug and friends
in Qt source code?
Recently I had to remove qWarning statements from a submit (for very plausible
reasons), but a quick search through qtbase revealed a lot of qWarning
statements.
So are there any rules of thu