PyQt polygon window
Project description
pyqt-polygon-window
PyQt polygon window
Requirements
PyQt5 >= 5.8
Setup
python -m pip install pyqt-polygon-window
Included packages
Feature
-
setBorderWidth(width: int) -
setCornerLength(corner_length: int)
Example
Code Sample
from PyQt5.QtWidgets import QApplication
from pyqt_polygon_window import PolygonWindow
if __name__ == "__main__":
import sys
app = QApplication(sys.argv)
pw = PolygonWindow()
pw.show()
app.exec_()
Result
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyqt-polygon-window-0.0.1.tar.gz.
File metadata
- Download URL: pyqt-polygon-window-0.0.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9119080e517b27799a69a29f4f3c1a0fa3a446d6974e22eb73475b4177c10917
|
|
| MD5 |
da0c08a504271d54e3f647fca050a8d0
|
|
| BLAKE2b-256 |
3645a9363fc0c574f27d83c13b69401acc89113a95bdcb5a49d06a5b75b93b36
|
File details
Details for the file pyqt_polygon_window-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyqt_polygon_window-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd1aaec1ce4c8ec441b64b3cc921a9572dbc2c93045ad39b863dc5429cf3975a
|
|
| MD5 |
9fe1cca9a025029a0cfc6bc385b2d142
|
|
| BLAKE2b-256 |
5f741640f2cd16bff729f6081583f8195e840dbbd26643efb8e4cf3a70aa30e3
|