Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Design Qt GUI for CLIPS expert systems
Forum Updated to NodeBB v4.3 + New Features

Design Qt GUI for CLIPS expert systems

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
5 Posts 2 Posters 1.3k Views
  • 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.
  • B Offline
    B Offline
    Bryan Chua
    wrote on last edited by
    #1

    Hi all,

    I am a student who is task to design a Qt GUI for CLIPS v6.30. However, I am not sure what are the libraries needed and how can I link this two application together? Please let me know if there is any guide and walkthrough out there that can give some guidance. Thank you.

    Regards,
    Beginner

    jsulmJ 1 Reply Last reply
    0
    • B Bryan Chua

      Hi all,

      I am a student who is task to design a Qt GUI for CLIPS v6.30. However, I am not sure what are the libraries needed and how can I link this two application together? Please let me know if there is any guide and walkthrough out there that can give some guidance. Thank you.

      Regards,
      Beginner

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Bryan-Chua Please explain what you mean by "how can I link this two application together"? What is your GUI going to do?
      To start with GUI programming please read https://doc.qt.io/qt-5/qtgui-index.html and take a look at the examples. Also, you can find tutorial on the Internet, for example https://wiki.qt.io/Basic_Qt_Programming_Tutorial

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • B Offline
        B Offline
        Bryan Chua
        wrote on last edited by
        #3

        Thank you for the reply. I am trying to learn how to design a Qt GUI to display and answer question from my CLIPS program.
        Below is an example of what I am trying to achieve.

        CLIPS v6.3
        0_1564434261503_c4def1c5-ce3a-4dfc-bccd-0e6b52041de8-image.png

        VS window application
        0_1564434326888_4d9f5490-963b-4c31-b9d8-1d069a107225-image.png

        jsulmJ 1 Reply Last reply
        0
        • B Bryan Chua

          Thank you for the reply. I am trying to learn how to design a Qt GUI to display and answer question from my CLIPS program.
          Below is an example of what I am trying to achieve.

          CLIPS v6.3
          0_1564434261503_c4def1c5-ce3a-4dfc-bccd-0e6b52041de8-image.png

          VS window application
          0_1564434326888_4d9f5490-963b-4c31-b9d8-1d069a107225-image.png

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @bryan-chua Is this CLIPS a console application?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • B Offline
            B Offline
            Bryan Chua
            wrote on last edited by
            #5

            Sorry for the late reply, CLIPS is a rule-based programming language, its interface "clips v6.4" is a command-line interface. So my task is to design a Qt GUI to better represent the output from CLIPS.

            Currently, I am facing issues with the importing of clips library into Qt VS. In sourceforge, a CLIPSwrapped library is provided, however, I am not sure how to "import" this wrapped library in Qt VS such that I can call the CLIPS functions in my Qt main.cpp. Please let me know on what I should do. Thank you.

            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