Adding mainwindow.ui to the "qcam" example so I can use the Designer interface?
Unsolved
General and Desktop
-
Hi folks,
I am new to Qt Creator and I would like to control the main window of the "qcam" example from the libcamera API in Raspberry Pi 4.
qcam does make use of Qt widgets but it does not have the mainwindow.ui and therefore I cannot control the buttons and combobox in Designer. How can I add the ui file to qcam so I can make use of the Designer interface?
Please take a look and thank you!
rolly -
Hi,
You would need to reproduce the interface in designer based on the code.
That said, what changes do you want to do ? Writing the UI in code will likely be faster than translating it to designer.