diff --git a/companion/src/mainwindow.cpp b/companion/src/mainwindow.cpp index c7905725f..b0867917f 100644 --- a/companion/src/mainwindow.cpp +++ b/companion/src/mainwindow.cpp @@ -1611,14 +1611,14 @@ void MainWindow::createActions() } updateProfilesActions(); - newAct = addAct("new.png", tr("New Models+Settings"), tr("Create a new Models and Settings file"), QKeySequence::New, SLOT(newFile())); - openAct = addAct("open.png", tr("Open Models+Settings..."), tr("Open Models and Settings file"), QKeySequence::Open, SLOT(openFile())); - saveAct = addAct("save.png", tr("Save Models+Settings..."), tr("Save Models and Settings file"), QKeySequence::Save, SLOT(save())); - saveAsAct = addAct("saveas.png", tr("Save Models+Settings as..."), tr("Save Models and Settings file"), QKeySequence::SaveAs, SLOT(saveAs())); - exitAct = addAct("exit.png", tr("Exit"), tr("Exit the application"), QKeySequence::Quit, SLOT(closeAllWindows()), qApp); - cutAct = addAct("cut.png", tr("Cut Model"), tr("Cut current model to the clipboard"), QKeySequence::Cut, SLOT(cut())); - copyAct = addAct("copy.png", tr("Copy Model..."), tr("Copy current model to the clipboard"), QKeySequence::Copy, SLOT(copy())); - pasteAct = addAct("paste.png", tr("Paste Model..."), tr("Paste model from clipboard"), QKeySequence::Paste, SLOT(paste())); + newAct = addAct("new.png", tr("New"), tr("Create a new Models and Settings file"), QKeySequence::New, SLOT(newFile())); + openAct = addAct("open.png", tr("Open..."), tr("Open Models and Settings file"), QKeySequence::Open, SLOT(openFile())); + saveAct = addAct("save.png", tr("Save"), tr("Save Models and Settings file"), QKeySequence::Save, SLOT(save())); + saveAsAct = addAct("saveas.png", tr("Save As..."), tr("Save Models and Settings file"), QKeySequence::SaveAs, SLOT(saveAs())); + exitAct = addAct("exit.png", tr("Exit"), tr("Exit the application"), QKeySequence::Quit, SLOT(closeAllWindows()), qApp); + cutAct = addAct("cut.png", tr("Cut Model"), tr("Cut current model to the clipboard"), QKeySequence::Cut, SLOT(cut())); + copyAct = addAct("copy.png", tr("Copy Model"), tr("Copy current model to the clipboard"), QKeySequence::Copy, SLOT(copy())); + pasteAct = addAct("paste.png", tr("Paste Model"), tr("Paste model from clipboard"), QKeySequence::Paste, SLOT(paste())); QActionGroup *themeAlignGroup = new QActionGroup(this); classicThemeAct = addAct( themeAlignGroup, tr("Classical"), tr("The classic companion9x icon theme"), SLOT(setClassicTheme())); @@ -1681,7 +1681,7 @@ void MainWindow::createActions() void MainWindow::createMenus() { - QMenu *recentFileMenu=new QMenu(tr("Recent Models+Settings")); + QMenu *recentFileMenu=new QMenu(tr("Recent Files")); QMenu *languageMenu=new QMenu(tr("Set Menu Language")); QMenu *themeMenu=new QMenu(tr("Set Icon Theme")); QMenu *iconThemeSizeMenu=new QMenu(tr("Set Icon Size")); @@ -1843,7 +1843,7 @@ void MainWindow::createToolBars() profileButton->setMenu(createProfilesMenu()); profileButton->setIcon(CompanionIcon("profiles.png")); profileButton->setToolTip(tr("Radio Profile")); - profileButton->setStatusTip(tr("Show a selection list of radio profiles")); + profileButton->setStatusTip(tr("Show the list of radio profiles")); fileToolBar->addWidget(profileButton); fileToolBar->addAction(editSplashAct); diff --git a/companion/src/modeledit/mixerdialog.ui b/companion/src/modeledit/mixerdialog.ui index 04d876b80..4339313d8 100644 --- a/companion/src/modeledit/mixerdialog.ui +++ b/companion/src/modeledit/mixerdialog.ui @@ -204,7 +204,7 @@ p, li { white-space: pre-wrap; } - 0 + 0 Qt::AlignCenter @@ -214,7 +214,7 @@ p, li { white-space: pre-wrap; } - 1 + 1 Qt::AlignCenter @@ -224,7 +224,7 @@ p, li { white-space: pre-wrap; } - 2 + 2 Qt::AlignCenter @@ -234,7 +234,7 @@ p, li { white-space: pre-wrap; } - 3 + 3 Qt::AlignCenter @@ -244,7 +244,7 @@ p, li { white-space: pre-wrap; } - 4 + 4 Qt::AlignCenter @@ -254,7 +254,7 @@ p, li { white-space: pre-wrap; } - 5 + 5 Qt::AlignCenter @@ -264,7 +264,7 @@ p, li { white-space: pre-wrap; } - 6 + 6 Qt::AlignCenter @@ -274,7 +274,7 @@ p, li { white-space: pre-wrap; } - 7 + 7 Qt::AlignCenter @@ -284,7 +284,7 @@ p, li { white-space: pre-wrap; } - 8 + 8 Qt::AlignCenter diff --git a/companion/src/modeledit/setup.ui b/companion/src/modeledit/setup.ui index 2f13d807e..d0fd4a9fb 100644 --- a/companion/src/modeledit/setup.ui +++ b/companion/src/modeledit/setup.ui @@ -11,7 +11,7 @@ - Form + @@ -153,7 +153,7 @@ If this is checked the throttle will be reversed. Idle will be forward, trim wi - Timer2 + Timer 2 Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter @@ -169,7 +169,7 @@ If this is checked the throttle will be reversed. Idle will be forward, trim wi - Timer1 + Timer 1 Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter diff --git a/companion/src/modeledit/setup_module.ui b/companion/src/modeledit/setup_module.ui index ae8cc9783..7815a75ca 100644 --- a/companion/src/modeledit/setup_module.ui +++ b/companion/src/modeledit/setup_module.ui @@ -11,7 +11,7 @@ - Form + @@ -42,7 +42,7 @@ - Label + Label @@ -85,7 +85,10 @@ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - ch + + + + CH 1 @@ -192,7 +195,7 @@ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - usec + us 100 @@ -307,7 +310,7 @@ - mSec + ms 1 @@ -338,7 +341,7 @@ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - ch + 1 diff --git a/companion/src/simulation/simulatordialog-9x.ui b/companion/src/simulation/simulatordialog-9x.ui index 71d514645..c69845de0 100644 --- a/companion/src/simulation/simulatordialog-9x.ui +++ b/companion/src/simulation/simulatordialog-9x.ui @@ -73,7 +73,7 @@ 6 - + @@ -121,7 +121,7 @@ QPushButton:checked { } - THR + THR true @@ -151,7 +151,7 @@ QPushButton:checked { } - RUD + RUD true @@ -181,7 +181,7 @@ QPushButton:checked { } - ELE + ELE true @@ -211,7 +211,7 @@ QPushButton:checked { } - AIL + AIL true @@ -355,7 +355,7 @@ QPushButton:checked { - TextLabel + TextLabel Qt::AlignCenter @@ -365,7 +365,7 @@ QPushButton:checked { - TextLabel + TextLabel Qt::AlignCenter @@ -535,7 +535,7 @@ QPushButton:pressed { } - TRN + TRN @@ -562,7 +562,7 @@ QPushButton:checked { } - GEA + GEA true @@ -595,7 +595,7 @@ QPushButton:checked { } - ID0 + ID0 true @@ -632,7 +632,7 @@ QPushButton:checked { } - ID1 + ID1 true @@ -665,7 +665,7 @@ QPushButton:checked { } - ID2 + ID2 true @@ -812,7 +812,7 @@ QPushButton:checked { - TextLabel + TextLabel Qt::AlignCenter @@ -822,7 +822,7 @@ QPushButton:checked { - TextLabel + TextLabel Qt::AlignCenter @@ -1010,7 +1010,7 @@ QPushButton:checked { - P1 + P1 -1024 @@ -1032,7 +1032,7 @@ QPushButton:checked { - 0 % + 0 % Qt::AlignCenter @@ -1067,7 +1067,7 @@ QPushButton:checked { - P2 + P2 -1024 @@ -1092,7 +1092,7 @@ QPushButton:checked { - 0 % + 0 % Qt::AlignCenter @@ -1127,7 +1127,7 @@ QPushButton:checked { - P3 + P3 -1024 @@ -1149,7 +1149,7 @@ QPushButton:checked { - 0 % + 0 % Qt::AlignCenter diff --git a/companion/src/simulation/simulatordialog-taranis.ui b/companion/src/simulation/simulatordialog-taranis.ui index 9dd1608e0..9ef223cae 100644 --- a/companion/src/simulation/simulatordialog-taranis.ui +++ b/companion/src/simulation/simulatordialog-taranis.ui @@ -555,7 +555,7 @@ QPushButton:checked { - S1 + -1024 @@ -585,7 +585,7 @@ QPushButton:checked { - TextLabel + TextLabel Qt::AlignCenter @@ -595,7 +595,7 @@ QPushButton:checked { - TextLabel + TextLabel Qt::AlignCenter @@ -619,7 +619,7 @@ QPushButton:checked { - SB + 2 @@ -675,7 +675,7 @@ QPushButton:checked { - SA + 2 @@ -715,7 +715,7 @@ QPushButton:checked { - SE + 2 @@ -743,7 +743,7 @@ QPushButton:checked { - SF + SF Qt::AlignCenter @@ -765,10 +765,10 @@ QPushButton:checked { - SF + - SF + 1 @@ -811,7 +811,7 @@ QPushButton:checked { - LS + -1024 @@ -833,7 +833,7 @@ QPushButton:checked { - SA + SA Qt::AlignCenter @@ -843,7 +843,7 @@ QPushButton:checked { - SB + SB Qt::AlignCenter @@ -853,7 +853,7 @@ QPushButton:checked { - SE + SE Qt::AlignCenter @@ -863,7 +863,7 @@ QPushButton:checked { - LS + LS Qt::AlignCenter @@ -873,7 +873,7 @@ QPushButton:checked { - S1 + S1 Qt::AlignCenter @@ -1038,7 +1038,7 @@ QPushButton:checked { - S2 + -1024 @@ -1060,7 +1060,7 @@ QPushButton:checked { - S2 + S2 Qt::AlignCenter @@ -1254,7 +1254,7 @@ QPushButton:checked { - SD + 2 @@ -1294,7 +1294,7 @@ QPushButton:checked { - SC + 2 @@ -1360,7 +1360,7 @@ QPushButton:checked { - SG + 2 @@ -1403,7 +1403,7 @@ QPushButton:checked { - RS + -1024 @@ -1437,7 +1437,7 @@ QPushButton:checked { - SH + @@ -1468,7 +1468,7 @@ QPushButton:checked { - SC + SC Qt::AlignCenter @@ -1478,7 +1478,7 @@ QPushButton:checked { - SD + SD Qt::AlignCenter @@ -1488,7 +1488,7 @@ QPushButton:checked { - SG + SG Qt::AlignCenter @@ -1498,7 +1498,7 @@ QPushButton:checked { - SH + SH Qt::AlignCenter @@ -1508,7 +1508,7 @@ QPushButton:checked { - RS + RS Qt::AlignCenter @@ -1526,7 +1526,7 @@ QPushButton:checked { - TextLabel + TextLabel Qt::AlignCenter @@ -1536,7 +1536,7 @@ QPushButton:checked { - TextLabel + TextLabel Qt::AlignCenter