Posted inUncategorized

So You Can’t Get Your Qt Models to Work With QML?

This particular rant was started by my looking to divert my mind by answering a question on StackOverflow. Never ever ever go to StackOverflow. Kids today just don’t know squat and there is nothing you can do to help them. Let’s start with my initial response an a slightly improved image. QML is just a hand polished turd. There is no polite way to put it. Qt made a desperate ploy to attract script kiddies … So You Can’t Get Your Qt Models to Work With QML?Read more

Posted inInformation Technology

CopperSpice Experiments Pt. 1

CopperSpice is a fork of Qt 4.8 sans the icky nasty bug infested (and infesting) QML. Lots of bad things have been cleaned up, like replacing UTF-8 under the hood with QChar32 so every character requires same amount of space. Yes, it wastes a bit of RAM, but there is a lot less overhead. Qt Company has offended the bulk of the Qt developer community with its new licensing stance. Not to mention its attitude … CopperSpice Experiments Pt. 1Read more

Posted inInformation Technology / Thank You Sir May I Have Another

Qt 6 – Remove Console from JavaScript and QML

I originally sent this to the qt-interest mailing list but haven’t seen it bubble out to the world so re-posting here and, hopefully many other places. === This is becoming a growing issue in the industry. The Console object needs to be removed from Qt. The project I walked onto I had to spend a week digging it out because it violates the coding standards but that story was pushed deep into the backlog and … Qt 6 – Remove Console from JavaScript and QMLRead more

Posted inInformation Technology / Raspberry Pi

Raspberry Qt – Part 13 – A Bit of Explanation

Please read Part 12 first. Were this a book I would be printing and explaining a lot of code. This isn’t a product people are paying for so it will be a bit more limited. Hopefully you pulled down the original source zip posted quite a ways back in this thread. You should have also pulled down the Pi QML zip file from my previous post. Now you just have to pull down this file.deskQml … Raspberry Qt – Part 13 – A Bit of ExplanationRead more

Posted inInformation Technology / Raspberry Pi / Thank You Sir May I Have Another

Raspberry Qt – Part 12 – QML Blows Big Stinky Chunks

Given all of the rah-rah about QML and all of the calls I get about it I think it is time for a level headed appraisal. Unless you are developing only for a platform which already has to drag around the fully loaded 18 wheeler known as a javascript engine and it is actually able to do it, there is no reason to be using QML. You don’t give your battery powered contraption which has … Raspberry Qt – Part 12 – QML Blows Big Stinky ChunksRead more