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!
443 Topics 1.7k Posts
  • Interactive application icon

    Unsolved
    8
    0 Votes
    8 Posts
    294 Views
    DawinchD
    @Mizmas haha, looks funny :)
  • Qt Visual Graph Editor 0.7.0 - Major release

    Unsolved
    1
    0 Votes
    1 Posts
    37 Views
    No one has replied
  • Cool exit dissolve animation

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

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Qt5.15.17 compiled source code for openSSL Version 3

    Unsolved
    1
    1 Votes
    1 Posts
    291 Views
    No one has replied
  • A simple game launcher using Qt Widgets.

    Unsolved
    2
    2 Votes
    2 Posts
    327 Views
    No one has replied
  • Introducing QJsonVariant – A Fast Qt JSON Parser/Writer for QVariant

    Moved Unsolved
    2
    0 Votes
    2 Posts
    323 Views
    jsulmJ
    Moved to https://forum.qt.io/category/8/showcase
  • Best Way to Optimize a Qt Quick Application for Smooth Performance?

    Unsolved
    2
    0 Votes
    2 Posts
    518 Views
    jeremy_kJ
    @michaelcarlos said in Best Way to Optimize a Qt Quick Application for Smooth Performance?: Are there any profiling tools that are Qt-specific and will allow me to identify bottlenecks? The QML profiler built into Creator (Analyze -> QML Profiler) has worked for me in the past.
  • QR code creator and scanner for desktop and wasm

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    MesrineM
    @Dougf9 Thanks for your interest. The last time I checked the library compiled for Windows in the GitHub runners. 1- If you want to compile the library after you download the source code from github, go inside the project root folder and do cmake --workflow --preset default-develop. Or use a IDE with CMake Presets support. 2- You can also download the releases for Windows here. how do I tell my Qt project where it is -> To consume the project target as explained here Add this to your CMake/Qt project include(FetchContent) FetchContent_Declare( EstervQrCode GIT_REPOSITORY https://github.com/EddyTheCo/Esterv.Utils.QrCode.git GIT_TAG v2.0.0 FIND_PACKAGE_ARGS 2.0 COMPONENTS QrDec QrGen QtQrDec QtQrGen CONFIG ) FetchContent_MakeAvailable(EstervQrCode) target_link_libraries(YOUR_PROJECT_TARGET PRIVATE Esterv::QrGen Esterv::QtQrGen Esterv::QrDec Esterv::QtQrDec) This will try to find the library on your system using find_package. If it is not found, it will download the source from Git Hub and compile the library when you build your project. So you do not need to manually download the library or compile it. The library can be found by find_package in the build directory from step 1 or from the place you installed the releases in step 2. Then you can use the QML types or the C++ API that in somehow is explained here I appreciate any feedback from Windows developers.
  • 1 Votes
    3 Posts
    612 Views
    S
    Thanks, I was on the wrong forum obviously.
  • Commutative diagrams (PyQt5 desktop widgets)

    Unsolved
    2
    0 Votes
    2 Posts
    448 Views
    enjoysmathE
    https://youtu.be/EZ9AGBufoDg?si=kE2ImmlZGnE8EZ2k
  • Full-featured Chromium based open-source web browser with QML pages support.

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    T
    Version 0.1.6 released. šŸš€ New Feature Bookmark with page content search! Improvement Moved to QQuickWidget instead of QQuickView Fix bug: QML loader cache Updated to QT 6.8.1 Browser Icon updated
  • Solar System 3D

    Moved Unsolved
    2
    1 Votes
    2 Posts
    2k Views
    jsulmJ
    Moved to Showcase subforum
  • Duckdb driver

    Moved Unsolved
    4
    2 Votes
    4 Posts
    941 Views
    jsulmJ
    @piervalli Moved
  • Diagram / Schematic components library

    Unsolved qschematic
    4
    7 Votes
    4 Posts
    4k Views
    Joel BodenmannJ
    @svanimisetti I never created any python bindings but I assume that this would be fairly easy to do. Presumably you would easily find some official documentation, guide, tutorial and examples on this topic. I'll gladly answer any QSchematic specific question I can.
  • Qt5.15.16 compiled source code for openSSL Version 3

    Unsolved
    3
    0 Votes
    3 Posts
    669 Views
    posktomtenP
    Thanks! @SGaist Copying and pasting without thinking didn't turn out well.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Painting behind system bars using Qt/Qml

    ios android qml status bar navigation
    12
    10 Votes
    12 Posts
    4k Views
    M
    @Pl45m4 Thank you very much for your reply. I will try this case.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • New version of MathGraphica3D - graphic scientific calculator

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