arm下屏蔽人机界面
This commit is contained in:
parent
23557a64e4
commit
0a493c432e
@ -73,7 +73,7 @@ void ButtonForm::addToolButtons(QVector<QString> &buttonVec)
|
||||
toolBtn->setMinimumWidth(80);
|
||||
//toolBtn->setIcon(icon);
|
||||
toolBtn->setText(m_bIsZh?buttonInfo.m_zh:buttonInfo.m_en);
|
||||
#ifdef OS_LINUX
|
||||
#ifdef Q_PROCESSOR_ARM_64
|
||||
toolBtn->setEnabled(buttonInfo.m_enable);
|
||||
#endif
|
||||
connect(toolBtn,&QToolButton::clicked,[=](){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user