{"id":25549707,"url":"https://github.com/haknkayaa/qledindicator-customplugin-withcmake-example","last_synced_at":"2025-07-24T22:34:56.675Z","repository":{"id":167953725,"uuid":"569846486","full_name":"haknkayaa/QLedIndicator-CustomPlugin-withCMake-Example","owner":"haknkayaa","description":"A simple Qt Designer plugin using CMake. Adapts official qmake guides to CMake, distributing a shared library with a sample app for custom widgets.","archived":false,"fork":false,"pushed_at":"2023-05-25T10:45:50.000Z","size":1578,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T13:27:13.260Z","etag":null,"topics":["cpp","qml","qml-applications","qml-samples","qt5","qt5-widgets","qt6","qt6-application","qt6-gui","qt6-widgets","qtcreator-plugin","qtdesigner","qtdesigner-plugin"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haknkayaa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-11-23T18:45:49.000Z","updated_at":"2025-03-21T13:18:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f853bc2b-2c49-43d9-9288-24438748fb3d","html_url":"https://github.com/haknkayaa/QLedIndicator-CustomPlugin-withCMake-Example","commit_stats":null,"previous_names":["haknkayaa/qledindicator-customplugin-withcmake-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haknkayaa/QLedIndicator-CustomPlugin-withCMake-Example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haknkayaa%2FQLedIndicator-CustomPlugin-withCMake-Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haknkayaa%2FQLedIndicator-CustomPlugin-withCMake-Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haknkayaa%2FQLedIndicator-CustomPlugin-withCMake-Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haknkayaa%2FQLedIndicator-CustomPlugin-withCMake-Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haknkayaa","download_url":"https://codeload.github.com/haknkayaa/QLedIndicator-CustomPlugin-withCMake-Example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haknkayaa%2FQLedIndicator-CustomPlugin-withCMake-Example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266913678,"owners_count":24005580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","qml","qml-applications","qml-samples","qt5","qt5-widgets","qt6","qt6-application","qt6-gui","qt6-widgets","qtcreator-plugin","qtdesigner","qtdesigner-plugin"],"created_at":"2025-02-20T10:19:38.739Z","updated_at":"2025-07-24T22:34:56.432Z","avatar_url":"https://github.com/haknkayaa.png","language":"C++","readme":"# Custom Widgets Plugin Example for Qt Designer with CMake\n\nTo briefly summarize what this repo does, it is useful for QtDesigner.\nI made a plugin design. Actually this is pretty simple. However, all official guides are prepared for qmake. I love using CMake.\nI changed and adapted the project via CMake with small touches (such as pulling property information from the .xml page, not the code). I distribute it as a shared library in a sample application\nI showed you how to use it. I hope it will be useful work.\n\nIf I have time, I will try to explain in detail.\n\n## Screenshot:\n![](docs/img.png)\n\n## How to use?\n\n- First you need to compile the Plugin. A \"*.dll\" file and a \"*.a\" file will be created.\n  I directed them to the \"export\" folder for quick and easy access. Experienced users can directly remove it wherever they want.\n- Copy the resulting \"*.dll\" file to the directory where QtDesigner is running. (For me it was the \"C:\\DevTools\\Qt\\5.15.2\\mingw81_64\\plugins\\designer\" directory.)\n- Then run QtDesigner. In the \"Custom Widgets\" tab, you will see a widget named \"QLedIndicator\".\n  You can drag and use it as you wish.\n\n## Includes:\n### QLedIndicator:\n![img.png](docs/img_1.png)\n- label: The text to be displayed on the widget.\n- icon: The icon to be displayed on the widget.\n- state: The state of the widget. (On / Off)\n- indicatorStyle: The style of the widget.\n- iconSize: The size of the icon to be displayed on the widget.\n\n\n## How can you write your own plugin?\n\ncoming soon...\n\n## Development Environment:\n- Qt 5.15.2\n- CMake 3.20.2\n- MinGW 8.1.0\n- Windows 11\n\n## Contact\nHakan Kaya\n- [Mail](mailto:mail@hakankaya.kim)\n- [Linkedin](https://www.linkedin.com/in/haknkayaa/)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaknkayaa%2Fqledindicator-customplugin-withcmake-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaknkayaa%2Fqledindicator-customplugin-withcmake-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaknkayaa%2Fqledindicator-customplugin-withcmake-example/lists"}