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 display the letter in continuous form using text edit

how to display the letter in continuous form using text edit

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 446 Views
  • 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.
  • sankarapandiyanS Offline
    sankarapandiyanS Offline
    sankarapandiyan
    wrote on last edited by sankarapandiyan
    #1
    This post is deleted!
    aha_1980A 1 Reply Last reply
    0
    • aha_1980A aha_1980

      @sankarapandiyan try this:

      QString text = ui->lineedit->text();
      text.append("7"); // or whatever you like
      ui->lineedit->setText(text);
      

      Regards

      sankarapandiyanS Offline
      sankarapandiyanS Offline
      sankarapandiyan
      wrote on last edited by
      #3
      This post is deleted!
      1 Reply Last reply
      0
      • sankarapandiyanS sankarapandiyan

        This post is deleted!

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #2

        @sankarapandiyan try this:

        QString text = ui->lineedit->text();
        text.append("7"); // or whatever you like
        ui->lineedit->setText(text);
        

        Regards

        Qt has to stay free or it will die.

        sankarapandiyanS 1 Reply Last reply
        1
        • aha_1980A aha_1980

          @sankarapandiyan try this:

          QString text = ui->lineedit->text();
          text.append("7"); // or whatever you like
          ui->lineedit->setText(text);
          

          Regards

          sankarapandiyanS Offline
          sankarapandiyanS Offline
          sankarapandiyan
          wrote on last edited by
          #3
          This post is deleted!
          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