![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Tool button without frame. More...
#include <plaintoolbutton.h>
Public Member Functions | |
PlainToolButton (QWidget *parent=0) | |
int | padding () const |
Padding accessor. More... | |
void | setPadding (int padding) |
Protected Member Functions | |
void | paintEvent (QPaintEvent *e) |
Custom look. More... | |
void | keyPressEvent (QKeyEvent *e) |
Tool button without frame.
This class represents tool button with simple graphics, no frames, no mouse hover shadows or animations.
Definition at line 41 of file plaintoolbutton.h.
int PlainToolButton::padding | ( | ) | const |
Padding accessor.
Definition at line 74 of file plaintoolbutton.cpp.
|
protected |
Custom look.
e | Info about painting event. |
Definition at line 46 of file plaintoolbutton.cpp.