Skip to content

Showcase

Working on a cute app? Have some awesome widgets to share? Want to show off your blingalicious styles? This is your arena!
464 Topics 1.8k Posts
Qt 6.11 is out! See what's new in the release blog
  • Fluent-Qt: a modern Fluent-style component library for Qt Widgets

    Solved
    13
    0 Votes
    13 Posts
    5k Views
    C
    Fluent-Qt 1.8.3 is available. For anyone evaluating it for an existing Qt Widgets application, the current starting points are: Browser Gallery: try the controls without installing the desktop demo. CMake setup and minimal C++ example: link FluentQt::FluentQt, initialize the resources, and add components to your existing widget layouts. You can adopt a component or a screen at a time while keeping Qt's object model and event loop. PySide6 guide: the Python package exposes the native C++ widgets through Shiboken6. PyQt and PySide2 are currently outside the supported scope. This release adds ParticleBackdrop, a QWidget that paints ribbons, dots, or a starfield behind child controls, and SplashScreen, a startup cover with status and progress. ParticleBackdrop adds no OpenGL dependency; hidden surfaces stop continuous animation, and it respects reduced-motion preferences. The Gallery includes matching examples. The C++ library supports Qt 5.15+ or 6.2+ on Windows, macOS, and Linux. Release notes and desktop Gallery downloads. If you try one component in an existing application, which part needs a better example: CMake setup, mixing widgets, or connecting it to your data? A small reproduction with your Qt version and platform would help me make the integration guidance more useful. Writing assistance: AI was used to help prepare this English update; the technical details were checked against the v1.8.3 source and documentation.
  • Update AppImage using the CLI interface

    2
    0 Votes
    2 Posts
    849 Views
    posktomtenP
    Update: Supports https Uses zsync version 0.8.x libzsyncupdateappimage2 https://gitlab.com/posktomten/libzsyncupdateappimage2 downloadandremove2 https://gitlab.com/posktomten/downloadandremove2 zsync https://zsync.moria.org.uk/index
  • 0 Votes
    1 Posts
    235 Views
    No one has replied
  • A small Qt6 showcase

    Unsolved
    2
    3 Votes
    2 Posts
    503 Views
    V
    Very nice, will use the Spinner example at https://uglymike17.github.io/Basic256-Docs/docs/samples/gamesspinner today in our weekly cookie lottery :)
  • QTester - automation for qt quick

    testing test-automation qml qt-quick
    1
    0 Votes
    1 Posts
    365 Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    P
    Please see: Public beta. The link to download is in "StoryServer public beta download folder". https://storyserver.polywickstudio.ph/roadmap-beta/ Version History: https://storyserver.polywickstudio.ph/roadmap/briefhistory/ The software is off-line first, the databases (the application creates) is stored on your local computer.
  • [Library] QFtpCompat – async FTP client for Qt6

    3
    4 Votes
    3 Posts
    2k Views
    J.HilkJ
    @JonB Like I said, this is currently just the bare minimum viable project for my port 😄 Feel free to contribute if you'd like ^^ Otherwise, development will probably continue once I have a bit more free time again. Any help, feedback, or pull requests are always appreciated!
  • QML Network Manager for linux

    Unsolved
    1
    2 Votes
    1 Posts
    842 Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    JonBJ
    @c918 You have made various posts full of large blobs of code. If you expect them to be readable/useful to others you really need to put code blocks inside the forum's Code tags --- the </> button or a line of ``` (3 backticks) above and below a code block.
  • Dijkstra and Kruskal algorithm

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    jsulmJ
    Moved to Showcase forum
  • QxOrm 1.5.1 and QxEntityEditor 1.2.9 released (Qt ORM/ODM)

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt RPC Framework

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    GrecKoG
    Thanks for offering this, how would you say this compares to Qt Remote Objects or GRPC?
  • Bulletphysics QML plugin + source code + Qt3D demos

    9
    8 Votes
    9 Posts
    7k Views
    Business_CatB
    This is really an amazing project, but can you make it also compatible with QtQuick3D?
  • QtChartJs - Chart.js for Qt 6 QML (no WebEngine)

    1
    3 Votes
    1 Posts
    766 Views
    No one has replied
  • QT and Live++. Hot reloading in seconds.

    Unsolved
    1
    0 Votes
    1 Posts
    745 Views
    No one has replied
  • 0 Votes
    2 Posts
    1k Views
    No one has replied
  • Qt for Python .ui batch compiler shell script

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    pi-squaredP
    UPDATE: I just realised that it outputs a .ui.py file instead of a .py file. Here's the new shell script: for file in *.ui; do if [ -f "$file" ]; then echo "Processing file $file..." IFS='.' read -r -a separated <<< "$file" pyside6-uic "$file" -o "ui_${separated[0]}.py" echo "done!" fi done IFS='.' read -r -a separated <<< "$file" is equivalent to separated = file.split('.') in Python.
  • Gemini Commander - dual-pane file manager (Qt6 + KDE Frameworks)

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    sierdzioS
    Looks neat! I'll note, however, that the first thought which appeared in my mind when I've read "Gemini ..." was that this is something about Google's AI assistant. I'm glad it is not :D
  • This is one of my modest projects; I am very happy that I have reached this level.

    Moved Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Brain Viewer - Qt 3D app

    Unsolved
    1
    4 Votes
    1 Posts
    1k Views
    No one has replied