Creating Your Own Qt Applications...It's Easy!

Creating Your Own Qt Applications...It's Easy!

DistroTube

9 месяцев назад

30,385 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Belal Gamal بلال جمال
Belal Gamal بلال جمال - 24.09.2023 09:15

thank youuuuuuu

Ответить
Ryan Jensen
Ryan Jensen - 16.09.2023 20:09

How do qt applications scale with DPI settings?

Ответить
Not Youtube
Not Youtube - 30.08.2023 05:56

My python scripts never runs, they just crash on start :(

Ответить
anon
anon - 21.08.2023 19:19

im tryna get it to work without using a dedicated ide, just wanna use c++ headers with nvim & qmake but ive had no success.. anyone?

Ответить
Stephen Scopatz
Stephen Scopatz - 03.08.2023 04:21

I am following all this, I get my .ui converted to .py; I go to run it but all I get is a command line message that there were no errors. I did not get my ui showing up anywhere on my screen. I am sure I missing something simple.

Ответить
Frank te Wierik Hölscher
Frank te Wierik Hölscher - 01.08.2023 17:24

after seeing this video I thought "let's try it"I used Gtk3+ for a whlie but glade didn't work as intuitive as Qt Designer. But I found only a paid version of Qt😪. Where is de open source version?

Ответить
Tyer Kearney
Tyer Kearney - 31.07.2023 19:26

Would this be similar if I wanted to use a different language such as JavaScript, Ruby, or C?

I know the default language for Qt if you use their main tool, QtCreator (different from designer) is C++, but I’m not a fan of C++.

Ответить
Ike Stoddard
Ike Stoddard - 31.07.2023 14:38

Is there a doc with a good explanation of the design approach?

Ответить
Paulo Constantino
Paulo Constantino - 25.07.2023 19:23

LET ME TELL YOU SOMETHING DT: This is the type of videos you should be making more. Teach people how to actually create stuff in Linux.

Ответить
Fleshwound
Fleshwound - 24.07.2023 00:00

Its always been easy just dont be a baby lol ;P

Ответить
JAK JustAnotherKomment
JAK JustAnotherKomment - 23.07.2023 16:52

Gambas and Lazarus are also cool IDEs to play with!

Ответить
Parth Parmar
Parth Parmar - 22.07.2023 07:08

This feels like Visual basic used for designing Windows apps when bill gates not even born

Ответить
Anony Mousse
Anony Mousse - 22.07.2023 03:42

You should do one for C++ using kdevelop. Would be quite useful for anyone wanting to get into games development. Also, is it supposed to be pronounced "cute" or "cutie", because I've always treated it like an acronym and said Q.T. as "cutie". Is that wrong?

Ответить
Osama Anees
Osama Anees - 20.07.2023 20:30

This helped me in my University project. Our Lab Professor told us to make a graphical app which can compute people's Grades. We were given a junior class's actual result which was a .csv file. Whats funny is the university never taught us how to build graphical apps. Thanks to Qt designer and pyQt I was able to complete it. There is just one thing that I could not figure out. How can I make the app dynamic or responsive like in websites. Different resolutions made the app look very small or very big.

Ответить
BurningPho3nix
BurningPho3nix - 20.07.2023 16:16

Can you make one with C?

Ответить
Serge Terryn
Serge Terryn - 20.07.2023 14:00

It's the wrong way to use Designer. And for your icons you need to create a resource file. You put all your buttons wherever you want. Choose 1 button. Hold down the ctrl key and choose other buttons. Then click in the top bar on the layout you want. Do this for all your items. If you choose your groupbox, choose button 1 and 2 and choose H layout. Then the second row. Then click in your groupbox and choose V layout. That way if you change the size of your window, all with follow. Never change the pyuic file ! You have to do the layout in Designer. This is a very bad video to show how to use Designer and PyQt. You create a dialog and you remove the buttons. Choose the right one from the create menu!

Ответить
Ozmo Syd
Ozmo Syd - 20.07.2023 13:38

Excellent jump start into Qt chap. Suddenly seems less daunting. thank you

Ответить
David Healey
David Healey - 20.07.2023 13:34

Reminds me of Visual Basic 6

Ответить
chen alice
chen alice - 20.07.2023 12:50

how can we contact you for cooperation?

Ответить
Daniele G
Daniele G - 20.07.2023 10:31

Damn... another cool and interesting video from DT. I definitely try this one. I can see myself very busy in the next few weeks... I think I start to hate you DT :-)

Ответить
Megalodonix
Megalodonix - 20.07.2023 06:59

I've been literally looking for a video like this yesterday and this comes up now on my feed, couldn't ask for a better timing!

Ответить
S B
S B - 20.07.2023 06:30

Very cool!

Ответить
Abhiyan Dhakal
Abhiyan Dhakal - 20.07.2023 05:32

DT: builds a qt application
Also DT: "I am not a programmer"

Ответить
Caribou Data Science
Caribou Data Science - 20.07.2023 03:12

Say how about interviewing the creater of Slackware?

Ответить
benjy288
benjy288 - 20.07.2023 02:26

I much prefer qt over gtk, gtk is basically run by the gnome project, and we all know what those guys are like, now if only someone would port firefox or librewolf to qt

Ответить
Dampferfrosch
Dampferfrosch - 20.07.2023 01:32

thanks

Ответить
Co De
Co De - 20.07.2023 00:40

I would definitely be interested in more programming videos, especially if they are in Rust or C#.

Ответить
Ernst Mayer
Ernst Mayer - 20.07.2023 00:11

What's happening if you need to do changes in the qt layout and already had adjusted code in the py file? There should be a way to preserve the code alterations, shouldn't it?

Ответить
Besnik Rrustemi
Besnik Rrustemi - 19.07.2023 23:32

Thanks DT, perfect timing for this, i am learning Python and i am set with Qtile, it helped me improve my setup a lot, this type of application is just what i needed to further improve.
DTOS is gradually becoming a unique non-iso distribution

Ответить
nnoK vleK
nnoK vleK - 19.07.2023 22:14

I stopped at the Python part. I thought (and hoped) you'd do C++.

Nice choice of topic though. These GUI Projects are always the best✨

Cheers

Ответить
The Walking Potatoe
The Walking Potatoe - 19.07.2023 22:09

No need for Qt etc. Now we have web technologies like electron, making a UI with CSS is so much easy thanks to tailwind and bootstrap, if performance matters then you have web assembly.

Ответить
s1nistr4
s1nistr4 - 19.07.2023 22:01

I tried Qt in the past. It's functionally really good but the problem is the forced LGPL dual licensing and how vague they are with it. You either release your program for free, pay a massive license fee that no solo dev/small team will be able to pay, or do some weird dynamically linking stuff that they aren't specific about at all. I like Qt but understand why companies usually just use Electron

Ответить
Mufeed Al-Hashim
Mufeed Al-Hashim - 19.07.2023 21:52

Thank you.

Ответить
Ax4400
Ax4400 - 19.07.2023 21:28

Awsome👏👏👏👏 Thank you DT Great video only second to Bash Commands! OMG you made me so happy! Please make more of these videos. Wish I were wealthy I would become a Patreon of such a project

Ответить
Norby Droid
Norby Droid - 19.07.2023 21:01

This isn’t too different that how things were done back many years ago in Visual Basic and other languages with the difference being that qt designer seems to be just a form designer without having the language included. Here the language is separate. Personaly I have never gotten into visual languages, but those who have should feel right at home with the designer. Thanks dt for showing this.

Ответить
Abdelhake
Abdelhake - 19.07.2023 20:05

Bro this a very great tutorial for starting...hop next time try to load the ui file in the python file to be able to modify the ui file without losing all your app again

Ответить
Félix A.G
Félix A.G - 19.07.2023 19:49

👍Thanks.

Ответить
Madhur Ahuja
Madhur Ahuja - 19.07.2023 19:39

Thats great. Can you do similar video for GTK app ?

Ответить
DoD_YT ENT
DoD_YT ENT - 19.07.2023 19:38

The way we are moving ahead with the videos, DTOS doesn't seem very fictional. You may try to do it keeping the default Arch repos, just saying out loud what all your viewers are thinking. ❤

Ответить
Punklejunk
Punklejunk - 19.07.2023 19:36

This is giving major Visual Basic vibes, even more than Gambas, but more modern. Totally takes me back to my VB4 /VB5 days-- this is awesome! Now my family is wondering why I'm grunting like those monkeys in Space Odyssey 2001, but they're not geeks and just won't understand. LoL

Ответить
Madhur Ahuja
Madhur Ahuja - 19.07.2023 19:32

This reminded me of Microsoft Visual Basic

Ответить
Jaxx Armstrong
Jaxx Armstrong - 19.07.2023 19:01

Now THIS is very useful information for users who would like to dip their toes into the world of coding, but has been seemingly overwhelmed. Please keep 'em coming DT.

Ответить
Hermann Splitthoff
Hermann Splitthoff - 19.07.2023 18:18

Hey DT, thanks for this video. Please do more of this kind of stuff. It is great and you are a very good teacher. 🙂

Ответить
Adrian Mares
Adrian Mares - 19.07.2023 18:18

I was hoping to get a tutorial on Qt 🎉 thanks

Ответить
Sam
Sam - 19.07.2023 18:02

this is rlly cool

Ответить
sir robert downey senior
sir robert downey senior - 19.07.2023 17:34

On the point of QT, neovim qt which comes by default in windows while installing neovim takes really looooooooooooooooooooooo opening up dry start is longer than Emacs.

Ответить
Ex_impius
Ex_impius - 19.07.2023 17:33

Put another box inside the group box and then edit the buttons to make them all change.

Ответить
Muddy Export
Muddy Export - 19.07.2023 17:22

Thanks! Good job and info! Appreciate the work.

Ответить
MUHTASIM AHMED Tausif
MUHTASIM AHMED Tausif - 19.07.2023 17:18

Yes bro we need this kind of video it will help us to contribute in linux

Ответить