I cannot get TabView or Tab to work on my Mac. I tried first brew install qt and then follow the steps to build from there, making the Overrides.toml in .julia/assets, but then I still got this error in the end:
Qt Warning: file:///Users/path/to/file.qml:2:1: module "QtQuick.Controls" is not installed (file:///Users/path/to/file.qml:2, (null))
I replaced the real paths with dummy paths.
Two questions:
- Is it expected that I have to build and override like this to use TabView and Tab? If this is unexpected, I can make a MWE and share.
- Is there an obvious next step to make this build process work? I reached the end of what I felt comfortable doing myself and with ChatGPT.
I cannot get
TabVieworTabto work on my Mac. I tried firstbrew install qtand then follow the steps to build from there, making theOverrides.tomlin.julia/assets, but then I still got this error in the end:I replaced the real paths with dummy paths.
Two questions: