Posts

Showing posts from September, 2014

Configure Eclipse to go through a proxy

Image
Eclipse IDE have some specific repositories containing various extensions, plugins and so on. Usually Eclipse is able to download and install all these components by directly accessing to Internet Some problem can happen if your network need a proxy access. Here a short guide on how to configure proxy access into Eclipse.

Qt Snippet: Set window icon in Linux and Mac

Image
In case of use Qt for Windows development the problem of the icon showed as window system icon is automatically resolved by add the .ico file as Windows resource. Windows already allow such feature and no need of additional efforts. In case of same code ported and compiled under Linux or Mac this step is not automatic.