mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
30
samples/qt/Tutorial/src/ApplicationTut.h
Executable file
30
samples/qt/Tutorial/src/ApplicationTut.h
Executable file
@@ -0,0 +1,30 @@
|
||||
#ifndef APPLICATIONTUT_H
|
||||
#define APPLICATIONTUT_H
|
||||
|
||||
#include "DocumentTut.h"
|
||||
#include "ApplicationCommon.h"
|
||||
|
||||
class ApplicationTut: public ApplicationCommonWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
ApplicationTut();
|
||||
~ApplicationTut();
|
||||
|
||||
static QString getTutResourceDir();
|
||||
virtual void updateFileActions();
|
||||
|
||||
public slots:
|
||||
|
||||
void onMakeBottleAction();
|
||||
|
||||
private:
|
||||
void createMakeBottleOperation();
|
||||
|
||||
private:
|
||||
QToolBar* myMakeBottleBar;
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user