новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenBoard/src/desktop/UBDesktopPenPalette.h

28 lines
544 B

#ifndef UBDESKTOPPENPALETTE_H
#define UBDESKTOPPENPALETTE_H
#include <QtGui>
#include <QResizeEvent>
#include "gui/UBPropertyPalette.h"
class UBDesktopPenPalette : public UBPropertyPalette
{
Q_OBJECT
public:
UBDesktopPenPalette(QWidget *parent = 0);
virtual ~UBDesktopPenPalette(){}
public slots:
void onParentMinimized();
void onParentMaximized();
protected:
void resizeEvent(QResizeEvent *);
private slots:
void onButtonReleased();
};
#endif // UBDESKTOPPENPALETTE_H