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. How to convert QStringList to const char *const *
Forum Updated to NodeBB v4.3 + New Features

How to convert QStringList to const char *const *

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 2.1k Views 3 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.
  • D Offline
    D Offline
    Dohisev
    wrote on last edited by
    #1

    I have a method that accepts an argument that is const char *const *argv. I was wondering how to convert a QStringList to that?

    kshegunovK 1 Reply Last reply
    0
    • D Dohisev

      I have a method that accepts an argument that is const char *const *argv. I was wondering how to convert a QStringList to that?

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      You can't directly. You have to convert the strings' data to Latin1 and then extract the char arrays' pointers from there.

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      5
      • D Offline
        D Offline
        Dohisev
        wrote on last edited by
        #3

        Do you have an example of how to do that?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          QString::toLatin1
          QStringList::join

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved