#ifndef BWINDOWWITHLEFTTABSBAR_H #define BWINDOWWITHLEFTTABSBAR_H // void PageMasterSettings // Test: Cell groups in Series 10 -> 9 // Записать текущ. в БМС #include #include #include "bmsinterface.h" namespace Ui { class BmsSettings; } class ParamTable; class BmsSettings : public QFrame { Q_OBJECT public: explicit BmsSettings(QWidget *parent = nullptr); ~BmsSettings(); void clearControlls(); void prepareSettersFromGuiControlsToSettingsFile(); BMSInterface *bms() const; void setDieBieMS(BMSInterface *dieBieMS); //bool addParamRow(QLineEdit* edit, ConfigParams *params, QString paramName); signals: void sendMessage(QString message); void showStatusInfo(QString info, bool isGood); void showMessageDialog(const QString &title, const QString &msg, bool isGood, bool richText); public slots: void onLoadParams(); void onBmsconfUpdateRequested(); void onBmsconfUpdateRequestDefault(); void onBmsconfUpdated(); void onBmsconfStored(); private slots: void on_pbCalibrateZeroPoint_clicked(); //void on_pbWriteIntoNonVolatileMemoryOfBsm_clicked(); //void on_pbWriteCurrentValuesIntoBsm_clicked(); void on_pbWriteToNonVolatileBmsMemory_clicked(); void on_pbWriteCurrentValuesToBms_clicked(); void onSaveBMSConfToXmlFileClicked(); void onLoadBMSConfFromXmlFileClicked(); private: Ui::BmsSettings *ui; BMSInterface *mDieBieMS = nullptr; //ParamTable * pt; // = new ParamTable(this); //ui->masterStateTab; }; #endif // BH /* Not used current threshold 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'DejaVu Sans'; ; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">When the battery current goes below this "Not used battery current threshold" value, the "Not used timeout" timer starts.&quot; </p></body></html> NOT_USED_CURRENT_THRESHOLD 2 1 0 10 0 0 0.1 0.5 100000 A 9 */