UltraScan III
List of all members | Signals | Public Member Functions
US_ListWidget Class Reference

Set a custom list widget that can override the default size. More...

#include "us_widgets.h"

Inheritance diagram for US_ListWidget:
Inheritance graph
[legend]
Collaboration diagram for US_ListWidget:
Collaboration graph
[legend]

Signals

void rightClick (void)
 

Public Member Functions

 US_ListWidget ()
 
QSize sizeHint () const
 
void mousePressEvent (QMouseEvent *)
 

Detailed Description

Set a custom list widget that can override the default size.

Definition at line 178 of file us_widgets.h.

Constructor & Destructor Documentation

US_ListWidget::US_ListWidget ( )
inline

Definition at line 183 of file us_widgets.h.

Member Function Documentation

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.

void US_ListWidget::rightClick ( void  )
signal

A signal than can be used when the right mouse button is clicked in the list widget.

QSize US_ListWidget::sizeHint ( ) const
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.


The documentation for this class was generated from the following files: