Abderrahmene Rayene Mihoubabderrahmenerayenemihoub.hashnode.dev·Sep 27, 2023How to make a floating widget in Qt?I tend to make the applications I develop to be as customizable as possible because I personally enjoy customizable software. Not everyone has the same workflow. But If you decide to accommodate a large number of workflows, you run into the risk of m...DiscussQt
Abderrahmene Rayene Mihoubabderrahmenerayenemihoub.hashnode.dev·Sep 27, 2023How to animate QWidget’s background using a GIF?If you’ve ever used QLabel, you might’ve come across one of its methods: QLabel::setMovie, which is very useful for animating its background. Unfortunately, QWidget does not provide such a method. A limitation that I came across and couldn’t find a s...DiscussQt
Abderrahmene Rayene Mihoubabderrahmenerayenemihoub.hashnode.dev·Sep 27, 2023How to make a color picker using Qt?Qt offers QColorDialog, which looks like this: But one might prefer a color picker like the ones from: Adobe Photoshop : mortalis13’s : Preview The color picker we’ll be looking at today is simpler and resizable, take a look: Composition 1. ...Discuss·31 readsQt
Shivodit Gillshivoditg.hashnode.dev·Sep 20, 2023GSoC '23: Wrapping UpHello and welcome back to my blog! In this blog, I will be detailing the work I've done over the second coding period of my 2023 GSoC journey with KDE. Let's dive in! Work done Over the second coding period, I accomplished the following tasks: Fix Ok...Discuss·149 readsgsoc
Shivodit Gillshivoditg.hashnode.dev·Jul 14, 2023GSoC '23: Summary of work done over first coding periodHello and welcome back to my blog! This time I will be reviewing the work I've done during the first coding period of GSoC '23. This blog is written as part of my work for GSoC '23, to detail all the work I have done. Let's get started! Challenges fa...Discuss·147 readsC++
Lucasmhouney.hashnode.dev·Jul 6, 2023Creating a QML Plugin: Here's How!QML plugins are a great way to package QML files and C++ code into a single library and then use it in other applications. This allows us to modularize our applications and create reusable code. In this article, we will focus on how to create a QML p...Discuss·26 readsBuilding and Publishing Qt-Framework Plugins with GitHub-Actions step by stepQt
Renato Cruzblog.justcode.com.br·Jul 4, 2023Criando interfaces gráficas com Python e QMLQt 6 Qt 6 consiste em um grande número de módulos. Em geral, um módulo é uma biblioteca para o desenvolvedor usar. Alguns módulos são obrigatórios para uma plataforma habilitada para Qt e formam o conjunto chamado Qt Essentials Modules. Outros módulo...DiscussQt Framework Python
Renato Cruzblog.justcode.com.br·Jun 23, 2023Como instalar o IDE Qt Creator no Linux e WindowsO Qt Creator é o IDE (Ambiente de Desenvolvimento Integrado) multiplataforma da The Qt Company, ele permite o desenvolvimento e prototipagem de aplicativos com Qt 6 e as linguagens de programação C++ e Python. Quando comparado ao Qt Designer o Qt Cre...DiscussQt Framework Python
Abhinavtej Reddyabhinavtej.hashnode.dev·May 26, 2023Installing PyQt6 and PySide6 on Windows and MacIntroduction PyQt6 and PySide6 are powerful Python bindings for the Qt framework, enabling developers to create cross-platform desktop applications with ease. In this article, we will walk you through the process of installing PyQt6 and PySide6 on bo...Discuss·158 readsApplication Development - Python ExplorePython
Renato Cruzblog.justcode.com.br·May 18, 2023Como instalar a ferramenta Qt DesignerO Qt Designer é uma ferramenta de design de interface gráfica do usuário (GUI) fornecida pelo framework Qt. Ela permite que desenvolvedores criem e projetem interfaces de usuário para suas aplicações usando uma interface de arrastar e soltar. O Qt De...DiscussQt Framework Qt