mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Allow to save matcher log
This commit is contained in:
committed by
Mat Sutcliffe
parent
0596782926
commit
64b2bd11ba
@@ -47,6 +47,7 @@ using namespace BlackMisc::Simulation;
|
|||||||
using namespace BlackMisc::Simulation::Data;
|
using namespace BlackMisc::Simulation::Data;
|
||||||
using namespace BlackMisc::Network;
|
using namespace BlackMisc::Network;
|
||||||
using namespace BlackGui::Models;
|
using namespace BlackGui::Models;
|
||||||
|
using namespace BlackGui::Views;
|
||||||
using namespace BlackCore;
|
using namespace BlackCore;
|
||||||
|
|
||||||
namespace BlackGui
|
namespace BlackGui
|
||||||
@@ -67,6 +68,7 @@ namespace BlackGui
|
|||||||
ui->comp_AircraftSelector->displayWithIcaoDescription(false);
|
ui->comp_AircraftSelector->displayWithIcaoDescription(false);
|
||||||
ui->comp_LiverySelector->withLiveryDescription(false);
|
ui->comp_LiverySelector->withLiveryDescription(false);
|
||||||
ui->tvp_ResultMessages->setMode(CStatusMessageListModel::Simplified);
|
ui->tvp_ResultMessages->setMode(CStatusMessageListModel::Simplified);
|
||||||
|
ui->tvp_ResultMessages->menuAddItems(CViewBaseNonTemplate::MenuSave);
|
||||||
|
|
||||||
const CUpperCaseValidator *validator = new CUpperCaseValidator(this);
|
const CUpperCaseValidator *validator = new CUpperCaseValidator(this);
|
||||||
ui->le_ModelString->setValidator(validator);
|
ui->le_ModelString->setValidator(validator);
|
||||||
|
|||||||
Reference in New Issue
Block a user