KhamisiKibet / QT-PyQt-PySide-Custom-Widgets

Awesome custom widgets made for QT Desktop Applications. Simplify your UI development process. These widgets can be used in QT Designer then imported to PySide code.
https://khamisikibet.github.io/Docs-QT-PyQt-PySide-Custom-Widgets/
GNU General Public License v3.0
786 stars 228 forks source link

UserWarning: Deprecated imports. #106

Open ALIEN00264 opened 7 months ago

ALIEN00264 commented 7 months ago

UserWarning: Deprecated imports. For more information, refer to the documentation at: https://github.com/KhamisiKibet/QT-PyQt-PySide-Custom-Widgets warnings.warn( Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius Unknown property bottom-top-left-radius Unknown property bottom-bottom-left-radius

Za3tour420 commented 6 months ago

Have you found a fix yet ?

ALIEN00264 commented 6 months ago

None as of yet,considering removing the custom widgets dependency in ui design. As the env exports are almost up to 800mb.

KhamisiKibet commented 5 months ago

can you provide more information

nattetteh commented 2 days ago

Hello, I am using QT-PyQt-PySide-Custom-Widgets 1.0.2 on python 3.12 and an getting the following warning... Custom_Widgets\Widgets.py:10: UserWarning: Deprecated imports. For more information, refer to the documentation Custom_Widgets\JSonStyles__init__.py:842: RuntimeWarning: Failed to disconnect (None) from signal "clicked()". button.clicked.disconnect()

Is there any update or solution, please?