From acad08fb9884541431030a851d587c25d7e9acf0 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 9 Jul 2011 17:54:28 +0200 Subject: Improving SSL Widget and Dialog While the widget "copies" and "rethink" Google Chrome actual one, the dialog has been implemented starting from the comparison between the ones we have in KDE, Google Chrome's and Firefox's. I have to start from somewhere... --- src/sslinfo.ui | 283 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 283 insertions(+) create mode 100644 src/sslinfo.ui (limited to 'src/sslinfo.ui') diff --git a/src/sslinfo.ui b/src/sslinfo.ui new file mode 100644 index 00000000..97ca69d0 --- /dev/null +++ b/src/sslinfo.ui @@ -0,0 +1,283 @@ + + + SslInfo + + + + 0 + 0 + 460 + 432 + + + + Form + + + + + + + 0 + 0 + + + + <h2>Certificate Information</h2> + + + + + + + + + + + + + + + + <h4>Issued To:</h4> + + + + + + + + + Common Name (CN): + + + + + + + TextLabel + + + + + + + Organization (O): + + + + + + + TextLabel + + + + + + + Organizational Unit (OU): + + + + + + + TextLabel + + + + + + + Serial Number: + + + + + + + TextLabel + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + <h4>Issued By:</h4> + + + + + + + + + Common Name (CN): + + + + + + + TextLabel + + + + + + + Organization (O): + + + + + + + Organizational Unit (OU): + + + + + + + TextLabel + + + + + + + TextLabel + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + <h4>Validity Period:</h4> + + + + + + + + + Issued on: + + + + + + + TextLabel + + + + + + + Expires on: + + + + + + + TextLabel + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + <h4>FingerPrints:</h4> + + + + + + + + + SHA-256 FingerPrints: + + + + + + + TextLabel + + + + + + + SHA-1 FingerPrints: + + + + + + + TextLabel + + + + + + + + + + + + + -- cgit v1.2.1