Set a custom list widget that can override the default size. More...
#include "us_widgets.h"
Signals | |
void | rightClick (void) |
Public Member Functions | |
US_ListWidget () | |
QSize | sizeHint () const |
void | mousePressEvent (QMouseEvent *) |
Set a custom list widget that can override the default size.
Definition at line 178 of file us_widgets.h.
|
inline |
Definition at line 183 of file us_widgets.h.
void US_ListWidget::mousePressEvent | ( | QMouseEvent * | event | ) |
An override of the base function to allow passing a custom signal for the parent widget.
Definition at line 398 of file us_widgets.cpp.
|
signal |
A signal than can be used when the right mouse button is clicked in the list widget.
|
inline |
A placeholder to specify the desired size of the widget. Currently it returns an invalid size for the default rendering.
Definition at line 195 of file us_widgets.h.