Bitcoin Core 30.99.0
P2P Digital Currency
Protected Member Functions | List of all members
PlainCopyTextEdit Class Reference

A version of QTextEdit that only populates plaintext mime data from a selection, this avoids some bad behavior in QT's HTML->Markdown conversion. More...

#include <rpcconsole.h>

Inheritance diagram for PlainCopyTextEdit:
[legend]
Collaboration diagram for PlainCopyTextEdit:
[legend]

Protected Member Functions

QMimeData * createMimeDataFromSelection () const override
 

Detailed Description

A version of QTextEdit that only populates plaintext mime data from a selection, this avoids some bad behavior in QT's HTML->Markdown conversion.

Definition at line 201 of file rpcconsole.h.

Member Function Documentation

◆ createMimeDataFromSelection()

QMimeData * PlainCopyTextEdit::createMimeDataFromSelection ( ) const
inlineoverrideprotected

Definition at line 206 of file rpcconsole.h.


The documentation for this class was generated from the following file: