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!
438 Topics 1.7k Posts
QtWS25 Last Chance
  • Javascript-like Promises

    Unsolved
    3
    0 Votes
    3 Posts
    416 Views
    F
    I'm very aware of signals and slots. IMO JS-like promises solve a slightly different problem. Qt signals are shared among all subscribers. Promises are specific to a single function call. In my lib I implemented promises using signal and slots. The difference is that there is a new QObject for each function call. In my experience this prevents potential issues with clients connecting to the same signal in the same object and then receiving multiple signals or having to manually disconnect after the first signal... Also signals and slots are scattered in the class header and in many functions, while the promise approach is more self-contained.
  • Translation Source Check - A tool to hunt bugs in translations

    Unsolved
    1
    0 Votes
    1 Posts
    222 Views
    No one has replied
  • Qmllint github action

    Unsolved
    1
    1 Votes
    1 Posts
    282 Views
    No one has replied
  • In-App updater for desktop and IFW.

    Unsolved
    1
    0 Votes
    1 Posts
    250 Views
    No one has replied
  • Yet Another Qt Tutorial

    Moved Unsolved
    5
    3 Votes
    5 Posts
    662 Views
    E
    @posktomten Thanks! That's exactly the audience it's aimed at. Let me know if there is any feedback.
  • Qt5.15.13 compiled source code

    Unsolved
    1
    2 Votes
    1 Posts
    294 Views
    No one has replied
  • Qoverage: simple QML code coverage

    Unsolved
    2
    0 Votes
    2 Posts
    480 Views
    S
    The latest coverage report for ShoopDaLoop is here.
  • Skywalker - A Bluesky client

    Locked Unsolved
    3
    0 Votes
    3 Posts
    992 Views
    No one has replied
  • 0 Votes
    14 Posts
    9k Views
    L
    Grateful for the enriching insights provided in the recent blog regarding OHT+Behavior: heat-maps and path-maps for Qt GUIs, alongside user-interaction abstraction! If you're keen on delving further into this fascinating realm, I encourage you to explore our dedicated blog section on UX heatmap. Dive in and uncover more about enhancing user experiences!
  • Vault to save encripted data

    Unsolved
    1
    1 Votes
    1 Posts
    340 Views
    No one has replied
  • QuickWheels ... flickable dials and wheels for QtQuick

    Unsolved
    1
    0 Votes
    1 Posts
    332 Views
    No one has replied
  • Qt develops in the Windows Store

    Moved Unsolved
    2
    0 Votes
    2 Posts
    490 Views
    jsulmJ
    @oldmanCPP Please use https://forum.qt.io/category/8/showcase for advertisements...
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    4
    0 Votes
    4 Posts
    251 Views
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    50 Views
  • Compiled Qt5.15.12 source code.

    Unsolved
    2
    3 Votes
    2 Posts
    390 Views
    posktomtenP
    @posktomten Now it should work! Feel free to write a comment if it doesn't work as intended. Good to know! "Unfortunately my compilation of Qt5.15.12 64-bit Linux GLIBC 2.27 was corrupt. I'll be back with a better version as soon as I have time. Excuse!"
  • QML DateTime Pickers Module

    Unsolved
    2
    0 Votes
    2 Posts
    395 Views
    MesrineM
    @Mesrine One can play with the types in the browser here. If you found it interesting, please consider giving it a star on Git Hub. Also if you think this is a dead end, and there is no future for QML, please let me know.
  • Custom QML Quick Controls style and modules for GUI

    Unsolved
    2
    0 Votes
    2 Posts
    341 Views
    MesrineM
    @Mesrine One can play with the types in the browser here. If you found it interesting, please consider giving it a star on Git Hub. Also if you think this is a dead end, and there is no future for QML, please let me know.
  • Multi-Window Synchronization functionality for Windows GUI using PyQt5

    Unsolved
    1
    0 Votes
    1 Posts
    766 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    22 Views
    No one has replied