添加参数界面

This commit is contained in:
2020-05-28 18:11:23 +08:00
parent 12c1bba08a
commit 27748550c4
51 changed files with 2669 additions and 159 deletions
@@ -6,6 +6,14 @@ MapSettingUI::MapSettingUI(QWidget *parent) :
ui(new Ui::MapSettingUI)
{
ui->setupUi(this);
//载入qss
//载入配置
}
MapSettingUI::~MapSettingUI()
@@ -18,8 +26,7 @@ void MapSettingUI::setMapProvider(QVariant value)
{
ui->pushButton_MapProvider->setText(value.toString());
//emit setMapProvider
emit setMapTypes(value);
}
void MapSettingUI::MapTypes(QStringList list)