--- qsampler/trunk/src/qsamplerInstrumentListForm.h 2007/11/22 11:10:44 1509 +++ qsampler/trunk/src/qsamplerInstrumentListForm.h 2009/02/19 11:44:57 1840 @@ -1,7 +1,7 @@ // qsamplerInstrumentListForm.h // /**************************************************************************** - Copyright (C) 2003-2007, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2003-2009, rncbc aka Rui Nuno Capela. All rights reserved. Copyright (C) 2007, Christian Schoenebeck This program is free software; you can redistribute it and/or @@ -32,6 +32,10 @@ namespace QSampler { +//------------------------------------------------------------------------- +// QSampler::InstrumentListForm -- Instrument map list form interface. +// + class InstrumentListForm : public QMainWindow { Q_OBJECT @@ -39,7 +43,7 @@ public: InstrumentListForm(QWidget* pParent = NULL, Qt::WindowFlags wflags = 0); -~InstrumentListForm(); + ~InstrumentListForm(); public slots: @@ -50,6 +54,11 @@ void refreshInstruments(); void activateMap(int); + void stabilizeForm(); + + // Handle custom context menu here... + void contextMenu(const QPoint& pos); + protected: void showEvent(QShowEvent *);