diff --git a/src/gui/res/AboutDialogBase.ui b/src/gui/res/AboutDialogBase.ui index 875e1bba..a7829abc 100644 --- a/src/gui/res/AboutDialogBase.ui +++ b/src/gui/res/AboutDialogBase.ui @@ -13,7 +13,7 @@ 0 0 450 - 200 + 270 @@ -25,13 +25,13 @@ 450 - 200 + 270 - 502 - 200 + 450 + 270 @@ -41,26 +41,7 @@ true - - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;"><span style=" font-size:x-large;">Synergy</span></p></body></html> - - - true - - - true - - - Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse - - - - + @@ -70,35 +51,65 @@ p, li { white-space: pre-wrap; } <p> -Keyboard and mouse sharing sharing application.<br /><br /> +Keyboard and mouse sharing application. Cross platform and open source.<br /><br /> Copyright © 2001-2012 Chris Schoeneman, Nick Bolton, Volker Lanz, Sorin Sbarnea.<br /><br /> +Synergy is released under the GNU General Public License (GPLv2).<br /><br /> Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br /> -The Synergy GUI is based on QSynergy by Volker Lanz. +The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br /> +Visit our website for help and info: <a href="http://synergy-foss.org">synergy-foss.org</a> </p> + + 1 + - + - Qt::Horizontal + Qt::Vertical + + + QSizePolicy::Preferred - 131 - 20 + 20 + 100 - - + + - &Ok + + + + :/res/image/about.png + + + 0 - + + + + Qt::Vertical + + + QSizePolicy::Fixed + + + + 20 + 5 + + + + + @@ -111,6 +122,9 @@ The Synergy GUI is based on QSynergy by Volker Lanz. Version: + + 1 + @@ -124,26 +138,38 @@ The Synergy GUI is based on QSynergy by Volker Lanz. Unknown + + 1 + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + &Ok + - - - - Qt::Vertical - - - - 20 - 78 - - - - - + + + buttonOk diff --git a/src/gui/res/Synergy.qrc b/src/gui/res/Synergy.qrc index ef0a5c75..36bcb63c 100644 --- a/src/gui/res/Synergy.qrc +++ b/src/gui/res/Synergy.qrc @@ -6,5 +6,6 @@ icons/64x64/user-trash.png icons/16x16/warning.png icons/256x256/synergy.ico + image/about.png diff --git a/src/gui/res/image/about.png b/src/gui/res/image/about.png new file mode 100644 index 00000000..4630bd32 Binary files /dev/null and b/src/gui/res/image/about.png differ