using Qt6 for SOLARIS DAQ GUI development
Go to file
2023-02-01 18:58:51 -05:00
.vscode some progress on SetupNewExp. need to check the logic 2023-02-01 18:58:51 -05:00
.gitignore finsihed Program Settings 2023-02-01 16:38:02 -05:00
ClassDigitizer2Gen.cpp add back the test.cpp, add many channels settings 2023-01-27 18:52:03 -05:00
ClassDigitizer2Gen.h thread on read data 2023-01-30 18:40:24 -05:00
digiSettings.cpp add more on the main window 2023-01-31 18:59:12 -05:00
digiSettings.h add more on the main window 2023-01-31 18:59:12 -05:00
Event.h have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
influxdb.cpp have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
influxdb.h have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
main.cpp have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
mainwindow.cpp some progress on SetupNewExp. need to check the logic 2023-02-01 18:58:51 -05:00
mainwindow.h some progress on SetupNewExp. need to check the logic 2023-02-01 18:58:51 -05:00
README.md added digiSettings panel 2023-01-25 17:16:14 -05:00
script.C add more on the main window 2023-01-31 18:59:12 -05:00
SOLARIS_favicon.png have GUI fundation, linker and such 2023-01-25 14:59:48 -05:00
SOLARIS_Qt6_DAQ.pro added digiSettings panel 2023-01-25 17:16:14 -05:00
SolReader.h add more on the main window 2023-01-31 18:59:12 -05:00
test.cpp add back the test.cpp, add many channels settings 2023-01-27 18:52:03 -05:00

Required / Development enviroment

Ubuntu 22.04

CAEN_DIG2_v1.5.3

CAEN_FELIB_v1.2.2

sudo apt install qt6-base-dev libcurl4-openssl-dev

Digitizer firmware V2745-dpp-pha-2022092903.cup

Compile

use qmake6 -project to generate the *.pro

in the *.pro, add

QT += widgets

LIBS += -lcurl -lCAEN_FELib

then run qmake6 *.pro it will generate Makefile

then make