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. How to draw relay logic in qt??
Forum Updated to NodeBB v4.3 + New Features

How to draw relay logic in qt??

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 625 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.
  • NIXINN Offline
    NIXINN Offline
    NIXIN
    wrote on last edited by
    #1

    Suppose I have an equation:
    A + B * C = D
    I want develop a relay logic for this equation. How should I approach? Which libraries in Qt will help to make this successful?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      What is "relay logic" ?
      You want to draw it or what is the goal? :)

      Can you provide more details of the project. ?

      1 Reply Last reply
      0
      • koronaboraK Offline
        koronaboraK Offline
        koronabora
        wrote on last edited by
        #3

        @NIXIN said:

        relay logic

        Make A, B, C and D in gui like QLineEdit. After that catch every signal like QLineEdit::textChanged(const QString &text) and recalc all other values in other places.

        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