Skip to content

Releases: MadPonyInteractive/MadQt

Alpha V.0.0.34

16 Aug 15:07

Choose a tag to compare

Apps Bug fixes

Fixed bug where Project Manager and Plugin Creator buttons wouldn't work when using PySide6 6.4.3

Alpha V.0.0.33

14 Aug 17:52

Choose a tag to compare

Fixed bug in MadQt:

ERROR: Invalid syntax. Default option is not allowed more than '2' time(s).
Type "SETX /?" for usage.

This was causing MadQt to not set the environment variables properly when imported

Expander Plugin Updated

V1.0.0

Fixed a bug where the expander would not respond to mouse hover events

AnimPicker Plugin Updated

V1.0.0

Fixed a bug where the anim picker would not display the curves

Alpha V.0.0.32

14 Aug 15:06

Choose a tag to compare

Downgrade to PySide6 6.4.3

PySide6 6.5.0 and over introduces an issue with class inheritance.

Not sure if it has to do with the python version but keeping it at a maximum version of 6.4.3 seems to fix the issue for now.

Alpha V.0.0.31

10 Jan 10:37

Choose a tag to compare

Expander Plugin Updated

V0.0.2

Previously Expander was using fixed size, it is now using minimum and maximum size
for greater flexibility

Alpha v0.0.30

07 Jan 19:19

Choose a tag to compare

Alpha V.0.0.30

2 New Widgets added

MadQt.Widgets.Expander

A Expandable and animated container for QtDesigner

MadQt.Widgets.AnimPicker

AnimPicker is a QDialog based on the PySide6 QEasing animation example
that allows for a user to pick animation curves and parameters.
image

Alpha v0.0.29

06 Jan 15:52

Choose a tag to compare

New Plugin added

First Plugin added

This plugin was mainly added to serve as an example
for participants to add their own plugins to MadQt

HtButton

Widget: HtButton
Version: 0.0.1

Contributors: Fabio Goncalves
Email: fabiogoncalves@live.co.uk

Description: A QPushButton with a hovered state and text

Alpha v0.0.28

06 Jan 09:02

Choose a tag to compare

Alpha V.0.0.28

Project Manager

  • Fixed bug when adding ui files

Plugin Creator

  • Added multi page plugin template
  • Extensions are now included in the plugin file

Alpha v0.0.27

28 Dec 12:00

Choose a tag to compare

New App

Added new App "MadQt Plugin Creator"
This app can be used to easily create QtDesigner Python Plugins
image

Alpha 0.0.26

25 Dec 09:39

Choose a tag to compare

fixed but that stopped custom widgets from working

Alpha v0.0.25

25 Dec 09:17

Choose a tag to compare

Project Manager

Minor bug fixes