- All Categories
- Android
- C++
- CMake
- Debugging
- JSON
- Layouts
- Locale
- QML
- Qt
- Qt Script
- Qt Tricks
- Scripting
- Widgets
- Windows
Creating Custom Widgets
Creating custom widget is not a hard problem, but there are a few things you should consider. This is meant as a check-list you can go to, when you create a new widget. Just run through the list and you are well on your way to creating a good widget that will serve you well in many different circumstances.
Read MoreQWidget Pixel Drawing
Posted In: Qt, Qt Tricks, Widgets
In very rare occasions, we want to draw individual pixels all over a widget. Custom painted widgets are much less common. But we can often get away with much easier painting than doing individual pixels. We draw these using lines, …
Read More