Skip to content

A Clock-Plugin that can be used in other Qt-Applications as a module. (with example in this repository)

Notifications You must be signed in to change notification settings

MhouneyLH/QQmlExtensionPluginExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Clock-Plugin that can be used in other Qt-Applications as a module. (with example in this repository)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published