Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to add Qt widget (Template = app)
Qt 6.11 is out! See what's new in the release blog

How to add Qt widget (Template = app)

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    peztopazto
    wrote on last edited by
    #1

    Hey, I have been going through the qt widgets on http://qt-apps.org/ and quite a few of them seem interesting. Unfortunately I have been unable to find a guide on how to use them. The closest thing I have found is the "Custom Widget Plugin Example" tutorial, which is still quite a bit different from my goal.

    I simply want to use the downloaded widgets, is there any documentation on how to do this? I feel like a moron for asking such a simple question but I honestly cannot find the answer.

    Thank you

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goblincoding
      wrote on last edited by
      #2

      Hi there,

      Depending on how the widgets are packaged, you may have to either:

      1. Include the source in your project or
      2. Link to the widget lib in your project (and include the relevant headers) or
      3. Add it as a plugin for QtCreator.

      I've written a very basic chart widget if you want an example of how to build a library and include it in your application:

      http://goblincoding.com/qt-chart-widget/chartoverview/

      Hope that helps.

      http://www.goblincoding.com

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved