Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. send
    Log in to post

    • UNSOLVED Sending and Receiving Files Using Bluetooth
      General and Desktop • bluetooth file windows10 send receive • • LAM12  

      3
      0
      Votes
      3
      Posts
      406
      Views

      @J.Hilk Thanks for your answer. But I want to ask how can I know I have to choose one over the another? After running the application "Bluetooth File Transfer" I faced the following error: Thanks in advance!
    • SOLVED Array not sent from signal and slot
      General and Desktop • qtcreator signal & slot array send • • Lasith  

      3
      0
      Votes
      3
      Posts
      1235
      Views

      @Lasith Hi old type c array can also work. Its just a matter of what is registered already. You can register your own types. http://doc.qt.io/qt-5/qmetatype.html#Q_DECLARE_METATYPE
    • UNSOLVED Sending QString value from one form class to another
      General and Desktop • string label send form • • Kasun  

      9
      0
      Votes
      9
      Posts
      1924
      Views

      you can send the string to other class by simply placing it in the Signal, and catch the signal at the other class.
    • UNSOLVED Still can't figure out how to make my project standalone.
      General and Desktop • deploy exe send standalone • • JTrocks55  

      4
      0
      Votes
      4
      Posts
      849
      Views

      Oh ok, thanks to both of you! I think I am just going to make videos on it and show that without actually sending it. Thanks though!
    • SOLVED Sending data when a window is closed
      General and Desktop • signals emit send connect slot finished close dialog • • namit  

      4
      0
      Votes
      4
      Posts
      890
      Views

      @namit ok super.
    • UNSOLVED Pass data between QWidgets
      General and Desktop • c++ server - client send • • mandruk1331  

      9
      0
      Votes
      9
      Posts
      1416
      Views

      @mrjj Com_Network is my own class which I use for Communication between Client and Server. Ok, I will give it a try.