added a first preliminary user interface for musrFT within musredit.

This commit is contained in:
2015-02-19 17:24:00 +01:00
parent 741a9e7e48
commit c971aac129
25 changed files with 1794 additions and 215 deletions

View File

@@ -131,6 +131,7 @@ private slots:
void musrMsr2Data();
void musrView();
void musrT0();
void musrFT();
void musrPrefs();
void musrSwapMsrMlog();
void musrDump();
@@ -157,6 +158,7 @@ private:
bool fFileSystemWatcherActive; ///< flag to enable/disable the file system watcher
QTimer fFileSystemWatcherTimeout; ///< timer used to re-enable file system watcher. Needed to delay the re-enabling
QString fLastDirInUse; ///< string holding the path from where the last file was loaded.
QStringList fMusrFTPrevCmd;
QAction *fMusrT0Action;