digiKam
Loading...
Searching...
No Matches
Digikam::StyleSheetDebugger Class Reference

#include <searchutilities.h>

+ Inheritance diagram for Digikam::StyleSheetDebugger:

Public Member Functions

 StyleSheetDebugger (QWidget *const object)
 

Protected Slots

void buttonClicked ()
 

Protected Attributes

QTextEdit * m_edit = nullptr
 
QPushButton * m_okButton = nullptr
 
QWidget * m_widget = nullptr
 

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 = nullptr
protected

◆ m_okButton

QPushButton* Digikam::StyleSheetDebugger::m_okButton = nullptr
protected

Referenced by StyleSheetDebugger().

◆ m_widget

QWidget* Digikam::StyleSheetDebugger::m_widget = nullptr
protected

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