Results 1 to 2 of 2

Thread: How do I use this widget in my application?

  1. #1
    Join Date
    Sep 2015
    Posts
    6
    Platforms
    Windows

    Default How do I use this widget in my application?

    I found this nice widget, but as I'm new to QT I have no idea how to add custom widget. I did some googling but didn't helped in this case. How do I add this widget to my application? I'm using QT 5.5 on Windows 10 machine

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: How do I use this widget in my application?

    I would imagine that the widget should have some documentation, if only a README file or similar. It might help if you actually mentioned which widget you're trying to use...

    Edit: Sorry, just noticed "this" was a link! The zip file contains a subdirs project to build a statlic library (QPropertyEditor) and a sample application that shows. Look at the Sample.pro file to see how to include the header file and static library for the linker (i.e. INCLUDEPATH, QMAKE_LIBDIR, and LIBS variables), etc.
    Last edited by jefftee; 30th September 2015 at 07:17.
    I write the best type of code possible, code that I want to write, not code that someone tells me to write!

Similar Threads

  1. launching application in customized widget
    By PstdEr in forum Newbie
    Replies: 1
    Last Post: 20th March 2013, 19:36
  2. Qt Application Top Widget
    By zgulser in forum Newbie
    Replies: 1
    Last Post: 28th March 2012, 23:39
  3. Replies: 22
    Last Post: 14th October 2010, 17:44
  4. add .ui file with custom widget in application
    By stella1016 in forum Qt Programming
    Replies: 10
    Last Post: 19th November 2009, 09:25
  5. Invoking QT Docking widget from MFC MDI application
    By Vikram in forum Qt Programming
    Replies: 1
    Last Post: 7th July 2007, 18:26

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
  •  
Qt is a trademark of The Qt Company.