添加参数界面
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user