Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Making a GUI for a Fully compiled and working C Code using Qt
Forum Updated to NodeBB v4.3 + New Features

Making a GUI for a Fully compiled and working C Code using Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 541 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.
  • anadimisra27A Offline
    anadimisra27A Offline
    anadimisra27
    wrote on last edited by
    #1

    Hello Everyone. I am new to Qt. I have a C code which takes in two long integer values from the users and after doing a search operation returns two strings. I want to build a GUI for the same. Where in the user will enter 2 numbers in two line edit boxes, after which these two numbers be passed to my C Code and the strings be displayed in 2 more line edit boxes.
    Any help is appreciated.

    the_T 1 Reply Last reply
    0
    • anadimisra27A anadimisra27

      Hello Everyone. I am new to Qt. I have a C code which takes in two long integer values from the users and after doing a search operation returns two strings. I want to build a GUI for the same. Where in the user will enter 2 numbers in two line edit boxes, after which these two numbers be passed to my C Code and the strings be displayed in 2 more line edit boxes.
      Any help is appreciated.

      the_T Offline
      the_T Offline
      the_
      wrote on last edited by
      #2

      @anadimisra27

      One way could be to include the source code of your C program into your Qt Project.
      The other would be to call the binary with QProcess and read its output.

      -- No support in PM --

      1 Reply Last reply
      5

      • Login

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