Navigation

    Qt Forum

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

    • SOLVED How to create a QByteArray to send in QSerialPort
      General and Desktop • qserialport struct qbytea • • Dooham  

      7
      0
      Votes
      7
      Posts
      590
      Views

      @Dooham You're OK, you are not the first (or the last) here to ask/state this! :)
    • UNSOLVED QThread struct reponse example ?
      General and Desktop • qthread struct • • RahibeMeryem  

      2
      0
      Votes
      2
      Posts
      438
      Views

      response is quite different from QImage, so you should start by matching your function prototypes. To that end you should use the Qt5 connect syntax, which is going to throw you a compile-time error for that code, as it justifiably should. I don't understand the rationale between that global variable - response cevap; though, you should explain what prompted you to use it like this.
    • SOLVED Cannot add more than one struct onto a qlist within foreach loop
      General and Desktop • qlist loop struct • • CybeX  

      10
      0
      Votes
      10
      Posts
      2507
      Views

      @VRonin a suggest read is a SO post As mentioned earlier aswel, I will use this iterator (first time :p) Thanks for all the help!
    • SOLVED How to append struct to QList?
      General and Desktop • qlist struct append • • pauledd  

      13
      1
      Votes
      13
      Posts
      9497
      Views

      Thank you for the hints, I think I now have enough information to solve it.
    • Data structure to save diagram, an editor developed in QT widget
      General and Desktop • save data editor struct diagram • • Emysa341  

      1
      0
      Votes
      1
      Posts
      625
      Views

      No one has replied

    • How to read QString and bool values from xml ?
      General and Desktop • xml struct • • Ratzz  

      5
      0
      Votes
      5
      Posts
      6169
      Views

      @JohanSolo Thank you . I used index to read an array.
    • Structure to be written&read in and from data file
      General and Desktop • file data struct • • Adityan J  

      2
      0
      Votes
      2
      Posts
      1374
      Views

      @Adityan-J Yes. Use QDataStream and QFile. Here's one example.
    • Error "aggregate 'myStruct name has incomplete type and cannot be defined"
      General and Desktop • c++ struct incomplete type union • • andsun  

      5
      0
      Votes
      5
      Posts
      9081
      Views

      OK, it's clearer now. Can you share some of the errors you are getting when building ?
    • [SOLVED] Can't create a QStandardItem of a C defined struct
      General and Desktop • qstandarditem qstandarditemmo struct • • andsun  

      5
      0
      Votes
      5
      Posts
      1395
      Views

      Hmm OK, Think I get it. What you say is I have to create my own class inherrited from QAbstractItemModel And in the class implementation modify to my usage OK, I'll give it a try and see where it leads me. Thanks for the reply, hope its the answer to my problem. Close the thread for now... somehow