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!
446 Topics 1.8k Posts
  • QFonticon

    3
    3 Votes
    3 Posts
    2k Views
    D
    @VRonin mInstance is a singleton. Did you get an issue? Yes, actually it uses the native palette to display disabled color. You can set a custom color if you want.
  • Serialization, XML parse

    c++ serialize xml qxmlstreamwrite qxmlstreamreade
    1
    2 Votes
    1 Posts
    1k Views
    No one has replied
  • Example Weather application in C++/QML

    Moved
    6
    2 Votes
    6 Posts
    3k Views
    V
    Finally uploaded weather videos, playable on Android But some pinky artifacts still there. Need to tune video output shader
  • Bing QtLocation plugin

    5
    4 Votes
    5 Posts
    3k Views
    V
    @SGaist not only. Follow code style, testcases etc. It will take a lot of time. Probably need to do this sometime soon
  • A Qt docuemntation software just went on sale

    Moved
    1
    0 Votes
    1 Posts
    673 Views
    No one has replied
  • Qt tutorials and examples

    5
    5 Votes
    5 Posts
    2k Views
    V
    As anticipated when I posted the first time, I've published a new tutorial about Qt Network and JSON which shows how to create a simple Hacker News reader. Any feedback and suggestions for other topics to cover are more than welcome.
  • SparkQML - A QML Document Viewer for State and Transition Preview

    Moved
    5
    7 Votes
    5 Posts
    2k Views
    benlauB
    v0.2 has been released! New Features Component Browser - Browse a folder of component with preview of image Resize to Fit - Change the component size to fit current window Error Panel - Show the error of loading. Auto reload is supported. [image: SparkQML-0.2.png]
  • 0 Votes
    43 Posts
    67k Views
    C
    @_JR_ You're welcome :) Personally I neither had any experience in writing iOS apps nor have the necessary hardware/keys/certificates for that. So any input on the subject will be useful (but I doubt that it will be possible to make any enhancements based on that).
  • QmlSql simple Qml plugin for QSql

    Moved Unsolved
    3
    2 Votes
    3 Posts
    1k Views
    J
    @kshegunov Hello there well that is nice it just so happens that I have wrapping and other things for QFile, QDir, QFileInfo, QFileSystemWatcher, QMimeType ect. IMHO There is only a couple of ways to get around the whole imperative vs declarative subject and that would take a real long talk. I think that history of qml./qtquick is what was the issue. where symbian was the core target for a minute. This has sense beached out to all form factors. Here is where things start to get a little odd for me when making wrapping and plugin libs for qml ( I have about 40 of them ) When is the point when I say "no you should not do this , this way" thus taking the declarative out of the picture. A good example in the lib above would be connectionNames in QSql it is such a great feature that I just could not drop it. But then that made it so to be able to use one has to make connection points based on there string names. There are other things also like storage in memory with different strings that might be sensitive that QSqlDatabase::addDatabase even talks about in there docs . Anyways Cheers, Joseph
  • High level wrapper around QNetworkAccessManager for make network communications easy.

    Unsolved
    3
    1 Votes
    3 Posts
    2k Views
    D
    @Chris-Kawa big thanks for you answer and suggestion! For save session across requests you can use instance of QNetworkCookieJar class, like this: QNetworkCookieJar cookies; NetworkRequest request; request.setCookieJar(&cookies); request.loadSync("https://site.com/API/v1/startSession"); // And in next step you can reuse this request or create new NetworkRequest and sent cookies to them request.loadSync("https://site.com/API/v1/uploadImage"); Thanks for suggestion again. We added patch which allow you to use overloaded method and pass a container of links to load!:)
  • PatchQT - Fully automatized patch solution

    Unsolved
    3
    1 Votes
    3 Posts
    1k Views
    F
    That sounds pretty interesting, I would definitely be interested in that course, if anyone thought it could be useful! Let's discuss that further on PM's?
  • Testable - QML Unit Test Utilities

    Unsolved test
    2
    2 Votes
    2 Posts
    2k Views
    SGaistS
    Nice ! Thanks for sharing :)
  • Live CV - Live Computer Vision Coding Application

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, Thanks for sharing ! :)
  • neontetra: Qt Creator Color Scheme

    Unsolved neontetra scheme theme style qtcreator
    2
    4 Votes
    2 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, Thanks for sharing !
  • ESA Climate Change Initiative Visualisation Tool

    10
    2 Votes
    10 Posts
    4k Views
    timdayT
    And here it is: https://itunes.apple.com/gb/app/climate-from-space/id1061553589 note the 1.1GByte size... this not a download and install to be taken lightly!
  • QT CEF integration

    3
    0 Votes
    3 Posts
    6k Views
    T
    @Chris-Kawa Thanks for your suggestion and I am considering add license for it!!
  • Qt Advanced Docking System - BETA

    Unsolved docking window
    2
    5 Votes
    2 Posts
    3k Views
    SGaistS
    Hi and welcome to devnet, Thanks for sharing ! Looks good !
  • Qt REST Client (Beta)

    Unsolved
    3
    2 Votes
    3 Posts
    8k Views
    kafegK
    @Kofr Hi. I will fix example application. At now it fully work (but server is slowly).
  • SqlModels: QSqlTableModel's that are created entirely from QML

    Unsolved sql qml model thread qsqltablemodel
    13
    0 Votes
    13 Posts
    6k Views
    LeeiL
    @SGaist I don't mind refactoring it, it's not very long. I will definitely look into this. Thanks!
  • Qt/ Qml Document db based on ejdb

    2
    0 Votes
    2 Posts
    1k Views
    kafegK
    Hi. Please tell me what about iOS/Android support in your project? I would use it, but only on mobile devices.