PyQt5-ElaWidgetTools 0.0.4__cp37-abi3-win32.whl → 0.0.5__cp37-abi3-win32.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.

Binary file
@@ -286,6 +286,8 @@ class ElaComboBox(QComboBox):
286
286
  ...
287
287
  def hidePopup(self) -> None:
288
288
  ...
289
+ def paintEvent(self, event: QPaintEvent) -> None:
290
+ ...
289
291
  class ElaContentDialog(QDialog):
290
292
  def nativeEvent(self, eventType: QByteArray, message: None, result: long) -> bool:
291
293
  ...
@@ -4401,6 +4403,8 @@ class ElaLCDNumber(QLCDNumber):
4401
4403
  ...
4402
4404
  def __del__(self) -> None:
4403
4405
  ...
4406
+ def paintEvent(self, event: QPaintEvent) -> None:
4407
+ ...
4404
4408
  class ElaLineEdit(QLineEdit):
4405
4409
  pBorderRadiusChanged = pyqtSignal()
4406
4410
  def setBorderRadius(self, BorderRadius: int) -> None:
@@ -4735,12 +4739,16 @@ class ElaPlainTextEdit(QPlainTextEdit):
4735
4739
  ...
4736
4740
  def __init__(self, text: str, parent: QWidget = None) -> None:
4737
4741
  ...
4742
+ def __del__(self) -> None:
4743
+ ...
4738
4744
  def focusInEvent(self, event: QFocusEvent) -> None:
4739
4745
  ...
4740
4746
  def focusOutEvent(self, event: QFocusEvent) -> None:
4741
4747
  ...
4742
4748
  def contextMenuEvent(self, event: QContextMenuEvent) -> None:
4743
4749
  ...
4750
+ def paintEvent(self, event: QPaintEvent) -> None:
4751
+ ...
4744
4752
  class ElaPopularCard(QWidget):
4745
4753
  pBorderRadiusChanged = pyqtSignal()
4746
4754
  def setBorderRadius(self, BorderRadius: int) -> None:
@@ -5064,6 +5072,8 @@ class ElaRadioButton(QRadioButton):
5064
5072
  ...
5065
5073
  def __del__(self) -> None:
5066
5074
  ...
5075
+ def paintEvent(self, event: QPaintEvent) -> None:
5076
+ ...
5067
5077
  class ElaReminderCard(QPushButton):
5068
5078
  pBorderRadiusChanged = pyqtSignal()
5069
5079
  def setBorderRadius(self, BorderRadius: int) -> None:
@@ -5318,6 +5328,8 @@ class ElaTabBar(QTabBar):
5318
5328
  ...
5319
5329
  def dropEvent(self, event: QDropEvent) -> None:
5320
5330
  ...
5331
+ def wheelEvent(self, event: QWheelEvent) -> None:
5332
+ ...
5321
5333
  class ElaTableView(QTableView):
5322
5334
  pHeaderMarginChanged = pyqtSignal()
5323
5335
  def setHeaderMargin(self, HeaderMargin: int) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyQt5-ElaWidgetTools
3
- Version: 0.0.4
3
+ Version: 0.0.5
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=RIdevD0B7TT70QbjokO-mVtLj2E1UPV_eXp03hKYcL8,5837312
2
+ PyQt5ElaWidgetTools/ElaWidgetTools.pyi,sha256=Imu3Bd8SQw8tV945kgMd6u6JSNsawcjafPViG6F2pZ0,186796
3
+ PyQt5ElaWidgetTools/__init__.py,sha256=Ui_eVWfgEqdWVmKyW2PKe7pCTunjT9yb9rtDTuxfltg,451
4
+ pyqt5_elawidgettools-0.0.5.dist-info/METADATA,sha256=IwvRn3PkLSPre5-10M4PG4QbOfpJ5HUGnAupMpTWAwo,348
5
+ pyqt5_elawidgettools-0.0.5.dist-info/WHEEL,sha256=g_6Gl9NcaXybq12bnhi_KDXjwHDbOvoiCEgWzPCDJbY,95
6
+ pyqt5_elawidgettools-0.0.5.dist-info/top_level.txt,sha256=alL_FBCwnz-weR9jyimZ5V8-szI7nS7JowLiXyqMbzc,20
7
+ pyqt5_elawidgettools-0.0.5.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- PyQt5ElaWidgetTools/ElaWidgetTools.pyd,sha256=-tYfNgAZw0ddsBRvIJp_zpKVvR98ozZ7Rj9ZTA-eM8U,5837312
2
- PyQt5ElaWidgetTools/ElaWidgetTools.pyi,sha256=LIkBFD2yl7LKAHXywQjjyPFh0t7-jci_j-kikmoc2SU,186406
3
- PyQt5ElaWidgetTools/__init__.py,sha256=Ui_eVWfgEqdWVmKyW2PKe7pCTunjT9yb9rtDTuxfltg,451
4
- pyqt5_elawidgettools-0.0.4.dist-info/METADATA,sha256=EhzqU3bLUU3EoZCPemE_PcDf5pfuv4NCWppOXqHncwQ,348
5
- pyqt5_elawidgettools-0.0.4.dist-info/WHEEL,sha256=g_6Gl9NcaXybq12bnhi_KDXjwHDbOvoiCEgWzPCDJbY,95
6
- pyqt5_elawidgettools-0.0.4.dist-info/top_level.txt,sha256=alL_FBCwnz-weR9jyimZ5V8-szI7nS7JowLiXyqMbzc,20
7
- pyqt5_elawidgettools-0.0.4.dist-info/RECORD,,