reimplemented goto prev/next cut, about dialog, and action search dialog
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <QMessageBox>
|
||||
#include <QHBoxLayout>
|
||||
|
||||
#include "dialog/about/about.h"
|
||||
#include "dialog/sequence/sequence.h"
|
||||
#include "panel/panelmanager.h"
|
||||
#include "panel/project/project.h"
|
||||
@@ -160,6 +161,12 @@ void Core::SetSnapping(const bool &b)
|
||||
emit SnappingChanged(snapping_);
|
||||
}
|
||||
|
||||
void Core::DialogAboutShow()
|
||||
{
|
||||
AboutDialog a(main_window_);
|
||||
a.exec();
|
||||
}
|
||||
|
||||
void Core::DialogImportShow()
|
||||
{
|
||||
// Open dialog for user to select files
|
||||
|
||||
Reference in New Issue
Block a user