PyQt5-ElaWidgetTools 0.4__cp37-abi3-manylinux1_x86_64.whl → 0.5.1__cp37-abi3-manylinux1_x86_64.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.abi3.so +0 -0
- PyQt5ElaWidgetTools/ElaWidgetTools.pyi +4 -14
- {pyqt5_elawidgettools-0.4.dist-info → pyqt5_elawidgettools-0.5.1.dist-info}/METADATA +1 -1
- pyqt5_elawidgettools-0.5.1.dist-info/RECORD +7 -0
- pyqt5_elawidgettools-0.4.dist-info/RECORD +0 -7
- {pyqt5_elawidgettools-0.4.dist-info → pyqt5_elawidgettools-0.5.1.dist-info}/WHEEL +0 -0
- {pyqt5_elawidgettools-0.4.dist-info → pyqt5_elawidgettools-0.5.1.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -29,18 +29,13 @@ class ElaAppBar(QWidget):
|
|
|
29
29
|
...
|
|
30
30
|
def getAppBarHeight(self) -> int:
|
|
31
31
|
...
|
|
32
|
-
pCustomWidgetMaximumWidthChanged = pyqtSignal()
|
|
33
|
-
def setCustomWidgetMaximumWidth(self, CustomWidgetMaximumWidth: int) -> None:
|
|
34
|
-
...
|
|
35
|
-
def getCustomWidgetMaximumWidth(self) -> int:
|
|
36
|
-
...
|
|
37
32
|
def __init__(self, parent: QWidget = None) -> None:
|
|
38
33
|
...
|
|
39
34
|
def __del__(self) -> None:
|
|
40
35
|
...
|
|
41
|
-
def setCustomWidget(self, customArea: ElaAppBarType.CustomArea, customWidget: QWidget) -> None:
|
|
36
|
+
def setCustomWidget(self, customArea: ElaAppBarType.CustomArea, customWidget: QWidget, hitTestObject: QObject = None, hitTestFunctionName: str = "") -> None:
|
|
42
37
|
...
|
|
43
|
-
def getCustomWidget(self) -> QWidget:
|
|
38
|
+
def getCustomWidget(self, customArea: ElaAppBarType.CustomArea) -> QWidget:
|
|
44
39
|
...
|
|
45
40
|
def setCustomMenu(self, customMenu: QMenu) -> None:
|
|
46
41
|
...
|
|
@@ -4833,11 +4828,6 @@ class ElaWindow(QMainWindow):
|
|
|
4833
4828
|
...
|
|
4834
4829
|
def getAppBarHeight(self) -> int:
|
|
4835
4830
|
...
|
|
4836
|
-
pCustomWidgetMaximumWidthChanged = pyqtSignal()
|
|
4837
|
-
def setCustomWidgetMaximumWidth(self, CustomWidgetMaximumWidth: int) -> None:
|
|
4838
|
-
...
|
|
4839
|
-
def getCustomWidgetMaximumWidth(self) -> int:
|
|
4840
|
-
...
|
|
4841
4831
|
pThemeChangeTimeChanged = pyqtSignal()
|
|
4842
4832
|
def setThemeChangeTime(self, ThemeChangeTime: int) -> None:
|
|
4843
4833
|
...
|
|
@@ -4891,9 +4881,9 @@ class ElaWindow(QMainWindow):
|
|
|
4891
4881
|
...
|
|
4892
4882
|
def moveToCenter(self) -> None:
|
|
4893
4883
|
...
|
|
4894
|
-
def setCustomWidget(self, customArea: ElaAppBarType.CustomArea, customWidget: QWidget) -> None:
|
|
4884
|
+
def setCustomWidget(self, customArea: ElaAppBarType.CustomArea, customWidget: QWidget, hitTestObject: QObject = None, hitTestFunctionName: str = "") -> None:
|
|
4895
4885
|
...
|
|
4896
|
-
def getCustomWidget(self) -> QWidget:
|
|
4886
|
+
def getCustomWidget(self, customArea: ElaAppBarType.CustomArea) -> QWidget:
|
|
4897
4887
|
...
|
|
4898
4888
|
def setCentralCustomWidget(self, customWidget: QWidget) -> None:
|
|
4899
4889
|
...
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
PyQt5ElaWidgetTools/ElaWidgetTools.abi3.so,sha256=zk5q8lYc0WD2LFR69D1-Wzw1WiAmdJSUa7bncUfZKW4,10269848
|
|
2
|
+
PyQt5ElaWidgetTools/ElaWidgetTools.pyi,sha256=286RB2VqITt8bngTJZ1m_4Si0t189zqpUaW0rwY4pv0,181937
|
|
3
|
+
PyQt5ElaWidgetTools/__init__.py,sha256=dD13hRL59kQWzdKKAUs4wkLNlJ33inWxYfv7Ok3pw9U,474
|
|
4
|
+
pyqt5_elawidgettools-0.5.1.dist-info/METADATA,sha256=HiLr2HsdUQUNNZvIxocCJrboBnBkWnD2Q6aFdR0dMRo,330
|
|
5
|
+
pyqt5_elawidgettools-0.5.1.dist-info/WHEEL,sha256=3CLSnNTVfJjhEPm7YpOKb1ll8emjJfjosP8kXe5WQls,107
|
|
6
|
+
pyqt5_elawidgettools-0.5.1.dist-info/top_level.txt,sha256=alL_FBCwnz-weR9jyimZ5V8-szI7nS7JowLiXyqMbzc,20
|
|
7
|
+
pyqt5_elawidgettools-0.5.1.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
PyQt5ElaWidgetTools/ElaWidgetTools.abi3.so,sha256=qeeW3DfbQXLMDR-vnqg15u071uaa9z1oIBCUlq74pKg,10252624
|
|
2
|
-
PyQt5ElaWidgetTools/ElaWidgetTools.pyi,sha256=2BUq_nJwMWhH0F7J0kWMLQz5koIejCiJykSk3mW4nfY,182151
|
|
3
|
-
PyQt5ElaWidgetTools/__init__.py,sha256=dD13hRL59kQWzdKKAUs4wkLNlJ33inWxYfv7Ok3pw9U,474
|
|
4
|
-
pyqt5_elawidgettools-0.4.dist-info/METADATA,sha256=vpJZXVpqibATr_BKOTmrgEf83HCWB-mxmIPW_iHkOzY,328
|
|
5
|
-
pyqt5_elawidgettools-0.4.dist-info/WHEEL,sha256=3CLSnNTVfJjhEPm7YpOKb1ll8emjJfjosP8kXe5WQls,107
|
|
6
|
-
pyqt5_elawidgettools-0.4.dist-info/top_level.txt,sha256=alL_FBCwnz-weR9jyimZ5V8-szI7nS7JowLiXyqMbzc,20
|
|
7
|
-
pyqt5_elawidgettools-0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|