Results 1 to 10 of 10

Thread: How to resolve qbyteA[5] = qbyteB?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Feb 2007
    Posts
    47
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Unix/X11

    Unhappy Re: How to resolve qbyteA[5] = qbyteB?

    Thank you for your kind help,but I have already try for many ways,such as
    Qt Code:
    1. QByteArray byteA[9],byteB; or QByteArray *byteA,byteB;
    2. byteA[0] = 0x23;//error: invalid conversion from `int' to `const char*'
    To copy to clipboard, switch view to plain text mode 
    I want to give
    Qt Code:
    1. byteA[i] = 0xxx,byteA[j] = byteB
    To copy to clipboard, switch view to plain text mode 
    ,how I can do? Please!
    Last edited by jpn; 11th January 2008 at 16:59. Reason: missing [code] tags

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.