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!
444 Topics 1.7k Posts
  • Qt5.15.10 and Qt5.15.11 Linux and Windows compiled source code

    Unsolved
    1
    1 Votes
    1 Posts
    577 Views
    No one has replied
  • A simple library for generating QR codes for your Qt projects

    Unsolved
    2
    1 Votes
    2 Posts
    5k Views
    piervalliP
    @alex_spataru Thanks to share.
  • Graphics. math, creative fun, Android

    Unsolved
    2
    3 Votes
    2 Posts
    479 Views
    JoeCFDJ
    @Michel-de-Boer Good one.
  • Intellicute - Qt/QML based ChatGPT OpenAI API Client

    Unsolved
    2
    1 Votes
    2 Posts
    2k Views
    No one has replied
  • Bulletphysics QML plugin + source code + Qt3D demos

    8
    8 Votes
    8 Posts
    4k Views
    S
    when I compiled the demos, setSpinningFriction was not a member of btRigidBody. but I have installed bulletPhysics 2.8.3 . I'd be sincerely grateful for your help.
  • New Qt/QML Youtube channel

    Unsolved
    2
    0 Votes
    2 Posts
    650 Views
    ChronalC
    Thanks for the link! I'm excited to check out the new Qt QML YouTube channel. I'm sure it will be a great resource for learning more about Qt QML and staying up to date with the latest developments.
  • Why I love Qt

    Unsolved
    1
    3 Votes
    1 Posts
    484 Views
    No one has replied
  • QGrip-- Qt Graphics Item Plots

    Moved Unsolved
    4
    0 Votes
    4 Posts
    770 Views
    Chris KawaC
    @therealddx said: is there a zoom-independent setting for QAbstractGraphicsShapeItem as well? QAbstractGraphicsShapeItem has a setPen method, so you can give it a cosmetic pen.
  • Qt5.15.8 Linux and Windows compiled source code

    Unsolved
    1
    3 Votes
    1 Posts
    427 Views
    No one has replied
  • Qt5.15.7 Linux and Windows compiled source code

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

    Unsolved
    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • 0 Votes
    1 Posts
    478 Views
    No one has replied
  • Compiled Qt5.15.6 Open Source (Linux)

    Unsolved
    1
    0 Votes
    1 Posts
    413 Views
    No one has replied
  • Compiled Qt5.15.6 Open Source

    Unsolved
    1
    2 Votes
    1 Posts
    381 Views
    No one has replied
  • EventFilter

    Locked Unsolved
    2
    0 Votes
    2 Posts
    558 Views
    JonBJ
    @liuyu How does this differ from your existing/on-going https://forum.qt.io/topic/138347/hello-i-have-a-problem? Please don't make people have to answer you in two places, you won't get better solutions. Separately, quite why you post in Showcase forum I do not know.
  • hello,I have a problem

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    L
    @JonB said in hello,I have a problem: Well, because showing/maximizing after minimizing causes a showEvent(). Press Win + D for the first time and all windows will be minimized. Press Win + D again and all windows will be restored. However, when I use EventFilter and rewrite the show event, after I press Win + D for the first time, the widget is minimized, which is normal. However, I do not press the win + D key combination for the second time, but randomly click any other icon on the desktop, which will trigger the show event of the widget of this QT program. Note that even if I do not click the icon of this program, it will trigger [image: aac31f2a-afa2-4fac-bb6a-6bf55c8de269.png]
  • A new GUI app for Infotainment...

    Unsolved
    2
    0 Votes
    2 Posts
    614 Views
    yellowlemontree2014Y
    You can check out this code. This is a preliminary code of designing flying 2D wings,. Or we call it an Airfoil. You can give any range of camber and thick ness and their position the corresponding airfoil will be generated. The control points or anchors will be shown in red color.
  • Sigmoid Chat Application

    Unsolved
    2
    0 Votes
    2 Posts
    569 Views
    No one has replied
  • Multi Copy Paste - Open source applicaiton

    Unsolved
    2
    2 Votes
    2 Posts
    682 Views
    H
    The tutorial to build this app is now live on my YouTube Channel: https://www.youtube.com/c/HarshMittalYoutube/videos Part1 : https://www.youtube.com/watch?v=20mjSqJ_ygM Part2 : https://www.youtube.com/watch?v=UipFETesbWs
  • QTextToSpeech

    Unsolved
    3
    0 Votes
    3 Posts
    876 Views
    posktomtenP
    Hey! Thanks for your reply! Yes, I downloaded the source code for Qt6.4.0 beta. Compiled it with support for "text to speech". In the new version there are more "engines" for "text to speech". And a few more features. But the speech did not get better. I suspect that the operating system's underlying capacity for speech synthesis does not work as well on Linux as on Windows. It's just my speculations. But Qt version 5.15.5 (the latest version available as open source) gave better sound than version 5.15.2. A better and more natural pronunciation. I thought. I need to learn more about how operating systems handle speech synthesis.