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

#include <kis_dlg_preferences.h>

+ Inheritance diagram for WdgGeneralSettings:

Public Member Functions

 WdgGeneralSettings (QWidget *parent, const char *name)
 

Detailed Description

"General"-tab for preferences dialog

Definition at line 44 of file kis_dlg_preferences.h.

Constructor & Destructor Documentation

◆ WdgGeneralSettings()

WdgGeneralSettings::WdgGeneralSettings ( QWidget * parent,
const char * name )
inline

Definition at line 49 of file kis_dlg_preferences.h.

49 : QWidget(parent) {
50 setObjectName(name);
51 setupUi(this);
52 formLayout_13->takeRow(chkShowRootLayer);
53 chkShowRootLayer->setVisible(false);
54 }

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