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. Qt Network Programming
Forum Updated to NodeBB v4.3 + New Features

Qt Network Programming

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.8k 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.
  • W Offline
    W Offline
    webmaster.skelton
    wrote on last edited by
    #1

    I just Had a quick question, and hopefully someone can answer this. I was just curious if I create an application using Qt Networking, will it be compatible on a UNIX box managed by webmin? I have read a few places that if you do not manage the server with Qt you can run into issues. I am not familiar at all with socket programming so if this is a stupid question please bear with me. Should i just write it in straight C++ or is using Qt tcp and ftp better( or rather will i run into any issues). Thanks

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      There is not any reason why this should not work. Webmin is only a web-based interface for system administration for Unix. As long as you deploy your app and all the neede libs (QtCore, QtNetwork, maybe some more else, depending on the app) it should work seamlessly.

      [Edit:]
      It does not matter if you use "plain" C++ or C++ with Qt from a TCP socket's point of view.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • W Offline
        W Offline
        webmaster.skelton
        wrote on last edited by
        #3

        Thank you! I wanted to make sure( as i said i read a few places about issues) before i dove into it.

        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