PDA

View Full Version : Modifying a Qt app's GUI



Tadpole
February 18th, 2007, 10:03 PM
Hi,

I'm a mac/windows programmer who's just diving into Qt on linux. Is it possible to take a Qt application, make its menubar/toolbar disappear, and replace them with my own custom toolbar? I'd prefer doing this dynamically - that is, without having to recompile the app - as well. If anyone could point me in the general direction, I would really appreciate it.

Thanks.