digiKam
Digikam::StyleSheetDebugger Class Reference
+ Inheritance diagram for Digikam::StyleSheetDebugger:

Public Member Functions

 StyleSheetDebugger (QWidget *const object)
 

Protected Slots

void buttonClicked ()
 

Protected Attributes

QTextEdit * m_edit
 
QPushButton * m_okButton
 
QWidget * m_widget
 

Constructor & Destructor Documentation

◆ StyleSheetDebugger()

Digikam::StyleSheetDebugger::StyleSheetDebugger ( QWidget *const  object)
explicit

This widget is for development purpose only: It allows the developer to change the style sheet on a widget dynamically. If you want to develop or debug the stylesheet on your widget, add temporary code: new StyleSheetDebugger(myWidget); That's all. Change the style sheet by editing it and pressing Ok.

References buttonClicked(), m_edit, m_okButton, and m_widget.

Member Function Documentation

◆ buttonClicked

void Digikam::StyleSheetDebugger::buttonClicked ( )
protectedslot

References m_edit, and m_widget.

Referenced by StyleSheetDebugger().

Member Data Documentation

◆ m_edit

QTextEdit* Digikam::StyleSheetDebugger::m_edit
protected

◆ m_okButton

QPushButton* Digikam::StyleSheetDebugger::m_okButton
protected

Referenced by StyleSheetDebugger().

◆ m_widget

QWidget* Digikam::StyleSheetDebugger::m_widget
protected

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