Krita Source Code Documentation
Loading...
Searching...
No Matches
WdgRawImport Class Reference

#include <kis_raw_import.h>

+ Inheritance diagram for WdgRawImport:

Signals

void paint ()
 

Public Member Functions

void showEvent (QShowEvent *event) override
 
 WdgRawImport (QWidget *parent=nullptr)
 

Detailed Description

Definition at line 16 of file kis_raw_import.h.

Constructor & Destructor Documentation

◆ WdgRawImport()

WdgRawImport::WdgRawImport ( QWidget * parent = nullptr)
inline

Definition at line 21 of file kis_raw_import.h.

22 : QWidget(parent)
23 {
24 setupUi(this);
25 }

Member Function Documentation

◆ paint

void WdgRawImport::paint ( )
signal

◆ showEvent()

void WdgRawImport::showEvent ( QShowEvent * event)
inlineoverride

Definition at line 27 of file kis_raw_import.h.

28 {
29 Q_EMIT paint();
30 QWidget::showEvent(event);
31 }

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