{"id":17603156,"url":"https://github.com/yjg30737/pyqt-show-button-when-hover-widget","last_synced_at":"2026-02-06T09:34:03.945Z","repository":{"id":108706258,"uuid":"435679588","full_name":"yjg30737/pyqt-show-button-when-hover-widget","owner":"yjg30737","description":"PyQt show the button to the bottom right of the widget when mouse cursor hover","archived":false,"fork":false,"pushed_at":"2022-05-14T09:24:03.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T15:30:53.974Z","etag":null,"topics":["pyqt","pyqt-hover","pyqt5","pyqt5-examples","pyqt5-hover","pyqt5-tutorial","python","python3","qgraphicsview"],"latest_commit_sha":null,"homepage":"","language":"Python","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/yjg30737.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}},"created_at":"2021-12-06T23:25:23.000Z","updated_at":"2025-03-31T03:11:09.000Z","dependencies_parsed_at":"2023-04-11T16:46:33.775Z","dependency_job_id":null,"html_url":"https://github.com/yjg30737/pyqt-show-button-when-hover-widget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yjg30737/pyqt-show-button-when-hover-widget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-show-button-when-hover-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-show-button-when-hover-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-show-button-when-hover-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-show-button-when-hover-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yjg30737","download_url":"https://codeload.github.com/yjg30737/pyqt-show-button-when-hover-widget/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yjg30737%2Fpyqt-show-button-when-hover-widget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29157426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["pyqt","pyqt-hover","pyqt5","pyqt5-examples","pyqt5-hover","pyqt5-tutorial","python","python3","qgraphicsview"],"created_at":"2024-10-22T13:41:35.067Z","updated_at":"2026-02-06T09:34:03.904Z","avatar_url":"https://github.com/yjg30737.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyqt-show-button-when-hover-widget\nPyQt show the button to the bottom right of the widget when mouse cursor hover\n\nThis is for example/tutorial.\n\n## Overview\n\u003cb\u003eThis package is for the one who needs tutorial or example. Examine the code whatever you want.\u003c/b\u003e\n\nBase widget is QGraphicsView. \n\nWhen mouse cursor hover on the widget addBtn(plus icon, QPushButton type) and delBtn(minus icon) will be appeared.\n\nYou can show image on the QGraphicsView by clicking addBtn and select the image file.\n\nIf image file is shown, you can delete it by clicking delBtn.\n\n## Requirements\nPyQt5 \u003e= 5.8\n\n## Setup\n``` pip3 install git+https://github.com/yjg30737/pyqt-show-button-when-hover-widget.git --upgrade```\n\n## Example\nCode Example\n```python\nfrom PyQt5.QtWidgets import QApplication\nfrom pyqt_show_button_when_hover_widget import ShowButtonWhenHoverWidget\n\nif __name__ == \"__main__\":\n    import sys\n\n    app = QApplication(sys.argv)\n    dialog = ShowButtonWhenHoverWidget()\n    dialog.show()\n    sys.exit(app.exec_())\n```\n\n## Result\n\nhttps://user-images.githubusercontent.com/55078043/144965498-637807de-4dce-423a-a509-d26ce1c39bcc.mp4\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-show-button-when-hover-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyjg30737%2Fpyqt-show-button-when-hover-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyjg30737%2Fpyqt-show-button-when-hover-widget/lists"}