I have installed Qt6.8 from website
-
I have installed Qt6.8 from website, i use PopOS or Ubuntu derivated, but install doesnt seem to be recognized by my system even thought i had established all paths, when i open qtcreator version 14preview it cant even create a qtquick project, y simply create the project and it doesnt do anything neither create the directory nothing so i have installed a ppa that installed qtcreator version 6 for me and that one can create a project i want to use qtcreator or qt design studio to create a qml file with the editor so i can drag and drop controls, i thought i would be easy, no luck, when i try to create a tab control i have added a tabbar i think its called and then some tabbuttons, but how do i add more controls to each tab? I cant do it neither with the designer nor with code, also no help seems available, all its very old or not correct. Help me please i would like to use Qt but im suffering because i cant even start
-
I have installed Qt6.8 from website, i use PopOS or Ubuntu derivated, but install doesnt seem to be recognized by my system even thought i had established all paths, when i open qtcreator version 14preview it cant even create a qtquick project, y simply create the project and it doesnt do anything neither create the directory nothing so i have installed a ppa that installed qtcreator version 6 for me and that one can create a project i want to use qtcreator or qt design studio to create a qml file with the editor so i can drag and drop controls, i thought i would be easy, no luck, when i try to create a tab control i have added a tabbar i think its called and then some tabbuttons, but how do i add more controls to each tab? I cant do it neither with the designer nor with code, also no help seems available, all its very old or not correct. Help me please i would like to use Qt but im suffering because i cant even start
@JordiCG said in I have installed Qt6.8 from website:
when i open qtcreator version 14preview it cant even create a qtquick project
How did you install QtCreator?
If it does not have a Kit for the Qt version you installed you can still add it manually. -
Hello @jsulm , i have installed it with this commands.-
wget https://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run chmod +x qt-unified-linux-x64-online.run ./qt-unified-linux-x64-online.run
I think i also ran MaintenanceTool, i did it this way because i didnt knew how to download the free version of Qt from the website, sorry this are my first steps with Qt. Thanks in advance !!!
Sorry latter i have installed Qt with a ppa.-
sudo add-get-repository ppa:kubuntu-ppa/backports AND sudo apt install qt6*
I done that because the first method install didnt worked so now im working with the ppa install
-
Hello @jsulm , i have installed it with this commands.-
wget https://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run chmod +x qt-unified-linux-x64-online.run ./qt-unified-linux-x64-online.run
I think i also ran MaintenanceTool, i did it this way because i didnt knew how to download the free version of Qt from the website, sorry this are my first steps with Qt. Thanks in advance !!!
Sorry latter i have installed Qt with a ppa.-
sudo add-get-repository ppa:kubuntu-ppa/backports AND sudo apt install qt6*
I done that because the first method install didnt worked so now im working with the ppa install