Results 1 to 2 of 2

Thread: Where to find 3rd Party/Open source Qt Widgets applications

  1. #1
    Join Date
    Sep 2016
    Posts
    4
    Thanks
    1
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Wink Where to find 3rd Party/Open source Qt Widgets applications

    Hi there friends from the Qt community. I have been working on a Qt widgets 5.7 interface which is c++ based. Currently I'm trying to add to the main window some widget such as a calendar, digital clock, weather application or other widget I have not yet looked into or thought about. As a newbi in Qt I'm at the point where I can't write an application from scratch and neither do I know enough Qt as to be able to customize a plain basic widget with some of the functionality I need. I have spent a combined of around 30 hours researching on git repositories, and trying different search engines to see if I find something suitable that I can merge into this interface I'm working on. I would really appreciate if I could get some feedback on projects or websites I can use to find the application or code I need in order to make a nice home screen.

    Here is an example of the best project I have found:
    https://github.com/ahoogesteger/q24h...talclockwidget
    I could potentially embed it in my home screen but I need to learn to customize it so that it fits the style of my interface. This is something I don't yet know how to do so I'm expecting to be able to find something better. Thanks for any help in advance.

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Where to find 3rd Party/Open source Qt Widgets applications

    There is "linux-apps" (formerly qt-apps). Drill down into the Qt Programs -> Qt Widgets area from the menu. There are also Qt-based apps scattered in other sections from which you might be able to extract useful widgets.

    qinclude has a huge number of Qt-based tools and libraries.

    And KDE is entirely built using Qt.

    You can go mining in any of those projects for a wealth of useful things. In some cases, a standalone widget is easy to pull out, other times it is all tied up with other dependencies, which you may or may not want to drag into your project. Good libraries shouldn't really require you to drag everything in just to use a small part of it, in my opinion.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  3. The following user says thank you to d_stranz for this useful post:

    nronqt (6th October 2016)

Similar Threads

  1. Replies: 4
    Last Post: 28th February 2016, 10:56
  2. Replies: 1
    Last Post: 21st April 2014, 23:21
  3. Replies: 0
    Last Post: 26th November 2012, 13:18
  4. Replies: 2
    Last Post: 4th June 2012, 23:00
  5. 'Sniffing' closed source Qt applications
    By squidge in forum Qt Programming
    Replies: 2
    Last Post: 21st October 2010, 04:37

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.