I found developping gui with qt far easier than with html/css. It took me few hours to understand layout concept of qt.
I am not offently doing css/html, but after few years I still don't understand css layout. Things as trivial as centering a div is a nightmare. In qt it is easy.
qt >>> html/css
But javascript made event handling easier in web than in qt (which event handling is a little bit tricky).
qt >>> html/css
But javascript made event handling easier in web than in qt (which event handling is a little bit tricky).