Open shenkai9999 opened 2 months ago
How should I run the cyclonedds-insight by the source code and show the graphical interface?
Hello @shenkai9999 you can call for example: pyside6-rcc ./resources.qrc -o ./src/qrc_file.py && python3 src/main.py
pyside6-rcc ./resources.qrc -o ./src/qrc_file.py && python3 src/main.py
How should I run the cyclonedds-insight by the source code and show the graphical interface?