PySide6-Ela 0.1.0__py3-none-any.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.
Binary file
@@ -0,0 +1 @@
1
+ from PySide6_Ela import ElaAcrylicUrlCard as ElaAcrylicUrlCard, ElaAppBar as ElaAppBar, ElaAppBarType as ElaAppBarType, ElaApplication as ElaApplication, ElaApplicationType as ElaApplicationType, ElaBreadcrumbBar as ElaBreadcrumbBar, ElaCalendar as ElaCalendar, ElaCalendarPicker as ElaCalendarPicker, ElaCardPixType as ElaCardPixType, ElaCheckBox as ElaCheckBox, ElaColorDialog as ElaColorDialog, ElaComboBox as ElaComboBox, ElaContentDialog as ElaContentDialog, ElaDialog as ElaDialog, ElaDockWidget as ElaDockWidget, ElaDoubleSpinBox as ElaDoubleSpinBox, ElaDrawerArea as ElaDrawerArea, ElaDxgiManager as ElaDxgiManager, ElaDxgiScreen as ElaDxgiScreen, ElaEvent as ElaEvent, ElaEventBus as ElaEventBus, ElaEventBusType as ElaEventBusType, ElaExponentialBlur as ElaExponentialBlur, ElaFlowLayout as ElaFlowLayout, ElaGraphicsItem as ElaGraphicsItem, ElaGraphicsLineItem as ElaGraphicsLineItem, ElaGraphicsScene as ElaGraphicsScene, ElaGraphicsSceneType as ElaGraphicsSceneType, ElaGraphicsView as ElaGraphicsView, ElaIcon as ElaIcon, ElaIconButton as ElaIconButton, ElaIconType as ElaIconType, ElaImageCard as ElaImageCard, ElaInteractiveCard as ElaInteractiveCard, ElaKeyBinder as ElaKeyBinder, ElaLCDNumber as ElaLCDNumber, ElaLineEdit as ElaLineEdit, ElaListView as ElaListView, ElaLog as ElaLog, ElaMenu as ElaMenu, ElaMenuBar as ElaMenuBar, ElaMessageBar as ElaMessageBar, ElaMessageBarType as ElaMessageBarType, ElaMessageButton as ElaMessageButton, ElaMultiSelectComboBox as ElaMultiSelectComboBox, ElaNavigationBar as ElaNavigationBar, ElaNavigationRouter as ElaNavigationRouter, ElaNavigationRouterType as ElaNavigationRouterType, ElaNavigationType as ElaNavigationType, ElaPivot as ElaPivot, ElaPlainTextEdit as ElaPlainTextEdit, ElaPopularCard as ElaPopularCard, ElaProgressBar as ElaProgressBar, ElaProgressRing as ElaProgressRing, ElaProgressRingType as ElaProgressRingType, ElaPromotionCard as ElaPromotionCard, ElaPromotionView as ElaPromotionView, ElaPushButton as ElaPushButton, ElaRadioButton as ElaRadioButton, ElaReminderCard as ElaReminderCard, ElaRoller as ElaRoller, ElaRollerPicker as ElaRollerPicker, ElaScrollArea as ElaScrollArea, ElaScrollBar as ElaScrollBar, ElaScrollPage as ElaScrollPage, ElaScrollPageArea as ElaScrollPageArea, ElaSlider as ElaSlider, ElaSpinBox as ElaSpinBox, ElaSpinBoxType as ElaSpinBoxType, ElaStatusBar as ElaStatusBar, ElaSuggestBox as ElaSuggestBox, ElaTabBar as ElaTabBar, ElaTabWidget as ElaTabWidget, ElaTableView as ElaTableView, ElaText as ElaText, ElaTextType as ElaTextType, ElaTheme as ElaTheme, ElaThemeType as ElaThemeType, ElaToggleButton as ElaToggleButton, ElaToggleSwitch as ElaToggleSwitch, ElaToolBar as ElaToolBar, ElaToolButton as ElaToolButton, ElaToolTip as ElaToolTip, ElaTreeView as ElaTreeView, ElaWidget as ElaWidget, ElaWindow as ElaWindow, ElaWindowType as ElaWindowType, QIntList as QIntList
@@ -0,0 +1,14 @@
1
+ from PySide6 import QtCore, QtWidgets, QtGui
2
+ from .PySide6_Ela import *
3
+
4
+ def __wrapsingleton(T):
5
+ class __Wrapper:
6
+ def __getattr__(self, name):
7
+ return getattr(T.getInstance(), name)
8
+ return __Wrapper()
9
+
10
+ eTheme = __wrapsingleton(ElaTheme)
11
+ eApp = __wrapsingleton(ElaApplication)
12
+
13
+ def ElaThemeColor(themeMode, themeColor):
14
+ return eTheme.getThemeColor(themeMode, themeColor)
@@ -0,0 +1,8 @@
1
+ from .PySide6_Ela import *
2
+ from PySide6 import QtCore as QtCore, QtGui as QtGui, QtWidgets as QtWidgets
3
+ from _typeshed import Incomplete
4
+
5
+ eTheme: Incomplete
6
+ eApp: Incomplete
7
+
8
+ def ElaThemeColor(themeMode, themeColor): ...
@@ -0,0 +1,21 @@
1
+ Metadata-Version: 2.4
2
+ Name: PySide6-Ela
3
+ Version: 0.1.0
4
+ Summary: Python binding for ElaWidgetTools based on PySide6
5
+ Requires-Python: >=3.9
6
+ Description-Content-Type: text/markdown
7
+ Requires-Dist: PySide6==6.6.2
8
+
9
+ ```bash
10
+ git clone --recursive https://github.com/jhq223/PySide6-Ela.git
11
+ ```
12
+
13
+ or
14
+
15
+ ```
16
+ git submodule update --init --recursive
17
+ ```
18
+
19
+ https://download.qt.io/static/mirrorlist/mirmon/
20
+
21
+ uv publish --token pypi-AgEIcHlwaS5vcmcCJDNmODAzNmMxLWM0MjgtNGQxZS1iMTQwLWRjNmNkMjc0NWVlYwACKlszLCIwOTk3ZjZmYi1iNDk0LTRhODUtOWViMi1hMmNjOTMzMzcyY2IiXQAABiBlqGi11qKN8l16doANImwRMRxE_HnGgwrNvp-YTa9cVw wheel/dist/*
@@ -0,0 +1,8 @@
1
+ PySide6_Ela/PySide6_Ela.pyd,sha256=06hF6r41cWXNzpNXofxkxE1pLqTRu-bryHx2QImJmhA,7050240
2
+ PySide6_Ela/PySide6_Ela.pyi,sha256=Mah9iVLP4h1rLeCBujFGzJ8tJu6BmPMjoves33d1YYE,2878
3
+ PySide6_Ela/__init__.py,sha256=wOf6urTL32NP3OBamMy3F5w6FgieIo-_St8b0Aopy6M,415
4
+ PySide6_Ela/__init__.pyi,sha256=9CA3Ts4cPPpJiexEt5pNeXtmRpAx4_G4kXjfbV8tQUg,229
5
+ pyside6_ela-0.1.0.dist-info/METADATA,sha256=GjejnhkmIZ_c3M0SMuvMdRt8TOPukFcggbu2LHrrHAY,624
6
+ pyside6_ela-0.1.0.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
7
+ pyside6_ela-0.1.0.dist-info/top_level.txt,sha256=yHDkuni4BdsV749L6IMG-QGuILOfAnGodzYojikiqsg,12
8
+ pyside6_ela-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ PySide6_Ela