PyQt5-ElaWidgetTools 0.1__cp37-abi3-win_amd64.whl → 0.2__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.
- PyQt5ElaWidgetTools/ElaWidgetTools.pyd +0 -0
- PyQt5ElaWidgetTools/ElaWidgetTools.pyi +13 -3
- {pyqt5_elawidgettools-0.1.dist-info → pyqt5_elawidgettools-0.2.dist-info}/METADATA +1 -1
- pyqt5_elawidgettools-0.2.dist-info/RECORD +7 -0
- pyqt5_elawidgettools-0.1.dist-info/RECORD +0 -7
- {pyqt5_elawidgettools-0.1.dist-info → pyqt5_elawidgettools-0.2.dist-info}/WHEEL +0 -0
- {pyqt5_elawidgettools-0.1.dist-info → pyqt5_elawidgettools-0.2.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -3891,7 +3891,7 @@ class ElaDrawerArea(QWidget):
|
|
|
3891
3891
|
...
|
|
3892
3892
|
def expand(self) -> None:
|
|
3893
3893
|
...
|
|
3894
|
-
def
|
|
3894
|
+
def collapse(self) -> None:
|
|
3895
3895
|
...
|
|
3896
3896
|
def getIsExpand(self) -> bool:
|
|
3897
3897
|
...
|
|
@@ -4671,7 +4671,7 @@ class ElaNavigationBar(QWidget):
|
|
|
4671
4671
|
...
|
|
4672
4672
|
def expandNavigationNode(self, expanderKey: str) -> None:
|
|
4673
4673
|
...
|
|
4674
|
-
def
|
|
4674
|
+
def collapseNavigationNode(self, expanderKey: str) -> None:
|
|
4675
4675
|
...
|
|
4676
4676
|
def removeNavigationNode(self, nodeKey: str) -> None:
|
|
4677
4677
|
...
|
|
@@ -4679,6 +4679,10 @@ class ElaNavigationBar(QWidget):
|
|
|
4679
4679
|
...
|
|
4680
4680
|
def getNodeKeyPoints(self, nodeKey: str) -> int:
|
|
4681
4681
|
...
|
|
4682
|
+
def setNavigationNodeTitle(self, nodeKey: str, nodeTitle: str) -> None:
|
|
4683
|
+
...
|
|
4684
|
+
def getNavigationNodeTitle(self, nodeKey: str) -> str:
|
|
4685
|
+
...
|
|
4682
4686
|
def navigation(self, pageKey: str, isLogClicked: bool = True, isRouteBack: bool = False) -> None:
|
|
4683
4687
|
...
|
|
4684
4688
|
def setDisplayMode(self, displayMode: ElaNavigationType.NavigationDisplayMode, isAnimation: bool = True) -> None:
|
|
@@ -5733,16 +5737,22 @@ class ElaWindow(QMainWindow):
|
|
|
5733
5737
|
...
|
|
5734
5738
|
def expandNavigationNode(self, expanderKey: str) -> None:
|
|
5735
5739
|
...
|
|
5736
|
-
def
|
|
5740
|
+
def collapseNavigationNode(self, expanderKey: str) -> None:
|
|
5737
5741
|
...
|
|
5738
5742
|
def removeNavigationNode(self, nodeKey: str) -> None:
|
|
5739
5743
|
...
|
|
5740
5744
|
def getPageOpenInNewWindowCount(self, nodeKey: str) -> int:
|
|
5741
5745
|
...
|
|
5746
|
+
def backtrackNavigationNode(self, nodeKey: str) -> None:
|
|
5747
|
+
...
|
|
5742
5748
|
def setNodeKeyPoints(self, nodeKey: str, keyPoints: int) -> None:
|
|
5743
5749
|
...
|
|
5744
5750
|
def getNodeKeyPoints(self, nodeKey: str) -> int:
|
|
5745
5751
|
...
|
|
5752
|
+
def setNavigationNodeTitle(self, nodeKey: str, nodeTitle: str) -> None:
|
|
5753
|
+
...
|
|
5754
|
+
def getNavigationNodeTitle(self, nodeKey: str) -> str:
|
|
5755
|
+
...
|
|
5746
5756
|
def navigation(self, pageKey: str) -> None:
|
|
5747
5757
|
...
|
|
5748
5758
|
def getCurrentNavigationIndex(self) -> int:
|
|
@@ -0,0 +1,7 @@
|
|
|
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,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
PyQt5ElaWidgetTools/ElaWidgetTools.pyd,sha256=lsiuMtjo-Eb76rhTDhJOPdjk6qjHHmUsHemQMp7A8Kw,6437888
|
|
2
|
-
PyQt5ElaWidgetTools/ElaWidgetTools.pyi,sha256=cxzJDHeWh2MwIprP8d6rkjJ9AYnJa8dMwJGw-AN-z5g,187234
|
|
3
|
-
PyQt5ElaWidgetTools/__init__.py,sha256=IWd4L_B7d78eI8dSRO9muUBY-MwFLnyklHjPOS3hxjg,495
|
|
4
|
-
pyqt5_elawidgettools-0.1.dist-info/METADATA,sha256=HtJ9NRelcOsqovQDH_RQfflsMFfr1WJtrmjMge19-vk,340
|
|
5
|
-
pyqt5_elawidgettools-0.1.dist-info/WHEEL,sha256=encJaInd3UOm0ec-Su_7hslFIhGZCO-1qmifFj6WuV8,99
|
|
6
|
-
pyqt5_elawidgettools-0.1.dist-info/top_level.txt,sha256=alL_FBCwnz-weR9jyimZ5V8-szI7nS7JowLiXyqMbzc,20
|
|
7
|
-
pyqt5_elawidgettools-0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|