Socket
Book a DemoInstallSign in
Socket

pyqt-popup-graphics-view

Package Overview
Maintainers
1
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Source code not available
We could not scan this package. Some page functionalities have been disabled

pyqt-popup-graphics-view

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

pipPyPI
Metadata Only
Version
0.0.1
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