version 2.4.0

ImageView now optionally save QImage when setImage()
piqt many stream operatorsand new helpers:
 * qSerialize
 * qDeserialize
 * piqSerialize
 * piqDeserialize
This commit is contained in:
2021-08-01 22:09:55 +03:00
parent 29e68e6e6b
commit c0ac0002e6
8 changed files with 120 additions and 114 deletions

View File

@@ -34,7 +34,7 @@ QString ShortcutsPlugin::name() const {
QString ShortcutsPlugin::group() const {
return QLatin1String("Input Widgets");
return QLatin1String("Editor Widgets");
}