mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
The profile tab is now functional
This commit is contained in:
parent
07a6fd8ee7
commit
c48e1781fd
13 changed files with 521 additions and 855 deletions
|
@ -1701,10 +1701,6 @@ void MainWindow::createActions()
|
|||
logsAct->setStatusTip(tr("Open log file"));
|
||||
connect(logsAct, SIGNAL(triggered()), this, SLOT(logFile()));
|
||||
|
||||
preferencesAct = new QAction(tr("&Old Preferences Dialog..."), this);
|
||||
preferencesAct->setStatusTip(tr("Used the old Preferences Dialog"));
|
||||
connect(preferencesAct, SIGNAL(triggered()), this, SLOT(preferences()));
|
||||
|
||||
appPreferencesAct = new QAction(CompanionIcon("apppreferences.png"), tr("&Setting..."), this);
|
||||
appPreferencesAct->setStatusTip(tr("Edit Settings"));
|
||||
connect(appPreferencesAct, SIGNAL(triggered()), this, SLOT(appPreferences()));
|
||||
|
@ -1977,7 +1973,6 @@ void MainWindow::createMenus()
|
|||
settingsMenu->addSeparator();
|
||||
settingsMenu->addAction(appPreferencesAct);
|
||||
settingsMenu->addAction(customizeSplashAct);
|
||||
settingsMenu->addAction(preferencesAct);
|
||||
settingsMenu->addAction(burnConfigAct);
|
||||
|
||||
burnMenu = menuBar()->addMenu(tr("&Read/Write"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue