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 46 of file kis_dlg_preferences.h.

Constructor & Destructor Documentation

◆ WdgGeneralSettings()

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

Definition at line 51 of file kis_dlg_preferences.h.

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

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