LibEngsas
|
Button with icon to be used to search for something. More...
#include <esearchbutton.h>
Public Member Functions | |
ESearchButton (QWidget *parent=0) | |
![]() | |
EPushButton (QWidget *parent=0) | |
EPushButton (const QString &text, QWidget *parent=0) | |
EPushButton (QString standardIconName, QString iconPath, const QString &text, QWidget *parent=0) | |
void | setShowText (bool anytime=true) |
Determines, if the text is hidden (Default), when an icon is there or not. | |
bool | showText () const |
void | setIcon (const QIcon &icon) |
void | setIcon (QString standardIconName, QString iconPath) |
Tries to use QIcon::fromTheme(standardIconName ) if possible, otherwise QIcon(iconPath ) is used. | |
void | setText (const QString &text) |
Additional Inherited Members | |
![]() | |
bool | showText |
Button with icon to be used to search for something.
This button has a binocular as a sign, to search items.
ESearchButton::ESearchButton | ( | QWidget * | parent = 0 | ) |