Results 1 to 4 of 4

Thread: Conversion of int to char insertion into a qString

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Apr 2011
    Posts
    195
    Thanks
    49
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Conversion of int to char insertion into a qString

    Take a look at QChar. I think theres one constructor, which takes an unsigned int as parameter(code).
    Qt Code:
    1. QChar(uint code)
    To copy to clipboard, switch view to plain text mode 

  2. The following user says thank you to Qiieha for this useful post:

    Qtonimo (2nd April 2019)

Similar Threads

  1. Replies: 6
    Last Post: 9th April 2014, 20:19
  2. Replies: 5
    Last Post: 8th September 2011, 10:38
  3. int to char conversion
    By cooper in forum Newbie
    Replies: 3
    Last Post: 14th June 2011, 03:50
  4. Char* <-> QString implicit conversion
    By kingfinn in forum Qt Programming
    Replies: 3
    Last Post: 15th March 2010, 08:26
  5. char* to QString: conversion
    By abghosh in forum Qt Programming
    Replies: 9
    Last Post: 8th March 2010, 09:32

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
  •  
Qt is a trademark of The Qt Company.