PDA

View Full Version : Creating a docked App Bar for Linux.



peddler38
18th August 2008, 15:05
Hi ya all,

Am trying to create an AppBar that docks to the top of the desktop. The application should run in windows and linux. Av already done it in windows and am thinking the QT library might help. Does it include support for this? If it doesn't, how else can this be done?

aamer4yu
18th August 2008, 20:04
QDesktopWidget might be helpful to you :)
You can determine how close ur window is from the desktop and dock it accordingly.