Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Qt interface

    C++ Gurus
    2
    2
    1612
    Loading More Posts
    • 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.
    • K
      konnosm last edited by

      Hello,

      I am new with Qt and i would like to ask if I can build a program that has an input number that when a push a button the number is entered to a file .sp in a particular place, the file .sp is code for an electronic circuit simulation which runs with the program HSpice. I also want a button that after pressing it i can run the file .sp through HSpice.

      Thank you very much

      1 Reply Last reply Reply Quote 0
      • V
        valandil211 last edited by

        I don't really know HSpice, but if the file format is not proprietary, you could write your own C++ classes that would interact with this file format. You'll then connect a QPushButton instance to a function that puts the data where you want to.

        The same thing goes for running the .sp file through HSpice.

        I would point you to the excellent documentation to get you started.

        Joey Dumont

        1 Reply Last reply Reply Quote 0
        • First post
          Last post