diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-11 10:06:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-18 11:37:08 +0200 |
commit | c36f3b1351088b86845dd8981a7a9b13b971606e (patch) | |
tree | a039935a831f91fccf6e56ffb6e98e08bf27a513 /src/sslinfo.ui | |
parent | WARNING: HISTORY_VERSION upgrade!! (diff) | |
download | rekonq-c36f3b1351088b86845dd8981a7a9b13b971606e.tar.xz |
SSL rewamp, one step to finish!
These are last changes to clean up and improve SSL rekonq
communications.
It is yet missing a proper SSL errors API integration. You just need
to wait for the next commit...
Diffstat (limited to 'src/sslinfo.ui')
-rw-r--r-- | src/sslinfo.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/sslinfo.ui b/src/sslinfo.ui index 97ca69d0..e31216b0 100644 --- a/src/sslinfo.ui +++ b/src/sslinfo.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SslInfo</class> - <widget class="QWidget" name="Form"> + <widget class="QWidget" name="SslInfo"> <property name="geometry"> <rect> <x>0</x> @@ -31,6 +31,13 @@ <widget class="QComboBox" name="comboBox"/> </item> <item> + <widget class="QLabel" name="certInfoLabel"> + <property name="text"> + <string>TextLabel</string> + </property> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string/> |