Make MussaWindow UI objects pointers
authorDiane Trout <diane@caltech.edu>
Mon, 2 Oct 2006 23:07:00 +0000 (23:07 +0000)
committerDiane Trout <diane@caltech.edu>
Mon, 2 Oct 2006 23:07:00 +0000 (23:07 +0000)
commitf0075b826a1bb9f02021325a3ff1af043cfc8047
tree49ea20dbf3ca38bd7f317c0fb70e7d4727d36691
parent45b97b8f97ed41a8ba127742f1cc417673f95e11
Make MussaWindow UI objects pointers
It appears to me that Qt seems to like UI widgets that are attached to
it to be pointers as it'll sometimes handle freeing said pointer, which is
bad when its a statically allocated member of a class.

So this patch tries to make most of the UI objects associated with
MussaWindow pointers (I had to convert some elements of the
SequenceBrowserWidget as MussaWindow was storing references to them.)
qui/MussaAlignedWindow.cpp
qui/MussaWindow.cpp
qui/MussaWindow.hpp
qui/seqbrowser/SequenceBrowser.cpp
qui/seqbrowser/SequenceBrowser.hpp
qui/seqbrowser/SequenceBrowserWidget.cpp
qui/seqbrowser/SequenceBrowserWidget.hpp