Skip to content

Class TextWidget#

ClassList > TextWidget

Inherits the following classes: QTextEdit

Public Functions#

Type Name
TextWidget (QWidget * parent=nullptr)
void adjustSize ()
void setFont (const QFont & f)

Protected Functions#

Type Name
void resizeEvent (QResizeEvent * e)
void showEvent (QShowEvent * e)

Public Functions Documentation#

function TextWidget#

explicit TextWidget::TextWidget (
    QWidget * parent=nullptr
) 

function adjustSize#

void TextWidget::adjustSize () 

function setFont#

void TextWidget::setFont (
    const QFont & f
) 

Protected Functions Documentation#

function resizeEvent#

void TextWidget::resizeEvent (
    QResizeEvent * e
) 

function showEvent#

void TextWidget::showEvent (
    QShowEvent * e
)