Closed alpartis closed 2 years ago
Add a progress bar to Booty.qml between the text in the middle and the launcher button
Booty.qml
C++ function in thread in main.cpp must create/open/read from FIFO file descriptor in the local filesystem (named "fifo_pipe")
main.cpp
In a separate Bash shell/console, the user should be able to write strings to the FIFO like so:
$ echo "Step 2 of 8" > ./fifo_pipe
Add a progress bar to
Booty.qml
between the text in the middle and the launcher buttonC++ function in thread in
main.cpp
must create/open/read from FIFO file descriptor in the local filesystem (named "fifo_pipe")In a separate Bash shell/console, the user should be able to write strings to the FIFO like so:
$ echo "Step 2 of 8" > ./fifo_pipe