PyQt5-ElaWidgetTools 0.0.1__cp37-abi3-win_amd64.whl → 0.0.3__cp37-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of PyQt5-ElaWidgetTools might be problematic. Click here for more details.

@@ -4078,6 +4078,24 @@ class ElaGraphicsView(QGraphicsView):
4078
4078
  ...
4079
4079
  def keyReleaseEvent(self, event: QKeyEvent) -> None:
4080
4080
  ...
4081
+ class ElaIcon:
4082
+ def __init__(self, ) -> None:
4083
+ ...
4084
+ @staticmethod
4085
+ def getInstance(self) -> ElaIcon:
4086
+ ...
4087
+ def getElaIcon(self, awesome: ElaIconType.IconName) -> QIcon:
4088
+ ...
4089
+ def getElaIcon(self, awesome: ElaIconType.IconName, iconColor: QColor) -> QIcon:
4090
+ ...
4091
+ def getElaIcon(self, awesome: ElaIconType.IconName, pixelSize: int) -> QIcon:
4092
+ ...
4093
+ def getElaIcon(self, awesome: ElaIconType.IconName, pixelSize: int, iconColor: QColor) -> QIcon:
4094
+ ...
4095
+ def getElaIcon(self, awesome: ElaIconType.IconName, pixelSize: int, fixedWidth: int, fixedHeight: int) -> QIcon:
4096
+ ...
4097
+ def getElaIcon(self, awesome: ElaIconType.IconName, pixelSize: int, fixedWidth: int, fixedHeight: int, iconColor: QColor) -> QIcon:
4098
+ ...
4081
4099
  class ElaIconButton(QPushButton):
4082
4100
  pBorderRadiusChanged = pyqtSignal()
4083
4101
  def setBorderRadius(self, BorderRadius: int) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyQt5-ElaWidgetTools
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Author: HIllya51
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://github.com/HIllya51/PyElaWidgetTools
@@ -0,0 +1,7 @@
1
+ PyQt5ElaWidgetTools/ElaWidgetTools.pyd,sha256=FVGQMTXG6fcUu95VjsRApKQpuzZsnfiHxVTf8A9juaI,6455296
2
+ PyQt5ElaWidgetTools/ElaWidgetTools.pyi,sha256=AbT-e9Vf4SpWeieaIiFpWrl9_q8BE2wgFYAgI_1uYcY,177246
3
+ PyQt5ElaWidgetTools/__init__.py,sha256=Ui_eVWfgEqdWVmKyW2PKe7pCTunjT9yb9rtDTuxfltg,451
4
+ pyqt5_elawidgettools-0.0.3.dist-info/METADATA,sha256=5V1D7et-yUPQJNtR5ZKwE8KU2_2blsVZON1opH2vDzI,348
5
+ pyqt5_elawidgettools-0.0.3.dist-info/WHEEL,sha256=encJaInd3UOm0ec-Su_7hslFIhGZCO-1qmifFj6WuV8,99
6
+ pyqt5_elawidgettools-0.0.3.dist-info/top_level.txt,sha256=alL_FBCwnz-weR9jyimZ5V8-szI7nS7JowLiXyqMbzc,20
7
+ pyqt5_elawidgettools-0.0.3.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ PyQt5ElaWidgetTools
@@ -1,7 +0,0 @@
1
- PyQt5-ElaWidgetTools/ElaWidgetTools.pyd,sha256=FVGQMTXG6fcUu95VjsRApKQpuzZsnfiHxVTf8A9juaI,6455296
2
- PyQt5-ElaWidgetTools/ElaWidgetTools.pyi,sha256=XMaV16tS6VQv1f_eITdKRzMvZSJKZj2doOEA9zJvbuM,176439
3
- PyQt5-ElaWidgetTools/__init__.py,sha256=Ui_eVWfgEqdWVmKyW2PKe7pCTunjT9yb9rtDTuxfltg,451
4
- pyqt5_elawidgettools-0.0.1.dist-info/METADATA,sha256=jZ7d3j9YCh-I9ctHBaVEIV9LvKy4aMKLF0vLn-ebHFI,348
5
- pyqt5_elawidgettools-0.0.1.dist-info/WHEEL,sha256=encJaInd3UOm0ec-Su_7hslFIhGZCO-1qmifFj6WuV8,99
6
- pyqt5_elawidgettools-0.0.1.dist-info/top_level.txt,sha256=2gvrGr_qhJRajaqN19eR0sWsuUijf6hJ3UiX6_h1PjY,21
7
- pyqt5_elawidgettools-0.0.1.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- PyQt5-ElaWidgetTools