Mercurial > hg > easaier-soundaccess
diff sv/main/main.cpp @ 217:c24fafc45d50
add the lock and unlock window
author | benoitrigolleau |
---|---|
date | Thu, 07 Feb 2008 15:17:13 +0000 |
parents | c5970f7af886 |
children | 4fb1a45be262 |
line wrap: on
line diff
--- a/sv/main/main.cpp Thu Feb 07 15:15:52 2008 +0000 +++ b/sv/main/main.cpp Thu Feb 07 15:17:13 2008 +0000 @@ -22,6 +22,7 @@ #include "base/Preferences.h" #include "widgets/TipDialog.h" #include "widgets/EasaierStyle.h" +#include "widgets/Plotter.h" #include <QMetaType> #include <QApplication> @@ -205,15 +206,19 @@ Q_IMPORT_PLUGIN(qmng) #endif + int main(int argc, char **argv) { SVApplication application(argc, argv); - + QSplashScreen *splash = new QSplashScreen; splash->setPixmap(QPixmap(":icons/splashscreen.png")); splash->show(); + Plotter plotter; + plotter.show(); + QStringList args = application.arguments(); signal(SIGINT, signalHandler);