Options.h
1 /***************************************************************************
2  *
3  * Copyright (C) 2000 by Willem van Straten
4  * Licensed under the Academic Free License version 2.1
5  *
6  ***************************************************************************/
7 #ifndef __RHYTHM_PARAMETERS_H
8 #define __RHYTHM_PARAMETERS_H
9 
10 #include <qtabdialog.h>
11 
12 class qt_ModelOptions;
13 
14 class RhythmOptions : public QTabDialog
15 {
16  Q_OBJECT
17 
18  public:
19  RhythmOptions ( QWidget *parent, const char *name);
20 
21  protected:
22  void setupTab2 ();
23  void setupTab3 ();
24 };
25 
26 #endif

Generated using doxygen 1.8.17