|
| ItemDescEditTab (QWidget *const parent) |
|
int | currentTab () const |
|
bool | isModified () const |
|
void | readSettings (KConfigGroup &group) |
|
void | setCurrentTab (int) |
|
void | setItem (const ItemInfo &info=ItemInfo()) |
|
void | setItems (const ItemInfoList &infos) |
|
void | writeSettings (KConfigGroup &group) |
|
| DVBox (QWidget *const parent=nullptr) |
|
| DHBox (QWidget *const parent=nullptr) |
|
QSize | minimumSizeHint () const override |
|
void | setContentsMargins (const QMargins &margins) |
|
void | setContentsMargins (int left, int top, int right, int bottom) |
|
void | setSpacing (int space) |
|
void | setStretchFactor (QWidget *const widget, int stretch) |
|
QSize | sizeHint () const override |
|
|
bool | eventFilter (QObject *o, QEvent *e) override |
|
| DHBox (bool vertical, QWidget *const parent) |
|
void | childEvent (QChildEvent *e) override |
|
class | Private |
|
void | assignColorLabel (int colorId) |
| Description view methods (itemdescedittab_descview.cpp)
|
|
void | assignPickLabel (int pickId) |
|
void | assignRating (int rating) |
|
void | setFocusToTitlesEdit () |
|
void | setFocusToCommentsEdit () |
|
void | replaceColorLabel (int colorId) |
|
void | replacePickLabel (int pickId) |
|
void | replaceRating (int rating) |
|
void | populateTags () |
| Tags view methods (itemdescedittab_tagsview.cpp)
|
|
void | setFocusToTagsView () |
|
void | setFocusToNewTagEdit () |
|
void | activateAssignedTagsButton () |
|
AddTagsLineEdit * | getNewTagEdit () const |
|
void | signalTagFilterMatch (bool) |
|