PyQt5-ElaWidgetTools 0.2__cp37-abi3-win_amd64.whl → 0.2.1__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.

Binary file
@@ -138,11 +138,14 @@ class ElaAppBar(QWidget):
138
138
  ...
139
139
  def setRouteBackButtonEnable(self, isEnable: bool) -> None:
140
140
  ...
141
+ def setRouteForwardButtonEnable(self, isEnable: bool) -> None:
142
+ ...
141
143
  def closeWindow(self) -> None:
142
144
  ...
143
145
  def takeOverNativeEvent(self, eventType: QByteArray, message: None, result: long) -> int:
144
146
  ...
145
147
  routeBackButtonClicked = pyqtSignal()
148
+ routeForwardButtonClicked = pyqtSignal()
146
149
  navigationButtonClicked = pyqtSignal()
147
150
  themeChangeButtonClicked = pyqtSignal()
148
151
  closeButtonClicked = pyqtSignal()
@@ -389,12 +392,13 @@ class ElaAppBarType:
389
392
  class ButtonType(IntEnum):
390
393
  NoneButtonHint = 0x0000
391
394
  RouteBackButtonHint = 0x0001
392
- NavigationButtonHint = 0x0002
393
- StayTopButtonHint = 0x0004
394
- ThemeChangeButtonHint = 0x0008
395
- MinimizeButtonHint = 0x00010
396
- MaximizeButtonHint = 0x0020
397
- CloseButtonHint = 0x0040
395
+ RouteForwardButtonHint = 0x0002
396
+ NavigationButtonHint = 0x0004
397
+ StayTopButtonHint = 0x0008
398
+ ThemeChangeButtonHint = 0x0010
399
+ MinimizeButtonHint = 0x00020
400
+ MaximizeButtonHint = 0x0040
401
+ CloseButtonHint = 0x0080
398
402
 
399
403
  class CustomArea(IntEnum):
400
404
  LeftArea = 0x0001
@@ -512,6 +516,14 @@ class ElaSpinBoxType:
512
516
  PMSide = 0x0003
513
517
 
514
518
 
519
+ class ElaNavigationRouterType:
520
+ class RouteMode(IntEnum):
521
+ BackValid = 0x0000
522
+ BackInvalid = 0x0001
523
+ ForwardValid = 0x0002
524
+ ForwardInvalid = 0x0003
525
+
526
+
515
527
  class ElaIconType:
516
528
  class IconName(IntEnum):
517
529
  None_ = 0x0
@@ -4709,11 +4721,15 @@ class ElaNavigationRouter(QObject):
4709
4721
  ...
4710
4722
  def __del__(self) -> None:
4711
4723
  ...
4712
- navigationRouterStateChanged = pyqtSignal(bool)
4724
+ navigationRouterStateChanged = pyqtSignal(ElaNavigationRouterType.RouteMode)
4713
4725
  def navigationRoute(self, routeObject: QObject, routeFunctionName: str, routeData: map = {}, connectionType: Qt.ConnectionType = Qt.AutoConnection) -> ElaNavigationRouterType.NavigationRouteType:
4714
4726
  ...
4727
+ def clearNavigationRoute(self) -> None:
4728
+ ...
4715
4729
  def navigationRouteBack(self) -> None:
4716
4730
  ...
4731
+ def navigationRouteForward(self) -> None:
4732
+ ...
4717
4733
  class ElaPivot(QWidget):
4718
4734
  pTextPixelSizeChanged = pyqtSignal()
4719
4735
  def setTextPixelSize(self, TextPixelSize: int) -> None:
@@ -5314,6 +5330,12 @@ class ElaSuggestBox(QWidget):
5314
5330
  ...
5315
5331
  def setPlaceholderText(self, placeholderText: str) -> None:
5316
5332
  ...
5333
+ def setFixedSize(self, size: QSize) -> None:
5334
+ ...
5335
+ def setFixedSize(self, w: int, h: int) -> None:
5336
+ ...
5337
+ def setFixedHeight(self, h: int) -> None:
5338
+ ...
5317
5339
  def addSuggestion(self, suggestText: str, suggestData: map = {}) -> str:
5318
5340
  ...
5319
5341
  def addSuggestion(self, icon: ElaIconType.IconName, suggestText: str, suggestData: map = {}) -> str:
@@ -5701,6 +5723,10 @@ class ElaWindow(QMainWindow):
5701
5723
  ...
5702
5724
  def getCustomWidget(self) -> QWidget:
5703
5725
  ...
5726
+ def setCentralCustomWidget(self, customWidget: QWidget) -> None:
5727
+ ...
5728
+ def getCentralCustomWidget(self) -> QWidget:
5729
+ ...
5704
5730
  def setCustomMenu(self, customMenu: QMenu) -> None:
5705
5731
  ...
5706
5732
  def getCustomMenu(self) -> QMenu:
@@ -5771,6 +5797,7 @@ class ElaWindow(QMainWindow):
5771
5797
  closeButtonClicked = pyqtSignal()
5772
5798
  navigationNodeClicked = pyqtSignal(ElaNavigationType.NavigationNodeType, str)
5773
5799
  customWidgetChanged = pyqtSignal()
5800
+ centralCustomWidgetChanged = pyqtSignal()
5774
5801
  customMenuChanged = pyqtSignal()
5775
5802
  pageOpenInNewWindow = pyqtSignal(str)
5776
5803
  def eventFilter(self, watched: QObject, event: QEvent) -> bool:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyQt5-ElaWidgetTools
3
- Version: 0.2
3
+ Version: 0.2.1
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=w06r8lTE4C5uelzydyF2rpVBMu6rROzx1UXD9-0tkTg,6460928
2
+ PyQt5ElaWidgetTools/ElaWidgetTools.pyi,sha256=50u-z5FQtgp0OKany0lqCJwtO5jvz9n8airyWzW5BtQ,188522
3
+ PyQt5ElaWidgetTools/__init__.py,sha256=IWd4L_B7d78eI8dSRO9muUBY-MwFLnyklHjPOS3hxjg,495
4
+ pyqt5_elawidgettools-0.2.1.dist-info/METADATA,sha256=yCw89kI-xWxUXSM32JUwMOpTfYWFd3d8L6oXGdjuJXo,342
5
+ pyqt5_elawidgettools-0.2.1.dist-info/WHEEL,sha256=encJaInd3UOm0ec-Su_7hslFIhGZCO-1qmifFj6WuV8,99
6
+ pyqt5_elawidgettools-0.2.1.dist-info/top_level.txt,sha256=alL_FBCwnz-weR9jyimZ5V8-szI7nS7JowLiXyqMbzc,20
7
+ pyqt5_elawidgettools-0.2.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- PyQt5ElaWidgetTools/ElaWidgetTools.pyd,sha256=gCDYGgzPO-O31rdj-keiJipm1ZR3WY_GcGT0eXB3kfo,6446592
2
- PyQt5ElaWidgetTools/ElaWidgetTools.pyi,sha256=GFHmSXGAxAGHPBnuUndwH7izXuZIN8Y6ktFvkqyb3Qk,187635
3
- PyQt5ElaWidgetTools/__init__.py,sha256=IWd4L_B7d78eI8dSRO9muUBY-MwFLnyklHjPOS3hxjg,495
4
- pyqt5_elawidgettools-0.2.dist-info/METADATA,sha256=BkFFkheEslLK-BhVg4mCLsMx0S07aQihzXt1ohduoIw,340
5
- pyqt5_elawidgettools-0.2.dist-info/WHEEL,sha256=encJaInd3UOm0ec-Su_7hslFIhGZCO-1qmifFj6WuV8,99
6
- pyqt5_elawidgettools-0.2.dist-info/top_level.txt,sha256=alL_FBCwnz-weR9jyimZ5V8-szI7nS7JowLiXyqMbzc,20
7
- pyqt5_elawidgettools-0.2.dist-info/RECORD,,