|
@ -17,12 +17,12 @@ void ColorModeSettingViewModel::prepareData() |
|
|
} |
|
|
} |
|
|
void ColorModeSettingViewModel::init() |
|
|
void ColorModeSettingViewModel::init() |
|
|
{ |
|
|
{ |
|
|
qDebug() << "color init"; |
|
|
// qDebug() << "color init";
|
|
|
|
|
|
|
|
|
QTimer::singleShot(5000,[=](){ |
|
|
// QTimer::singleShot(5000,[=](){
|
|
|
cfmMapNames({"1","2","3","4","5"}); |
|
|
// cfmMapNames({"1","2","3","4","5"});
|
|
|
cfmMapImageList({"11","22","33","44","55"}); |
|
|
// cfmMapImageList({"11","22","33","44","55"});
|
|
|
}); |
|
|
// });
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
void ColorModeSettingViewModel::turnOnMinimalMode() |
|
|
void ColorModeSettingViewModel::turnOnMinimalMode() |
|
|