MainWindow: initial integration of new QuickLoadDialog

This is an initial integration of the new QuickLoadDialog into LMMS.
One can either open up the dialog via Ctrl+L or the "Edit" menu.

The dialog is for testing only and not useful at all yet.
This commit is contained in:
Tobias Doerffel
2009-08-18 00:27:10 +02:00
parent 562688e845
commit 0a6c187b86
2 changed files with 16 additions and 0 deletions

View File

@@ -137,6 +137,8 @@ public slots:
void undo( void );
void redo( void );
void loadResource();
void toggleRecordAutomation( bool );
protected: