Skip to content

shapeworks::SplashScreen

More...

#include <SplashScreen.h>

Inherits from QDialog

Public Signals

Name
void open_project(QString file_path)
signal to open a particular project

Public Functions

Name
SplashScreen(QWidget * parent, Preferences & preferences)
constructor
virtual ~SplashScreen()
destructor

Detailed Description

cpp class shapeworks::SplashScreen;

The SplashScreen is a QDialog that implements the user interface for the Studio Splash Screen It supports a recent file list as well as loading other existing projects

Public Signals Documentation

signal open_project

cpp void open_project( QString file_path )

signal to open a particular project

Public Functions Documentation

function SplashScreen

cpp SplashScreen( QWidget * parent, Preferences & preferences )

constructor

function ~SplashScreen

cpp virtual ~SplashScreen()

destructor


Updated on 2026-03-31 at 16:02:10 +0000