summaryrefslogtreecommitdiff
path: root/noncore/multimedia/tonleiter/editstringwidget.h
blob: ba105a9c2f1a079fc4c6906723ea8aece6ab52b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef TONLEITER_EDIT_STRING_WIDGT_H
#define TONLEITER_EDIT_STRING_WIDGT_H

#include <qframe.h>
#include <qcombobox.h>
#include <qspinbox.h>

#include "tonleiterdata.h"

namespace Menu
{
    class EditStringWidget : public QFrame
    {
        Q_OBJECT
    private:
        QComboBox* boxNote;
    public:
        EditStringWidget(int note,QWidget* parent,const char* name=0,WFlags f=0);
        ~EditStringWidget();
    };
};

#endif //TONLEITER_EDIT_STRING_WIDGT_H