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. problem using qlineedit in qbytearray?
Forum Updated to NodeBB v4.3 + New Features

problem using qlineedit in qbytearray?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 934 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.
  • RIVOPICOR Offline
    RIVOPICOR Offline
    RIVOPICO
    wrote on last edited by
    #1

    I have a qbytearray like this:

    QByteArray example;
    

    And i want in my qbyte array put the text of my qlineedit
    i tried with:

    example = ui->lineedit->toLatin1().
    

    but didnt work. some idea how to do it?

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

      Hi,

      ui->lineedit->text().toLatin1()

      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
      4
      • Pradeep KumarP Offline
        Pradeep KumarP Offline
        Pradeep Kumar
        wrote on last edited by
        #3

        Hi,

        @SGaist provided the answer,
        Qt documentation has been helpfull, QLineEdit has method text() which gets the corresponding text from LineEdit,

        Link for the answer
        http://doc.qt.io/qt-5/qlineedit.html#text-prop

        Thanks,

        Pradeep Kumar
        Qt,QML Developer

        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