Skip to content

Commit

Permalink
FInal update
Browse files Browse the repository at this point in the history
  • Loading branch information
vshevchyk committed Jul 29, 2019
1 parent afc822a commit 3c4b5c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Builder/mainwindow.cpp
Expand Up @@ -55,10 +55,9 @@ MainWindow::~MainWindow()
//You can use it to update statuses ok markers.
void MainWindow::updateStatus()
{
mController->updateValue("127.0.0.1", 0, 0, qrand() % 100);
mController->updateValue("127.0.0.1", 0, 0, qrand() % 3000);
mController->updateValue("127.0.0.1", 0, 1, qrand() % 100);
mController->updateValue("127.0.0.1", 0, 2, qrand() % 100);
mController->updateValue("127.0.0.1", 0, 3, qrand() % 3000);
}

void MainWindow::save()
Expand Down
4 changes: 2 additions & 2 deletions Weather/dashboard.irp
Expand Up @@ -80,12 +80,12 @@
<okBackColor>#3300ff00</okBackColor>
<okColor>#008000</okColor>
<pointerSize>5</pointerSize>
<scaleColor>#d3d3d3</scaleColor>
<scaleColor>#d3d3d3</scaleColor>
<scaleNum>6</scaleNum>
<shift>70</shift>
<startX>36</startX>
<startY>10</startY>
<title>Preassure Pa</title>
<title>Pressure Pa</title>
<titleFont>.SF NS Text</titleFont>
<titleFontColor>#80000000</titleFontColor>
<titleFontSize>18</titleFontSize>
Expand Down
7 changes: 3 additions & 4 deletions qpm.json
Expand Up @@ -15,11 +15,10 @@
"fingerprint": ""
},
"dependencies": [
"com.indeema.QSimpleScada@0.5.2",
"com.indeema.QSimpleScada@0.5.2",
"com.indeema.eeiot@0.1.1"
"com.indeema.QSimpleScada@0.9.0",
"com.indeema.eeiot@0.2.0",
],
"license": "MIT",
"pri_filename": "com_indeema_QSimpleScadaSample.pri",
"webpage": ""
}
}

0 comments on commit 3c4b5c4

Please sign in to comment.