{"id":16604716,"url":"https://github.com/sedwards2009/nodegui-plugin-style-tweaker","last_synced_at":"2025-10-08T20:27:43.067Z","repository":{"id":56791126,"uuid":"464658686","full_name":"sedwards2009/nodegui-plugin-style-tweaker","owner":"sedwards2009","description":"Plugin for tweaking the values of a QStyle with help from QProxyStyle","archived":false,"fork":false,"pushed_at":"2022-12-28T22:43:15.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-24T14:38:55.259Z","etag":null,"topics":["nodegui","plugin"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sedwards2009.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-28T22:03:11.000Z","updated_at":"2022-03-05T10:30:34.000Z","dependencies_parsed_at":"2023-01-31T07:31:11.951Z","dependency_job_id":null,"html_url":"https://github.com/sedwards2009/nodegui-plugin-style-tweaker","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/sedwards2009/nodegui-plugin-style-tweaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-style-tweaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-style-tweaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-style-tweaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-style-tweaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sedwards2009","download_url":"https://codeload.github.com/sedwards2009/nodegui-plugin-style-tweaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sedwards2009%2Fnodegui-plugin-style-tweaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000654,"owners_count":26082817,"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-10-08T02:00:06.501Z","response_time":56,"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":["nodegui","plugin"],"created_at":"2024-10-12T00:59:00.168Z","updated_at":"2025-10-08T20:27:43.037Z","avatar_url":"https://github.com/sedwards2009.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nodegui-plugin-style-tweaker\n\nA `QStyle` which acts as a proxy on top of another style and makes it possible to tweak pixel metrics and style hints returned by the base style.\n\n\n[NodeGui](https://github.com/nodegui/nodegui).\n\nTypeScript example:\n\n```typescript\n//...\nimport {  } from 'nodegui-plugin-style-tweaker';\n\n//...\n\nconst style = new StyleTweaker(\"Windows\");\nstyle.setPixelMetric(QStylePixelMetric.PM_SmallIconSize, 20);\nst.setStyleHint(0 /* QStyle::SH_EtchDisabledText */, 0);\n\nQApplication.setStyle(style);\n\n```\n\n\nInstall via NPM:\n\n```\nnpm install nodegui-plugin-style-tweaker\n```\n\nFor the API see [src/index.ts](src/index.ts)\n\nFor a complete demo see [src/demo.ts](src/demo.ts)\n\n# Maintainer\n\nSimon Edwards \u003csimon@simonzone.com\u003e\n\n# License\n\nMIT\n\n# Release Process (for maintainers)\n\n* Make sure the version in `package.json` is correct.\n* Tag the version with git (format: v1.2.3).\n* Push the tag to origin.\n* Wait for GitHub Action to build and release to NPM.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsedwards2009%2Fnodegui-plugin-style-tweaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsedwards2009%2Fnodegui-plugin-style-tweaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsedwards2009%2Fnodegui-plugin-style-tweaker/lists"}