Socket
Socket
Sign inDemoInstall

pyqt-popup-graphics-view

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyqt-popup-graphics-view

PyQt popup QGraphicsView (image will pop up when move the mouse cursor inside the QGraphicsView)


Maintainers
1

pyqt-popup-graphics-view

PyQt Popup QGraphicsView (Image will pop up when move the mouse cursor inside the QGraphicsView, follow the cursor if you move it inside of the window)

Requirements

PyQt5 >= 5.8

Setup

python -m pip install pyqt-popup-graphics-view

Example

Code Example


from PyQt5.QtWidgets import QApplication

from pyqt_popup_graphics_view.popupGraphicsView import PopupGraphicsView





if __name__ == "__main__":

    import sys



    app = QApplication(sys.argv)

    popupGraphicsView = PopupGraphicsView()

    popupGraphicsView.setFileName('nico_bellic.png')

    popupGraphicsView.show()

    app.exec_()

Result

example

Note: Mouse cursor should've been top left of the image. Windows capture feature doesn't include the mouse cursor in the screenshot.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc