On Sun, 26 Oct 2008 06:42:49 -0500, Andrew Lepyokhin wrote: > Hello, fellow rubyists! > I need an ability to hide my Qt-based app in tray and unhide it back :) > I've read C examples at > http://doc.trolltech.com/4.2/desktop-systray.html but couldn't > understand it enough to translate it in ruby. If someone has done this > before or can explain how to use the above example, please help me. It's all about the QSystemTrayIcon class. Use the #hide and #show methods to hide it and make it reappear. --Ken -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/