Qt Forum

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

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved How to access Qt GUI from an library using qt designer form

    General and Desktop
    shared library qt designer
    5
    29
    6282
    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.
    • SGaist
      SGaist Lifetime Qt Champion last edited by

      The question you are not answering is: are you working on that software code source directly ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      S 1 Reply Last reply Reply Quote 1
      • S
        Srujan @SGaist last edited by

        @SGaist
        yes

        1 Reply Last reply Reply Quote 0
        • SGaist
          SGaist Lifetime Qt Champion last edited by

          Ok, then are you converting it to a full-blown Qt application ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          S 1 Reply Last reply Reply Quote 0
          • S
            Srujan @SGaist last edited by

            @SGaist
            If you are talking about- Cryptoki manager then i am not working on that application. I working on the library that is used to test with cryptokimanager(thrid party standard application).
            As specified earlier, in my library there is a need of dialog part.

            1 Reply Last reply Reply Quote 0
            • SGaist
              SGaist Lifetime Qt Champion last edited by

              So you are going to call the Cryptoki manager application from your code ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              S 1 Reply Last reply Reply Quote 0
              • S
                Srujan @SGaist last edited by

                @SGaist
                yes

                1 Reply Last reply Reply Quote 0
                • SGaist
                  SGaist Lifetime Qt Champion last edited by

                  What's still not clear is whether you are writing a full-blown Qt application for that. Is it the case ?

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    Srujan @SGaist last edited by

                    @SGaist yes now i have created separate qt application and invoking that application from library using pipe mechanism..
                    Now the issue is 'getting value from that application(what ever entered in qlineedit of dialog box)'

                    jsulm 1 Reply Last reply Reply Quote 0
                    • jsulm
                      jsulm Lifetime Qt Champion @Srujan last edited by

                      @Srujan Your Qt application could write to stdout and your library would read stdout of that application and parse it. See the documentation for QProcess.

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

                      S 1 Reply Last reply Reply Quote 2
                      • S
                        Srujan @jsulm last edited by

                        @jsulm Thanks it worked..

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