{"id":30614164,"url":"https://github.com/lyzkeeptrying/qfluentuifortouch","last_synced_at":"2025-10-17T15:35:29.243Z","repository":{"id":307202450,"uuid":"1027007021","full_name":"LyzKeepTrying/QFluentUIForTouch","owner":"LyzKeepTrying","description":"A collection of Fluent Design UI plugins based on Qt5-Widget, specifically optimized for touchscreen devices. This project provides modern, fluid, and touch-friendly interface components for Qt applications.","archived":false,"fork":false,"pushed_at":"2025-08-27T02:39:46.000Z","size":22752,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T11:03:34.401Z","etag":null,"topics":["cpp","embedded","fluent-design","qt","qt5","qwidget","touchscreen","ui"],"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/LyzKeepTrying.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-27T05:31:08.000Z","updated_at":"2025-08-27T02:39:49.000Z","dependencies_parsed_at":"2025-08-15T05:31:47.206Z","dependency_job_id":null,"html_url":"https://github.com/LyzKeepTrying/QFluentUIForTouch","commit_stats":null,"previous_names":["lyzkeeptrying/qfluentuiforqtdesigner","lyzkeeptrying/cpp-qfluentuifortouch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LyzKeepTrying/QFluentUIForTouch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyzKeepTrying%2FQFluentUIForTouch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyzKeepTrying%2FQFluentUIForTouch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyzKeepTrying%2FQFluentUIForTouch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyzKeepTrying%2FQFluentUIForTouch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LyzKeepTrying","download_url":"https://codeload.github.com/LyzKeepTrying/QFluentUIForTouch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyzKeepTrying%2FQFluentUIForTouch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272815845,"owners_count":24997662,"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-08-30T02:00:09.474Z","response_time":77,"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","embedded","fluent-design","qt","qt5","qwidget","touchscreen","ui"],"created_at":"2025-08-30T07:01:34.035Z","updated_at":"2025-10-17T15:35:29.234Z","avatar_url":"https://github.com/LyzKeepTrying.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[简体中文说明](README.zh.md) | [English Documentation](README.md)\n\n# QFluentUIForTouch\n\nQFluentUIForTouch is a collection of Fluent Design UI plugins based on Qt, specifically optimized for touch screen devices.This project provides modern, smooth, and touch-friendly UI components for Qt applications.\n\n## Project Structure\n\n- `fluent_ui_plugin/`: Source code of the Fluent UI plugins, including main widget implementations (e.g., FluentPushButton, FluentToggleButton, etc.)\n- `example/`: Example program demonstrating the actual effects and usage of the widgets\n- `build/`: Compiled output files and plugins\n\n## Key Features\n\n- Developed with C++ and Qt, offering high performance and easy integration\n- Supports Fluent Design style buttons, toggles, and other widgets\n- Optimized for embedded touch screen operations with enhanced interaction experience\n- Can be integrated into Qt Designer with drag-and-drop design support\n- Easy to extend and customize\n\n![example1](readme/example1.png)\n\n## Supported Widgets\n\n![example](readme/example.gif)\n\n- **FluentPushButton**: Fluent-style button\n- **FluentToggleButton**: Fluent-style toggle button\n- **FluentIconToggleButton**: Fluent-style square toggle button\n- **FluentIconPushButton**: Fluent-style square button\n- **FluentLineEdit**: Fluent-style line edit\n- **FluentSpinBox**: Fluent-style spin box (integer input)\n- **FluentCircleSpinBox**: Fluent-style circular spin box (integer input)\n- **FluentLineSpinBox**: Fluent-style linear spin box (integer input)\n- **FluentSlider**: Fluent-style slider\n- **FluentProgressBar**: Fluent-style progress bar \u0026 scroll bar\n- **FluentComboBox**: Fluent-style combo box\n- **FluentText**: Fluent-style Label Text\n- **FluentGroupBox**: Fluent-style group box\n- **FluentTabBar**: Fluent-style tab bar\n- **FluentTabWidget**: Fluent-style tab widget\n- **FluentScrollBar**: Fluent-style scroll bar\n- **FluentScrollArea**: Fluent-style scroll area\n\n## Getting Started\n\n1. Clone the repository:\n   \n   ```bash\n   git clone https://github.com/LeeGouDan1/QFluentUIForTouch.git\n   ```\n2. Open the QFluentUIForTouch.pro file with Qt Creator\n3. Select a suitable Qt version (recommended: Qt 5.15.2 or later)\n4. Build the project — the plugin files will be generated in the build/ directory\n5. (Optional) Copy the plugin to Qt Designer’s plugin directory for visual integration\n\n## Example\n\n- The example/ directory contains a demo program that showcases the actual effects and usage of various Fluent UI widgets.\n- You can compile and run it directly in Qt Creator.\n\n## Contribution\n\n- Contributions are welcome via Issues or Pull Requests to improve widget functionality or fix bugs.\n\n## License\n\n- This project is licensed under the MIT License. See LICENSE for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyzkeeptrying%2Fqfluentuifortouch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyzkeeptrying%2Fqfluentuifortouch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyzkeeptrying%2Fqfluentuifortouch/lists"}