add prototype wrapping of the qt sequence browser
authorDiane Trout <diane@caltech.edu>
Sat, 25 Aug 2007 00:33:05 +0000 (00:33 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 25 Aug 2007 00:33:05 +0000 (00:33 +0000)
commit02fc4144044a430f8bee6617c0c9871d4ebe5e4d
tree6fc5690fc8316f0ac55dccda5f388660c6fd4ae4
parent81ff00e4000c26b0a6e4577d5d2130ce7b524208
add prototype wrapping of the qt sequence browser
having two boost::python modules caused some python import problems
so i merged the gui code into the mussa python extension module.

Unfortunately it's a serious pain to create the right objects to be passed
to the browser for it to render anything. I need to switch the browser
to use the seqspans with drawables on them.
CMakeLists.txt
py/CMakeLists.txt
py/module.cpp
py/module_qui.cpp
py/qt.cpp [new file with mode: 0644]
py/sequencebrowserwidget.cpp [new file with mode: 0644]
py/test/CMakeLists.txt
qui/mussagl.cpp
qui/seqbrowser/SequenceBrowserWidget.cpp
qui/seqbrowser/SequenceBrowserWidget.hpp