-
Qlementine theme
Might want to look at this nice clean Qt theme.
-
Save Qt Column Widths
To save the column width (and sorting, etc) of a Qt QTableView (or QTreeView etc), take a look at: QHeaderView::saveState() QHeaderView::restoreState()
-
Qt App Icons
To make Windows .ico icon files for Qt projects, maybe do as the Qt docs suggest and type something like: magick convert mac16.png mac32.png mac256.png windows-icon.ico To make Mac icons, maybe look at the docs and this gist.
-
Dark mode on Qt
See here to set dark mode in Qt.
-
Saving Settings in Qt
When I'm ready to save some settings in Qt, I might want to re-read this post.
-
Icons for Qt
Maybe I can get HeroIcons in to Qt ... ... it'd be great to have heroicon-c-numbered-list to a re-number the cues.
-
Qt auto-build for Win/Linux
I'm thinking of writing a Qt app on my Mac. I also want to have builds for Windows and Unix, but I don't have a handy Windows or Unix box. I could use virutal ones, but that takes up a fair bit of room on my laptop. Also it's a pain in the bum to have to…
-
DMX in C++
When writing a DMX app in C++, it's worth taking a look at the Open Lighting Architecture library. ... or maybe not, as this page suggests it doesn't work on Windows.
-
QT Layouts won't expand?
Suppose you're using the QT Creator to build a window, and the widgets in the window aren't expanding to fill the window. You can check the layout doco but it doesn't help much. The widgets still don't fill the window, and certainly don't resize when the…
-
Morplees - cooking app
One day it'd be cool to add in support for cooklang, which is a JSON format for recipes.
-
Menubar Playlist app
I'll likely want to look at Apple's docs on MusicKit. Or maybe someone else's doco...
-
iOS stuff to look at
Three videos from Apple: - WWDC24: A Swift Tour: Explore Swift’s features and design - WWDC24: SwiftUI essentials - WWDC24: Xcode essentials This Swift Log package from Apple Doco on the URL Loading System A post on What to Test (and What Not to Test) in…
-
Migrating WordPress
When migrating WordPress sites, eg from Staging to Prod, I might want to use an extension like All-in-One or UpdraftPlus. Not sure, but my guess is that those migrate everything ... which is good for initial deployment, but not great for ongoing…
-
Pico Mac
One day, I'd like to make an emulated original Mac 512 using a Raspberry Pi Pico, like Matt Evans did. If I do that, I could just buy a pre-made board from Joe's Computer Museum. But I'm not delighted about the way he has the pico sticks out from the side…
-
Nekoban
One of the ideas in the back of my head is a Sokoban app, but pushing cats on to baskets. If I ever get round to it, these assets might come in handy. The same artist also has cows that could be pushed on to patches of grass.
-
Bean Heads - Character Cartoons
Want some cartoon images of characters? Try Robert Broersma's Bean Heads.
-
Using @Observable in SwiftUI views
Natalia Panferova has written a post on Using @Observable in SwiftUI views which I'd like to understand better.
-
Concurrency Step-by-Step
Matt Massicotte wrote a Concurrency Step-by-Step which looks like it's worth a read
-
Behaviour, Structure, and Performance
Aviel Gross has written a post on Behaviour, Structure, and Performance in iOS.
-
Chloe’s Laws of SwiftUI
Chloe has written an Opinionated and Biased Law of SwiftUI and I think it's worth a read