gotthard2 gui

This commit is contained in:
2020-01-31 17:35:56 +01:00
parent 89c774dbf7
commit 4b39ca6e5f
7 changed files with 84 additions and 6 deletions

View File

@ -160,4 +160,5 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
unsigned int nPixelsY{0};
const static int npixelsx_jctb = 400;
int npixelsy_jctb{0};
uint32_t pixelMask{0};
};