Results 1 to 3 of 3

Thread: KWidgetsAddon in Qt App (Win32)?

  1. #1
    Join Date
    Aug 2012
    Location
    Tucson, AZ, USA
    Posts
    7
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default KWidgetsAddon in Qt App (Win32)?

    Is it possible to use KWidgetsAddon components within a standard Qt app on Windows? Mainly, I'm looking for a good looking LED widget which appears to be elusive. Not very familiar with KDE, so not sure if this is possible or how it would be integrated into the build.
    Do it once, do it right.

  2. #2
    Join Date
    Oct 2024
    Posts
    4
    Thanked 1 Time in 1 Post
    Qt products
    Platforms
    Windows

    Default Re: KWidgetsAddon in Qt App (Win32)?

    hiii,
    You can use KWidgetsAddons components in a standard Qt application on Windows, but it will take some configuration to integrate them, especially if you are not using the KDE environment. These components are part of the KDE Frameworks, which are designed to extend Qt with additional widgets and features.

  3. #3
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,266
    Thanks
    308
    Thanked 868 Times in 855 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: KWidgetsAddon in Qt App (Win32)?

    KWidgetsAddons is a Tier 1 KDE library, which means it has no dependencies on anything else in KDE and depends only on the Qt framework. So using it in a Qt app means building the library and then including the header and binary library files in your app's build configuration and code.
    <=== 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.

Similar Threads

  1. Using a Win32 library
    By luochen601 in forum Qt Programming
    Replies: 3
    Last Post: 28th July 2010, 05:58
  2. Qt and the Win32 API.
    By hickscorp in forum Qt Programming
    Replies: 9
    Last Post: 23rd January 2010, 16:37
  3. GnuBarcode in QT4 win32
    By aekilic in forum Qt Programming
    Replies: 1
    Last Post: 17th December 2009, 22:18
  4. win32 api
    By weixj2003ld in forum Newbie
    Replies: 1
    Last Post: 17th April 2009, 08:46
  5. Win32 MSG - winEvent()
    By AlGaN in forum Qt Programming
    Replies: 1
    Last Post: 24th September 2008, 15:19

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.