Results 1 to 2 of 2

Thread: How to use C program in my Qt project

  1. #1
    Join Date
    Apr 2016
    Posts
    17
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default How to use C program in my Qt project

    Hi,

    I am new to Qt. Can anyone give me clarification about how ca n i use a c program into my Qt project.
    To be precise i want to access structure variables in my C program and populate it into different fields of table in the gui.

    Thanks in advance
    Namitha.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How to use C program in my Qt project

    There is nothing Qt specific about this.

    Like in any other C++ program you include the necessary headers and then use the defined types and functions.

    Cheers,
    _

Similar Threads

  1. Replies: 7
    Last Post: 28th November 2014, 16:59
  2. Replies: 2
    Last Post: 11th July 2013, 18:48
  3. Replies: 6
    Last Post: 24th June 2012, 19:32
  4. Replies: 1
    Last Post: 30th April 2010, 14:25
  5. Replies: 1
    Last Post: 4th December 2009, 00:34

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.