home.social

#qtcreator — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #qtcreator, aggregated by home.social.

fetched live
  1. Qt Creator ships with a built-in UML editor, and most Qt developers have never opened it. It lets you build class diagrams, sequence diagrams, and other UML views directly inside the IDE, no separate modeling tool required. This short walks through how to get started: youtube.com/shorts/XS4BcGCAcTk

    #QtCreator #IDE #UML #QtDev

  2. (more Linux and FOSS news in previous posts of thread)

    Godot Engine 4.7 is out bringing a new Asset Store, HDR support, Steam Frame support:
    gamingonlinux.com/2026/06/godo

    Epic Games Built Its Own Git Alternative For Handling Large Files:
    feed.itsfoss.com/link/24361/17

    Qt Creator 20 Open-Source IDE Released with AI Support, New Zen Mode:
    9to5linux.com/qt-creator-20-op

    Zed 1.7.2 Brings Smarter Agent Context and Better Git Workflow to Your Codebase:
    linuxcompatible.org/story/zed-

    GCC 17 Lands Initial Infrastructure For C++29:
    phoronix.com/news/GCC-17-std-C

    MariaDB 13.1 Preview: What the Rolling Release Actually Changes for Your Database:
    linuxcompatible.org/story/mari

    Raspberry Pi Imager 2.0.10 Improves Wi-Fi SSID Handling and Accessibility:
    9to5linux.com/raspberry-pi-ima

    Rufus 4.15 BETA fixes silent install errors and UEFI:NTFS crash:
    alternativeto.net/news/2026/6/

    VirtualBox 7.2.10 Released with Initial Support for Linux Kernel 7.1:
    9to5linux.com/virtualbox-7-2-1

    Privacy-focused Android operating system GrapheneOS has fully been ported to Android 17:
    alternativeto.net/news/2026/6/

    FreeBSD 15.1 released with updated Wi-Fi drivers, improved C23 support, and Unicode 17.0:
    alternativeto.net/news/2026/6/

    Bcachefs Tools 1.38.6 - the performance release:
    patreon.com/bcachefs/posts/1-3

    #WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #Godot #GodotEngine #GameDev #GameDevelopment #QtCreator #Zed #IDE #GCC #AI #ArtificialIntelligence #MariaDB #DBMS #Database #DatabaseManagement #RaspberryPIImager #Rufus #OS #OperatingSystem #VirtualBox #VM #VirtualMachine #GrapheneOS #CustomROM #FreeBSD #BSD #Bcachefs #BcachefsTools #Dev #Programming #Coding #Development #VCS #Compiler #VersionControl #FosseryTech

  3. Wouldn't it be cool if you could easily navigate around the Qt sources, when you are doing your own #development?
    Well, you can. In this episode Jesper will show you two tricks setting up your Qt Creator locator to help you: youtube.com/watch?v=9Bt8NuF-DTE #QtDev #QtCreator

  4. (more Linux and FOSS news in previous posts of thread)

    Node.js 26 enables Temporal API by default, upgrades V8 and Undici:
    alternativeto.net/news/2026/5/

    Qt Creator 20 Beta released:
    qt.io/blog/qt-creator-20-beta-

    Zed for Business launches with advanced admin controls and flexible AI billing:
    alternativeto.net/news/2026/5/

    Notepad++ original creator calls out recently released macOS fork as an unauthorized fake:
    alternativeto.net/news/2026/5/

    FosseryWeb progress report:
    I searched for some form creation services which allows file uploads (for the cheatsheet submission form coming in the next big update), found Formstr, which is a decentralized form creation tool, using the Nostr protocol:
    formstr.app/dashboard
    I also recreated last year's User Survey, with some minor modifications:
    formstr.app/f/naddr1qvzqqqr4mq
    (Unfortunately it doesn't work without JavaScript though, similar to all the other privacy-respecting options I looked at, but if you know any other service which works without JS, let me know, I'll take a look at it)
    I also migrated the sites from the old Codeberg Pages server to the new git-pages. The domains didn't change, you should still be able to access the sites as usual. In fact, they seems to load much faster now. But let me know if you have any issues accessing them.

    Raspberry Pi Imager Now Supports Raspberry Pi Connect for Organizations:
    9to5linux.com/raspberry-pi-ima

    FreeBSD 15.1-BETA2 Now Available:
    lists.freebsd.org/archives/fre

    ReactOS Gets Unified Installer Image And A New Storage Stack:
    hackaday.com/2026/05/03/reacto

    #WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #NodeJS #QtCreator #Zed #NotepadPlusPlus #FosseryWeb #FosseryWebMin #Mesa #RaspberryPIImager #FreeBSD #ReactOS #Programming #Coding #Development #Dev #IDE #OS #OperatingSystem #BSD #FosseryTech

  5. Qt Designer integration in CLion may not match Qt Creator - but with a few tweaks, it can be significantly improved.

    Jesper Pedersen demonstrates how to open the corresponding .ui file directly from a .cpp using an External Tool, along with a shortcut adjustment for more #QtCreator–like window handling.

    #QtDev #CLion #QtDesigner #Cpp

    🔗
    youtube.com/watch?v=Vir8tPB0N-4

  6. Making #QtCreator happy on #Windows is damn pain. Somehow I've managed to install all the required #VisualStudio components on my old laptop but something is now missing so the damn thing can't find a debugger, cdb.exe ?
    And they say #linux is hard, hah, right. "apt install gdb" yeah, very hard.

  7. Adopting a new IDE often means rethinking workflows and rebuilding muscle memory.

    Episode 1 of this new series examines using CLion (by JetBrains) for Qt development, covering project setup, familiar keymaps, UI creation, and early impressions of debugging and version control.

    Watch the first episode: youtube.com/watch?v=7p53KwECJrw

    #QtDev #CLion #CMake #Cpp #QtCreator #IDE

    youtube.com/watch?v=7p53KwECJrw

  8. (more Linux and FOSS news in previous posts of thread)

    FSF Hiring New Manager For Leading Their Hardware Certification Program:
    phoronix.com/news/FSF-Hiring-R

    Qt Creator 19 Open-Source IDE Released with Minimap for Text Editors, MCP Server:
    9to5linux.com/qt-creator-19-op

    Zed introduces free Student plan with Pro features for university students:
    alternativeto.net/news/2026/3/

    OpenSSL 4.0 Promises Support for Encrypted Client Hello, SNMP KDF, and SRTP KDF:
    9to5linux.com/openssl-4-0-prom

    FosseryWeb project report:
    I regenerated the CSS cheatsheets with the new page-builders tool, to improve the consistency of the cheatsheets and discover some more cases which weren't handled yet in page-builders (e.g. unordered list conversion, link pointing to another cheatsheet, comma in cheatsheet title, etc.), and I also corrected a few mistakes in the cheatsheets which somehow I didn't notice earlier (e.g. a section missing from the online and Markdown version of the CSS Selectors Cheatsheet, but included in the ODT version). And also, I removed the heading hooks from the Markdown versions, because they aren't supported by all programs (e.g. Joplin just displays them as plain text), and replaced the color gradient divs with image files in the online version of the CSS Backgrounds Cheatsheet, so now they can be displayed correctly in Pale Moon and Seamonkey browsers.
    fosseryweb.codeberg.page/@beta
    fosseryweb-min.codeberg.page/@

    OpenProject 17.2 adds MCP server, reusable meeting templates, and improved PDF exports:
    alternativeto.net/news/2026/3/

    Intel Puts An End To Open-Source Projects For Optane Memory, FPGAs & Ansible:
    phoronix.com/news/Intel-Archiv

    WooCommerce 10.6 adds easier collection tools and faster admin performance:
    alternativeto.net/news/2026/3/

    GCC 16 Compiler Aiming For Mid-April Release Candidate But "Slow" Progress On Fixes:
    phoronix.com/news/GCC-16-RC-Mi

    Vulkan 1.4.346 Released With Notable VK_KHR_device_address_commands:
    phoronix.com/news/Vulkan-1.4.3

    #WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #QtCreator #FosseryWeb #WooCommerce #GCC #Zed #FosseryTech

  9. Speed up your workflow in Qt Creator. This reference card provides essential keyboard shortcuts for #Windows#Linux, and #Mac. Get your cheat sheet here. #QtDev #QtCreator
    kdab.com/software-technologies

  10. @grumpygamer #QtCreator is also quite usable (also for non-Qt development) and not that resource-hungry.

  11. #Qt QtCreator keeps crashing after waking from suspend.

    I tracked it to `Debugger` extension. When I disabled `Debugger` extension and it's dependent `CMakeProjectManager`, the crash went away.

    Does anyone know why this happens?

    I'm on Manjaro up-to-date (stable branch ). Willing to provide more info and test things.
    This is very annoying.

    #linux #qtcreator #linuxsleep #crash

  12. Speed up your workflow in Qt Creator. This reference card provides essential keyboard shortcuts for #Windows, #Linux, and #Mac. Get your cheat sheet. #QtDev #QtCreator
    kdab.com/software-technologies

  13. 🎉 Qt Creator 18 Released With Experimental Support For Development Containers - Phoronix

    「 Most notable with Qt Creator 18 is introducing experimental support for development containers. For projects shipping a "devcontainer.json" file, Qt Creator can support automatically creating a Docker container for it 」

    phoronix.com/news/Qt-Creator-1

    #qtcreator #qtdev #cpp #programming

  14. (more Linux and FOSS news in previous posts of thread)

    Gitea 1.25.0 removes deprecated auth, streams archives, adds 3D previews:
    alternativeto.net/news/2025/10

    Qt Creator 18 Released With Experimental Support For Development Containers:
    phoronix.com/news/Qt-Creator-1

    Rust 1.91 adds Tier 1 support for ARM64 Windows platform, raw pointer warnings, and more:
    alternativeto.net/news/2025/10

    Gradle 9.2.0 brings Windows ARM support and stable Daemon toolchain:
    alternativeto.net/news/2025/10

    Pi-hole 6.2 released with security upgrades, Alpine Linux support, and DNS enhancements:
    alternativeto.net/news/2025/10

    Immich 2.2 released with OCR search, web layout boost, mobile workflow updates, and more:
    alternativeto.net/news/2025/10

    Jellyfin 0.19 for Android TV brings voice search, inactivity popup & enhanced music player:
    alternativeto.net/news/2025/10

    Good News! Austrian Ministry Kicks Out Microsoft in Favor of Nextcloud:
    news.itsfoss.com/austrian-mini

    FFmpeg Receives $100K in Funding from India's FLOSS/fund Initiative:
    news.itsfoss.com/ffmpeg-receiv

    FreeBSD 15.0 Beta 4 Released With Newer Linux WiFi Drivers & Updated OpenZFS:
    phoronix.com/news/FreeBSD-15.0

    FreeBSD Celebrates The Milestone Of Reproducible Builds & No Root Needed:
    phoronix.com/news/FreeBSD-Goes

    OpenIndiana 2025.10 ISOs Available For Download:
    phoronix.com/news/OpenIndiana-

    Genode-Powered Sculpt OS 25.10 Brings Performance Improvements & Better Drivers:
    phoronix.com/news/Sculpt-OS-25

    #WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #Gitea #QtCreator #QtCreator18 #Rust #Gradle #PiHole #Immich #Jellyfin #FFmpeg #FreeBSD #OS #BSD #FreeBSD15 #OpenIndiana #SculptOS #ProgrammingLanguage #SelfHosting #MediaServer #AdBlocker #Development #Programming #Coding #IDE #CodeEditor #VersionControl #version_control #FosseryTech

  15. Maybe this #ProofOfConcept is useful for your, if you do #Jenkins pipeline scripts, but your editor doesn't have a proper plugin to validate these scripts.

    github.com/hasselmm/JenkinsLan

    #LanguageServer #QtCreator

  16. Jan Marker (KDAB) presents the #QtCreator integration of QodeAssist, demonstrating how it works in practice.
    The episode also includes a discussion on the role of tools such as Cursor and Windsurf in today’s development workflows. #AI #QtDev
    youtube.com/watch?v=vZwQOxBeZEk

  17. The integration of AI into dev environments is moving fast, and #QtCreator is keeping pace. With the new Qt AI Assistant, developers can access AI models directly in the IDE. Part 1 of this series introduces the plugin and its role in #coding. #QtDev #AI
    kdab.com/ai-coding-with-qt-qt-

  18. In this episode of "AI for Coding", Jan Marker (KDAB) will walk you through a normal setup of Qt AI Assistant for #QtCreator using ChatGPT's models. #QtDev #AI #SoftwareDevelopment
    youtube.com/watch?v=63T7b6v0sGU

  19. What is the Qt AI Assistant and how does it work?
    In the first episode of this mini-series on AI-assisted software development, we examine #QtCreator and the newly released Qt AI Assistant. #QtDev #AI #SoftwareDevelopment
    youtube.com/watch?v=Dg_1XHfvnis

  20. Speed up your workflow in Qt Creator. This reference card provides essential keyboard shortcuts for #Windows, #Linux, and #Mac. Get your cheat sheet here. #QtDev #QtCreator
    kdab.com/software-technologies

  21. Very nice! #QtCreator now detects missing #Qt components when configuring a project via #CMake and asks to install them. I really like it! Thank you @qt.

    #Programming #CPlusPlus #CPP #GoodNews

  22. I really love #CMake and how well #QtCreator integrates with it.

    The magic for this to happen is combining CMake's source_group() function and the HEADER_FILE_ONLY source property.

  23. 🌟 Qt Creator 17 released! This update integrates run configurations into build configurations, allowing different run parameters. Plus, enhanced CMake support and new Python project capabilities. Boost your development skills with OS-SCi's comprehensive training programs. Visit dub.sh/RsQKhIP and dub.sh/NfWdjCL to learn more. #QtCreator #SoftwareDevelopment #OpenSource #TechNews #Education dub.sh/uKRwBNT

  24. J'adore le framework Qt et ce qu'il offre pour créer des applis UI écrit en C++, mais QtCreator a énormément de petits bogues frustrant quand j'utilise l'éditeur :C
    #Qt #QtCreator #Software