initial commit

This commit is contained in:
2020-01-31 21:52:01 +01:00
parent ab85298c34
commit 1ab0ef0d3e
3 changed files with 135 additions and 54 deletions
+4
View File
@@ -56,5 +56,9 @@ protected:
private slots:
void onGo();
void onCopy();
void onShowTemperature(int state);
void onShowPressure(int state);
void onShowHumidity(int state);
};
#endif // CMAINWINDOW_H