better motif editor
authorDiane Trout <diane@caltech.edu>
Fri, 29 Sep 2006 01:01:06 +0000 (01:01 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 29 Sep 2006 01:01:06 +0000 (01:01 +0000)
commit45b97b8f97ed41a8ba127742f1cc417673f95e11
tree3361f0109765d9bc8a3e491fdd3ddc765d9c22b3
parent957dc6e16fa58f1eba8a167c98cd0f43862b2e38
better motif editor
ticket:122
This patch uses a QTableView for the motif editor which provides
both a better looking editor and supports adding an arbitrary number of
motifs.
12 files changed:
qui/CMakeLists.txt
qui/MussaWindow.cpp
qui/motif_editor/MotifDetail.cpp [deleted file]
qui/motif_editor/MotifDetail.hpp [deleted file]
qui/motif_editor/MotifEditor.cpp
qui/motif_editor/MotifEditor.hpp
qui/motif_editor/MotifEditorDelegate.cpp [new file with mode: 0644]
qui/motif_editor/MotifEditorDelegate.hpp [new file with mode: 0644]
qui/motif_editor/MotifElement.cpp [new file with mode: 0644]
qui/motif_editor/MotifElement.hpp [new file with mode: 0644]
qui/motif_editor/MotifModel.cpp [new file with mode: 0644]
qui/motif_editor/MotifModel.hpp [new file with mode: 0644]