UBFavoriteToolPalette.h 468 Bytes
Newer Older
Claudio Valerio's avatar
Claudio Valerio committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
/*
 * UBFavoriteToolPalette.h
 *
 *  Created on: 30 nov. 2009
 *      Author: Luc
 */

#ifndef UBFAVORITETOOLPALETTE_H_
#define UBFAVORITETOOLPALETTE_H_

#include <QtGui>

#include "UBActionPalette.h"

class UBFavoriteToolPalette : public UBActionPalette
{
    Q_OBJECT;

    public:
        UBFavoriteToolPalette(QWidget* parent = 0);
        virtual ~UBFavoriteToolPalette();

    private slots:
        void addFavorite();
};

#endif /* UBFAVORITETOOLPALETTE_H_ */