Added WhatsThis feature to Mussa.
authorBrandon King <kingb@caltech.edu>
Tue, 28 Feb 2006 00:27:37 +0000 (00:27 +0000)
committerBrandon King <kingb@caltech.edu>
Tue, 28 Feb 2006 00:27:37 +0000 (00:27 +0000)
commit92405a59809ece2b2f67ecd9295556271e78e9f5
treeb878f5cc32198a7642c880d7cb36785ae5a432f1
parentcd2e6d30173f506dcc079f920b2e722416d1d559
Added WhatsThis feature to Mussa.

To use this feature, take any QWidget inherited object and call:

widget->setWhatsThis(tr("Long description"));

That's it!
qui/PathWindow.cxx
qui/PathWindow.h