Posts

Showing posts from November, 2023

OpenCart , e-commerce Template

 Adding Paypal Integration in OpenCart

Changing Codes in QGroundControl | After running and building qgourndcontrol

 My Code_Change Jeourney to qt : Text {                         id: as                         text: qsTr("Ayush Sankrit")                     } 1.)        Rectangle {                     id: tutRect                     Layout.fillHeight: true                     width: height                     color: "red"     Text {                         id: as                         text: qsTr("Ayush Sankrit")                   ...

Adding a Botton to QGC during custom build

Image
 Open " qgroundcontrol [Stable_V4.0] "       Then " Reources "   , which is below Sources  (  which is with c++ extension & sign )                 Then " qgroundcontrol.qrc "                    Then folder with name " /toolbar "    , which below " /qml "                         Now double-click on  " MainToolBar.qml "                      - now you are ready to edit the code ,  ,,,                        - navigate to last " QGCToolBarButton "                                                    - now goto it's close tag .     ...

Research on Developing GCS app for Controlling & Monitoring Drone

  1.) How to Build a Web Based GCS - Dan Nix, Nixworks :  Click here to Watch Youtube Video  I thing this could be the best form of GCS in future & now ,           - it needs minimum requirement to run         - can be run on any platform         - no need to install        - independent from platform 2.) a.] Modifying QGroundControl #1 - Setup and First Build :  Click to Watch                    b.] Modifying QGroundControl #2 - Adding a Button :         Click to Watch         Author -: Ayush Sankrit         Method 2 is already verified by me as , I worked on it .      - Qt 5.15     - MSVC2019 64bit   Actually , I have completed this work in 2 months 15 days - but actually  not ( 40 Working Days ( 25 Focused Day...

Understanding Qt-3 | Adding fuctionalaties in Push Button

Image
 1.) Create a New Project        create a widget like this by drag & drop               now we are in need to add ,, onclick , show me " Hello your name ..........."               for this 1st we have to  Right Click on " QClick"                                               them,, "go to slot"                                                 select " clicked() " 2.) Then open " main.cpp "                frequently, it will open " constructer with required code asking to write "   # include "dialog.h" # include "ui_dialog.h" Dialog :: Dialog ( QWidget * parent ) : QDial...

Understanding Qt - 2 | start making GUI app with Qt.

 New Project            Qt Application                                        Widgect Application           > next , next , > Finish Search " PushBotton " in filter of widjet bar ( left side below the top corner. 1. ) Adding " CSS Style in PushButton.           |) Right click on " Push botton " , select edit style Sheet.          ||) Right click on background interface & then select ' edit style Sheet                   Now we have to write to code a/c to need                                                              ...

Research on Qt Creator & QGroundControl

 Configure Qt on Linux    Youtube  Costumizing QGC with QT 5.15 & MS VS 2019     YT Customising QGroundControl  ppt             Youtube Link  Qt Visual Studio Tools   Configure Visual Studio in Qt Creator  Community for QGroundControl buildind support Configure Visual Studio 2019 to create applications using Qt 5 framework (works with Qt 6 too)

Research on drone

Drone Applications.pptx Customising QGroundControl