Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    Fortran to qt

    General and Desktop
    2
    2
    1587
    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.
    • P
      programmer last edited by

      hello,
      how we can import Fortran code or python code to qt code, is it possible or not ?

      1 Reply Last reply Reply Quote 0
      • D
        dbzhang800 last edited by

        Yes, Qt is a library of C++. so your real question is how to call fortran or python code in C++.

        For fortran, you can compile you fortran to a library, then link the library to you Qt application.

        For python, PythonQt can be used. Or you can directly use the C-API provided by Python itself.

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