новые иконки в 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/gui/UBPropertyPalette.h

22 lines
455 B

#ifndef UBPROPERTYPALETTE_H
#define UBPROPERTYPALETTE_H
#include <QMouseEvent>
#include <QPoint>
#include "UBActionPalette.h"
class UBPropertyPalette : public UBActionPalette
{
Q_OBJECT
public:
UBPropertyPalette(QWidget* parent=0, const char* name="propertyPalette");
UBPropertyPalette(Qt::Orientation orientation, QWidget* parent = 0);
~UBPropertyPalette();
private slots:
void onMouseRelease();
};
#endif // UBPROPERTYPALETTE_H