Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I installed qt design studio on ubuntu 22 with the online installer, but how the heck do you run it from the command line? None of the online tutorials seem to contain this crucial bit of information. Thanks!
@Tom-asso
$ /path/to/Qt/Tools/QtDesignStudio-4.1.0-lts/bin/qtdesignstudio
or similar.
@ChrisW67 Thanks!