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. Create a web interface for a Qt application
Forum Updated to NodeBB v4.3 + New Features

Create a web interface for a Qt application

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.6k 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.
  • C Offline
    C Offline
    Clairetj
    wrote on last edited by
    #1

    Hi all. It's my first message and I hope you understand me because I'm e french guy and I don't write English very well

    I have developped a Qt project what consist in creating serial communication between my PC and an automation (I used QSerialPort). In this porject, I have developped an Interface thanks to Qt Creator. Thans to this interface, I can establish detect the ports available to establish my communication, lauch the communication and to verify the good operation, I can switch on/off leds the discrete outputs of the automation.

    Now, I want to make a web interface for my programm that work the same way of the Qt interface but on a web page. So, I can do this ???

    I hope anyone can help me

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kqt-mr-nv6
      wrote on last edited by
      #2

      There are is no direct way to do it using QT
      you have to use web based scripts (java scripts / ajax ..)
      you can have a look at 'Wt' (don't know how much it can help)

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Clairetj
        wrote on last edited by
        #3

        Ok thanks
        During my research on internet, I have found QtWui and if I have correctly understand, this could be a solution but I can't find any information or example about QtWui so maybe someone here has already use QtWui

        1 Reply Last reply
        0
        • L Offline
          L Offline
          leon.anavi
          wrote on last edited by
          #4

          There is an open-source project for porting "QML to Web":https://gitorious.org/porting-qt-qml-to-web which might be useful in your case. But the standard approach is the create an HTML5 front-end and to link it to web services.

          http://anavi.org/

          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