Public Member Functions

FilterEdit Class Reference

Filter editor used in the TemplateMakerPageGui widget. More...

#include <templatemakerpagegui.h>

Inheritance diagram for FilterEdit:
Inheritance graph
[legend]
Collaboration diagram for FilterEdit:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FilterEdit (QWidget *parent=0)

Detailed Description

Filter editor used in the TemplateMakerPageGui widget.


Constructor & Destructor Documentation

FilterEdit::FilterEdit ( QWidget parent = 0  ) 

                                                : QLineEdit(parent), defaultPalette(QLineEdit::palette()) {
    connect(this, SIGNAL(textChanged(QString)),
            this, SLOT(onTextChange()));
}


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