# HG changeset patch # User Dirk Olmes # Date 1411606907 -7200 # Node ID e7c5aeba8a94133e89d1d538856db57ec4e50692 # Parent a949d4849c6a92b2023c4e1f7e25ab9b8d0396e8 add an app icon diff -r a949d4849c6a -r e7c5aeba8a94 .hgignore --- a/.hgignore Thu Sep 25 01:39:24 2014 +0200 +++ b/.hgignore Thu Sep 25 03:01:47 2014 +0200 @@ -1,6 +1,9 @@ -.e4p -.eric5project -.pyc +syntax: glob + +*.e4p +*.eric5project +*.pyc PyQtLib RemoteViewer.zip Ui_* +*_rc.py diff -r a949d4849c6a -r e7c5aeba8a94 RemoteViewer/ConnectionDialog.ui --- a/RemoteViewer/ConnectionDialog.ui Thu Sep 25 01:39:24 2014 +0200 +++ b/RemoteViewer/ConnectionDialog.ui Thu Sep 25 03:01:47 2014 +0200 @@ -13,6 +13,10 @@ + + + :/icons/remote.png:/icons/remote.png + @@ -98,7 +102,9 @@ geometry buttonBox - + + + buttonBox diff -r a949d4849c6a -r e7c5aeba8a94 RemoteViewer/LogViewer.ui --- a/RemoteViewer/LogViewer.ui Thu Sep 25 01:39:24 2014 +0200 +++ b/RemoteViewer/LogViewer.ui Thu Sep 25 03:01:47 2014 +0200 @@ -13,6 +13,10 @@ Dialog + + + :/icons/remote.png:/icons/remote.png + @@ -31,6 +35,8 @@ - + + + diff -r a949d4849c6a -r e7c5aeba8a94 RemoteViewer/RemoteViewer.ui --- a/RemoteViewer/RemoteViewer.ui Thu Sep 25 01:39:24 2014 +0200 +++ b/RemoteViewer/RemoteViewer.ui Thu Sep 25 03:01:47 2014 +0200 @@ -11,7 +11,11 @@ - Remote + Remote Viewer + + + + :/icons/remote.png:/icons/remote.png @@ -81,7 +85,9 @@ - + + + actionQuit diff -r a949d4849c6a -r e7c5aeba8a94 RemoteViewer/remote.png Binary file RemoteViewer/remote.png has changed diff -r a949d4849c6a -r e7c5aeba8a94 RemoteViewer/resources.qrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RemoteViewer/resources.qrc Thu Sep 25 03:01:47 2014 +0200 @@ -0,0 +1,5 @@ + + + remote.png + +