v0.2.0
2023-12-08
Added
widgets.HLine
, Horizontal Frame widget.widgets.VLine
, Vertical Frame widget.widgets.ToolButton
PySide6 Built-in QToolButtoncore.QStyleSheet
restore_qss method to restore last Qss value after update_qss call with save=False.tools.StatusEdgePaint
corner option.widgets.MainWindow
,widgets.FramelessWindow
,widgets.RoutingWindow
sys_tray parameter.widgets.Menu
, fork for PySide6.QtWidgets.QMenu.tools.Action
fork for PySide6.QtGui.QAction.utils.colors
core.AbstractBase
methods
parameter.core.AbstractTool
,core.ToolBase
core.AbstractIcon
,core.IconBase
core.AbstractPainter
,core.PainterBase
Removed
tools.Painter
__init__
return parent widget, you can now return from subclasses.core.Return
, we dont't need it any more!
Updated
layouts.HLayout
, andlayouts.VLayout
now you can addQSpacerItem
, andQLayoutItem
widget types to childrencore.QStyleSheet
improve Qss Parser.core.QStyleSheet
qss now accepting json files.widgets.LineEdit
password_mode parameter, add password echo mode supportwidgets.SlidingStackedWidget
now children parameter support Route
Fixed
tools.Icon
default color value -1, when color is Nonecore.Api.fetch
method NoneType error when fetchingPySide6.QtWidgets.QApplication
class type.
Changed
tools.PaintStatusEdge
totools.StatusEdgePaint
tools.ObjectBase
totools.QObjectBase
widgets.QuickWidget
parameterfile
toqml
widgets.QuickView
parameterfile
toqml
Was this helpful?