This commit is contained in:
2025-07-15 21:00:09 +02:00
parent fdfe0948fe
commit 84b315dad5
5 changed files with 4 additions and 53 deletions

2
ui/1
View File

@ -1,2 +0,0 @@
qt.pysideplugin: Environment variable PYSIDE_DESIGNER_PLUGINS is not set, bailing out.
qt.pysideplugin: No instance of QPyDesignerCustomWidgetCollection was found.

View File

@ -1,2 +1,2 @@
#!/bin/sh
pyside6-designer 2>1 >/dev/null &
pyside6-designer >/dev/null 2>&1 &