Can't run Qt DesignStudio on Ubuntu 20.04 3LTS
-
Hello everyone,
I'm new to Qt and I try to use Qt on Ubuntu for the first time, and I'm new to Ubuntu too.
I cant launch Qt DesignStudio. I have try to install with online QT installer, with terminal command.
I try to launch from : Qt/Tools/QtDesignStudio/bin/ qtdesignstudio but nothing happen when i try to run.
I want acces this in fact : (on my windows)
A special manipulation or package are need for this on ubuntu?
Thanks.
-
@LudoFR
I suggest you open a Terminal (Command Prompt/shell) --- if you don't know how to do that you need to learn because you will need this! Then type in the full path to try to run it, like/home/Qt/Tools/QtDesignStudio/bin/qtdesignstudio
or whatever the path is. You need to get the path right so that it does not just say
No such file or directory
.When you do get that path right to execute it, do you get some message in the terminal from the attempt to run the application?