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. Crash of my Rhinoceros plugin with Qt dialog when in edit field was inputted text like this "è or à or ò" (I use method inline std::wstring QString::toStdWString() const)
Forum Updated to NodeBB v4.3 + New Features

Crash of my Rhinoceros plugin with Qt dialog when in edit field was inputted text like this "è or à or ò" (I use method inline std::wstring QString::toStdWString() const)

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 768 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.
  • I Offline
    I Offline
    Igor V.
    wrote on last edited by
    #1

    Crash of my Rhinoceros plugin with Qt dialog when in edit field was inputted text like this "è or à or ò" (I use method inline std::wstring QString::toStdWString() const). If I input english symbols - all OK. My plugin was compiled with VS2010 x64 and is being used in Rhinoceros 5 x64.
    Thanks.

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      Hi Igor,

      do you use encodings? for your input text?

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      1
      • I Offline
        I Offline
        Igor V.
        wrote on last edited by
        #3

        Now I try to use method QByteArray toUtf8() const Q_REQUIRED_RESULT; and result of dialog work is better. Do you mean this method when said about encoding?

        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