Komentáře •

  • @iheanyichukwuaguwa6231
    @iheanyichukwuaguwa6231 Před 7 měsíci +1

    Thanks a bunch. These tutorials are awesome and very helpful especially for educators like me who teach software dev using the Qt framework. A gentle request: please kindly upload the source code for the Tesla Future Car dashboard with instrument cluster. PS: Is there a reason why you're not using CMake in this project?

    • @techcoderhub
      @techcoderhub Před 7 měsíci

      Hi I can't share because i accidentally deleted the source code 😥

  • @trungnguyen-ys2eh
    @trungnguyen-ys2eh Před 2 měsíci

    Do you create .svg images on figma or download them?

  • @Spectre4490
    @Spectre4490 Před 7 měsíci +3

    Good job, are u used Figma first and then built the design in QML?

  • @adarshsahu3182
    @adarshsahu3182 Před 7 měsíci +1

    nice

  • @sathishkumarg7186
    @sathishkumarg7186 Před 7 měsíci

    ossum, can you please upload more on this .....

    • @sathishkumarg7186
      @sathishkumarg7186 Před 7 měsíci

      I cant able to download figma designs, its asking "Request to access this file"

    • @techcoderhub
      @techcoderhub Před 7 měsíci

      @@sathishkumarg7186 Send me request

    • @techcoderhub
      @techcoderhub Před 7 měsíci

      www.figma.com/file/5sXR4BPUIy56QyDoxJ52sb/Eagle-Dashboard?type=design&node-id=0%3A1&mode=design&t=gj1YsckV4YejgRUY-1

    • @sathishkumarg7186
      @sathishkumarg7186 Před 7 měsíci

      @@techcoderhub this link is not working 🙂

    • @sathishkumarg7186
      @sathishkumarg7186 Před 7 měsíci

      @@techcoderhub given now

  • @kunalnandanwar5041
    @kunalnandanwar5041 Před 4 měsíci

    Hi, can you explain how to open and run this in QT6?

    • @techcoderhub
      @techcoderhub Před 4 měsíci

      This is run in QT5.15 , If you know qt6 then change one of library QtGraphicalEffect to QtCompact.GraphicalEffect then it will work
      Download Source code from github

  • @krishnaramnavaneethakrishn9426

    Can you make a video for how to design in Figma that can be compatible to qt.

  • @MuhammadRafiq-px5pl
    @MuhammadRafiq-px5pl Před 6 měsíci

    Hey man, love your project about the dashboard, is there any contact so that I can ask you some question about my project about build an interface dashboard design for an EV car?

    • @techcoderhub
      @techcoderhub Před 5 měsíci

      You can contact me via email 📧
      Visit channel description

  • @palanik1960
    @palanik1960 Před 6 měsíci

    How to interface this deshboard with CANbus data ?

    • @techcoderhub
      @techcoderhub Před 5 měsíci

      You need to write code for reading canBus and then need to write some backend stuff and send data to ui via signal slot mechanism

    • @palanik1960
      @palanik1960 Před 5 měsíci

      @@techcoderhub Any tutorial or worked out example available ? How about dummies can try this out ?