Code Monkey home page Code Monkey logo

qqmlextensionpluginexample's Introduction

QQmlExtensionPlugin-Example

Contributors Forks Stargazers Issues Windows Plugin Release

๐Ÿ“‘ About the project

Online I found a lot of tutorials from Qt how to create a plugin like this. In my opinion there are too few examples. This is why I created this repository.

I created a Clock in qml with a second-, minute- and hour-clock-hand. This qml can get shipped to a testing-application and imported as a module with import ClockPlugin 1.0. For this the plugin-folder has to be in the build-directory of the testing-application.

(back to top)

๐ŸŽ† Showcase

Clock inside of the testing-application as plugin

(back to top)

๐Ÿ”ข Getting started

  1. Clone the repository
    git clone https://github.com/MhouneyLH/qml_cpp_examples.git
  2. Install Qt-Creator and the Qt-Version 6.2.4
  3. Install MSVC2019
  4. Use the kit "Qt 6.2.4 MSVC2019 64bit", when selecting a kit in Qt-Creator

(back to top)

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ Contributing

Contributions are always welcome! Please look at following commit-conventions, while contributing: https://www.conventionalcommits.org/en/v1.0.0/#summary ๐Ÿ˜ƒ

  1. Fork the project.
  2. Pick or create an issue you want to work on.
  3. Create your Feature-Branch. (git checkout -b feat/best_feature)
  4. Commit your changes. (git commit -m 'feat: add some cool feature')
  5. Push to the branch. (git push origin feat/best_feature)
  6. Open a Pull-Request into the Develop-Branch.

(back to top)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.