more cleanup
@ -33,7 +33,7 @@ Peer Details Trust settings and Signing
|
||||
|
||||
<a name="trust"/>
|
||||
<h3>Trust Settings</h3>
|
||||
<td><img src="qrc:/images/trustsettings.png"/></td>
|
||||
|
||||
<p>
|
||||
The trust settings refers to the gnupg web of trust mecanism. <br>
|
||||
This trust means how you trust your friends when he is signing other PGP keys. <br>
|
||||
|
@ -45,20 +45,8 @@
|
||||
<file>images/avatar_refused.png</file>
|
||||
<file>images/avatar_request_unknown.png</file>
|
||||
<file>images/buttonframe.png</file>
|
||||
<file>images/btn1.png</file>
|
||||
<file>images/btn2.png</file>
|
||||
<file>images/btn3.png</file>
|
||||
<file>images/btn4.png</file>
|
||||
<file>images/btn_26.png</file>
|
||||
<file>images/btn_26_hover.png</file>
|
||||
<file>images/btn_26_pressed.png</file>
|
||||
<file>images/btn_27.png</file>
|
||||
<file>images/btn_27_hover.png</file>
|
||||
<file>images/btn_blue.png</file>
|
||||
<file>images/btn_blue_hover.png</file>
|
||||
<file>images/btn_green.png</file>
|
||||
<file>images/btn_green_hover.png</file>
|
||||
<file>images/btn_green_pressed.png</file>
|
||||
<file>images/connect_creating.png</file>
|
||||
<file>images/dht16.png</file>
|
||||
<file>images/dht32.png</file>
|
||||
@ -98,13 +86,10 @@
|
||||
<file>images/browse-looking.gif</file>
|
||||
<file>images/back.png</file>
|
||||
<file>images/configure.png</file>
|
||||
<file>images/turtle.png</file>
|
||||
<file>images/copyrslink.png</file>
|
||||
<file>images/contacts24.png</file>
|
||||
<file>images/contactsclosed24.png</file>
|
||||
<file>images/connection.png</file>
|
||||
<file>images/contact_new.png</file>
|
||||
<file>images/contact_new22.png</file>
|
||||
<file>images/contact.png</file>
|
||||
<file>images/contact22.png</file>
|
||||
<file>images/Client0.png</file>
|
||||
@ -145,9 +130,6 @@
|
||||
<file>images/cancel.png</file>
|
||||
<file>images/close-down.png</file>
|
||||
<file>images/close_normal.png</file>
|
||||
<file>images/console-small-down.png</file>
|
||||
<file>images/console-small-hover.png</file>
|
||||
<file>images/console-small-up.png</file>
|
||||
<file>images/contact_new128.png</file>
|
||||
<file>images/copy.png</file>
|
||||
<file>images/delete.png</file>
|
||||
@ -382,7 +364,6 @@
|
||||
<file>images/tag24.png</file>
|
||||
<file>images/transferupdown.png</file>
|
||||
<file>images/tools_wizard.png</file>
|
||||
<file>images/trustsettings.png</file>
|
||||
<file>images/uploads.png</file>
|
||||
<file>images/loader/indicator-16.gif</file>
|
||||
<file>images/loader/indicator-32.gif</file>
|
||||
@ -557,9 +538,6 @@
|
||||
<file>images/library_add.png</file>
|
||||
<file>images/library64.png</file>
|
||||
<file>images/library16.png</file>
|
||||
<file>images/btn_red_pressed.png</file>
|
||||
<file>images/btn_red_hover.png</file>
|
||||
<file>images/btn_red.png</file>
|
||||
<file>images/view-feeds.png</file>
|
||||
<file>images/view-files.png</file>
|
||||
<file>images/emblem-web.png</file>
|
||||
|
Before Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 477 B |
Before Width: | Height: | Size: 430 B |
Before Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 697 B |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 493 B |
Before Width: | Height: | Size: 604 B |
Before Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 600 B |
Before Width: | Height: | Size: 690 B |
Before Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 34 KiB |
@ -270,39 +270,6 @@ PluginItem > QFrame#frame {
|
||||
}
|
||||
*/
|
||||
|
||||
/* SearchDialog */
|
||||
|
||||
SearchDialog QFrame#searchLineFrame[valid=false] {
|
||||
border: 2px solid #079E00;
|
||||
background-color: #DBDBDB;
|
||||
}
|
||||
|
||||
SearchDialog QFrame#searchLineFrame[valid=true] {
|
||||
border: 2px solid #079E00;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
SearchDialog QPushButton#pushButtonSearch {
|
||||
border-image: url(:/images/btn1.png) 4;
|
||||
border-width: 4;
|
||||
padding: 0px 6px;
|
||||
font-size: 12px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
SearchDialog QPushButton#pushButtonSearch:hover {
|
||||
border-image: url(:/images/btn2.png) 4;
|
||||
}
|
||||
|
||||
SearchDialog QPushButton#pushButtonSearch:pressed {
|
||||
border-image: url(:/images/btn3.png) 4;
|
||||
}
|
||||
|
||||
SearchDialog QFrame#searchLineFrame > QLineEdit {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* GetStartedDialog */
|
||||
|
||||
GetStartedDialog QTextEdit {
|
||||
|