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

19 lines
311 B

#ifndef UBWEBTOOLSPALLETTE_H_
#define UBWEBTOOLSPALLETTE_H_
#include "UBActionPalette.h"
class UBWebToolsPalette : public UBActionPalette
{
Q_OBJECT;
public:
UBWebToolsPalette(QWidget *parent,bool tutorialMode);
virtual ~UBWebToolsPalette();
};
#endif /* UBWEBTOOLSPALLETTE_H_ */