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. Cut and paste in QPlainTextEdit
Forum Updated to NodeBB v4.3 + New Features

Cut and paste in QPlainTextEdit

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.5k 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.
  • E Offline
    E Offline
    erik kruyt
    wrote on last edited by
    #1

    I have set the font of a QPlainTextEdit to Courier New:

    @ QFont font = QFont("Courier New");
    font.setPixelSize(14);
    charFormat = new QTextCharFormat();
    charFormat->setFont(font);
    setCurrentCharFormat(*charFormat);@

    When I cut and paste part of a text this is going fine.
    However, when I select all, cut and paste the font is not Courier New anymore.

    What is the problem and how can this be solved?
    [edit: Code highlighting / Vass]

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      You should call setFont(font) on the QPlainTextEdit.

      Could you please wrap your code in two @-Tags, this makes it more readable.

      http://www.catb.org/~esr/faqs/smart-questions.html

      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