|
|
@ -258,7 +258,7 @@ void SoftwarePanel::updateLabels() { |
|
|
|
updateBtn->setEnabled(true); |
|
|
|
updateBtn->setEnabled(true); |
|
|
|
gitBranchLbl->setText(QString::fromStdString(params.get("GitBranch"))); |
|
|
|
gitBranchLbl->setText(QString::fromStdString(params.get("GitBranch"))); |
|
|
|
gitCommitLbl->setText(QString::fromStdString(params.get("GitCommit")).left(10)); |
|
|
|
gitCommitLbl->setText(QString::fromStdString(params.get("GitCommit")).left(10)); |
|
|
|
osVersionLbl->setText(QString::fromStdString(Hardware::get_os_version())); |
|
|
|
osVersionLbl->setText(QString::fromStdString(Hardware::get_os_version()).trimmed()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
QWidget * network_panel(QWidget * parent) { |
|
|
|
QWidget * network_panel(QWidget * parent) { |
|
|
|