added label

This commit is contained in:
2025-07-04 02:43:52 +07:00
parent 122999e6a7
commit d79d5c779e
3 changed files with 78 additions and 8 deletions

View File

@@ -57,6 +57,8 @@ private:
QVector<int> m_colorIndices;
QVector<int> m_buttonValues; // Add this new member to store button states
QVector<int> m_buttonBits; // Add this new member for button bits
QVector<QString> m_buttonLabels;
QVector<QString> m_indicatorLabels;
QModbusTcpClient* m_modbusClient;
QPushButton* m_connectButton;