|
AlbumShaper 1.0a3
|
Displays group icon and text, also contains pointer to widget for setting group settings. More...
#include <groupsWidget.h>


Public Member Functions | |
| GroupsWidget (QWidget *parent=0, const char *name=0) | |
| void | keyPressEvent (QKeyEvent *e) |
| QSize | sizeHint () const |
| void | setTextWidth (int val) |
| int | getTextWidth () |
Protected Member Functions | |
| void | contentsMousePressEvent (QMouseEvent *e) |
Private Attributes | |
| int | textWidth |
Displays group icon and text, also contains pointer to widget for setting group settings.
Definition at line 28 of file groupsWidget.h.
| GroupsWidget::GroupsWidget | ( | QWidget * | parent = 0, |
| const char * | name = 0 ) |
Definition at line 22 of file groupsWidget.cpp.
|
protected |
Definition at line 28 of file groupsWidget.cpp.
| int GroupsWidget::getTextWidth | ( | ) |
| void GroupsWidget::keyPressEvent | ( | QKeyEvent * | e | ) |
Definition at line 36 of file groupsWidget.cpp.
| void GroupsWidget::setTextWidth | ( | int | val | ) |
Definition at line 69 of file groupsWidget.cpp.
References textWidth.
Referenced by ConfigurationWidget::ConfigurationWidget().
| QSize GroupsWidget::sizeHint | ( | ) | const |
Definition at line 53 of file groupsWidget.cpp.
|
private |
Definition at line 46 of file groupsWidget.h.
Referenced by getTextWidth(), and setTextWidth().