use combobox instead of button-group for selecting arpeggio-direction

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1300 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-11 22:41:39 +00:00
parent cb84d8a4ad
commit 8bfff2a273
8 changed files with 16 additions and 52 deletions

View File

@@ -31,7 +31,6 @@
#include <QtGui/QWidget>
class QLabel;
class automatableButtonGroup;
class comboBox;
class groupBox;
class knob;
@@ -85,8 +84,7 @@ private:
QLabel * m_arpDirectionLbl;
automatableButtonGroup * m_arpDirectionBtnGrp;
comboBox * m_arpDirectionComboBox;
comboBox * m_arpModeComboBox;
} ;

View File

@@ -131,7 +131,7 @@ private:
floatModel m_arpRangeModel;
tempoSyncKnobModel m_arpTimeModel;
floatModel m_arpGateModel;
intModel m_arpDirectionModel;
comboBoxModel m_arpDirectionModel;
comboBoxModel m_arpModeModel;