mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0023459: Update QT samples
Removing Qt3Support layer of Qt 4 Changed all files for Qt4 and added file VoxelDemo.pro Removed 'static' before the declaration of handling FSD_File.
This commit is contained in:
@@ -23,7 +23,7 @@ void ApplicationTut::createMakeBottleOperation(){
|
||||
MakeBottleAction->setToolTip( QObject::tr( "TBR_MAKEBOT" ) );
|
||||
MakeBottleAction->setStatusTip( QObject::tr("TBR_MAKEBOT") );
|
||||
MakeBottleAction->setShortcut( QObject::tr( "CTRL+M" ) );
|
||||
connect( MakeBottleAction, SIGNAL( activated() ) , this, SLOT( onMakeBottleAction() ) );
|
||||
connect( MakeBottleAction, SIGNAL( triggered() ) , this, SLOT( onMakeBottleAction() ) );
|
||||
|
||||
myMakeBottleBar = addToolBar( tr( "Make Bottle" ) );
|
||||
insertToolBar( getCasCadeBar(), myMakeBottleBar );
|
||||
|
Reference in New Issue
Block a user