Use Listbox instead of BigBtn.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "event/EventCenter.h"
|
||||
#include "device/DeviceManager.h"
|
||||
#include "json/cmdhelper.h"
|
||||
#include "components/ListBox.h"
|
||||
|
||||
SystemSettingForm::SystemSettingForm(QWidget* parent)
|
||||
: QWidget(parent)
|
||||
@@ -40,9 +41,9 @@ SystemSettingForm::SystemSettingForm(QWidget* parent)
|
||||
|
||||
//data init
|
||||
mUI->btnPro->setText(JsonObject::Instance()->defaultProtocal());
|
||||
mUI->btnPro->setObjectName("BigBtn");
|
||||
mUI->btnPro->setObjectName("ListBox");
|
||||
mUI->btnFlt->setText(JsonObject::Instance()->defaultFilter());
|
||||
mUI->btnFlt->setObjectName("BigBtn");
|
||||
mUI->btnFlt->setObjectName("ListBox");
|
||||
|
||||
QGridLayout* gridLayout = (QGridLayout*)mUI->block10->layout();
|
||||
auto scanConfirmButton = new ImageSwitch(this);
|
||||
|
||||
Reference in New Issue
Block a user