Skip to content

Latest commit

 

History

History

gui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

DepthAI Demo GUI

Local development

⚠️ Instructions tested on Mac but should be similar in other OSes. Feel free to extend this section if it's different in your scenario ⚠️

First, download QT Everywhere 6.2.0 from this link (on Windows, use this link)

Next, extract the package and cd into it. Now, run the following commands:

# to prepare qt everywhere repository
$ ./configure -prefix $PWD/qtbase
# to compile the qt, may take a while (on my MacBook Air it took 4hrs)
$ cmake --build .

Now, download the QT Creator. After downloading and installing this tool:

  • go to Preferences > Kits > Qt Versions
  • Click "Add"
  • point to the qt everywhere directory and qtbase/bin/qmake
  • Go to Kits
  • Edit both of the kits by clicking on them, scrolling down to Qt Version and selecting the qt-everywhere version we just added
  • Restart QT Creator
  • go to Preferences > Qt Quick
  • Click "Qt Quick Designer"
  • Under "QML Emulation Layer" select second option - "Use QML emulation layer that is built...", leaving the default path
  • Close Preferences
  • Open .qml file and click "Design"
  • A build process should start automatically. It may throw a warning that the build process is not responding, ignore
  • Restart QT Creator

Now, the setup is ready and the Designer tool can be used too