PyQt5-ElaWidgetTools 0.0.1__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.

@@ -0,0 +1,20 @@
1
+ from .ElaWidgetTools import *
2
+
3
+
4
+ def __wrapsingleton(T):
5
+
6
+ class __:
7
+ def __getattr__(self, name):
8
+ return getattr(T.getInstance(), name)
9
+
10
+ return __()
11
+
12
+
13
+ eTheme: ElaTheme = __wrapsingleton(ElaTheme)
14
+ eApp: ElaApplication = __wrapsingleton(ElaApplication)
15
+
16
+
17
+ def ElaThemeColor(
18
+ themeMode: ElaThemeType.ThemeMode, themeColor: ElaThemeType.ThemeColor
19
+ ):
20
+ return eTheme.getThemeColor(themeMode, themeColor)
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.4
2
+ Name: PyQt5-ElaWidgetTools
3
+ Version: 0.0.1
4
+ Author: HIllya51
5
+ License: MIT
6
+ Project-URL: Homepage, https://github.com/HIllya51/PyElaWidgetTools
7
+ Project-URL: Repository, https://github.com/HIllya51/PyElaWidgetTools
8
+ Requires-Dist: PyQt5>=5.15
9
+ Dynamic: author
10
+ Dynamic: license
11
+ Dynamic: project-url
12
+ Dynamic: requires-dist
@@ -0,0 +1,7 @@
1
+ PyQt5-ElaWidgetTools/ElaWidgetTools.pyd,sha256=JzQpKa7hEo2rU4ae2HfVReQJ9fzXB-giSdQoSqsxEao,5785600
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=g_6Gl9NcaXybq12bnhi_KDXjwHDbOvoiCEgWzPCDJbY,95
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,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp37-abi3-win32
5
+
@@ -0,0 +1 @@
1
+ PyQt5-ElaWidgetTools