Yes, we have complete whack job in charge of HHS, and the FDA is lead by an anti-vax nutter, but, they could still do something that would greatly benefit mankind. They could ban the use of Agile in the medical device and software industry. They could also mandate full static source analysis for all medical device code. This means from the UI all the way down to the OS, not just a tiny portion underneath … FDA Must Ban Agile and Mandate Static Source AnalysisRead more
QML
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
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
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
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