Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. C++ Gurus
  4. Qt interface
Forum Update on Monday, May 27th 2025

Qt interface

Scheduled Pinned Locked Moved C++ Gurus
2 Posts 2 Posters 1.8k 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.
  • K Offline
    K Offline
    konnosm
    wrote on 16 Jul 2012, 18:14 last edited by
    #1

    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
    0
    • V Offline
      V Offline
      valandil211
      wrote on 16 Jul 2012, 19:53 last edited by
      #2

      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
      0

      1/2

      16 Jul 2012, 18:14

      • Login

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