tlp::SizeWidget Class Reference
Simple Size edition widget. Allow the user to input negative sizes.
More...
#include <SizeWidget.h>
List of all members.
Public Slots
- void setSize (const tlp::Size &size)
- Set the size displayed by this widget. Emit the sizeChanged signals.
Signals
Public Member Functions
Detailed Description
Simple Size edition widget. Allow the user to input negative sizes.
Constructor & Destructor Documentation
tlp::SizeWidget::SizeWidget |
( |
QWidget * |
parent = 0 |
) |
[explicit] |
tlp::SizeWidget::~SizeWidget |
( |
|
) |
|
Member Function Documentation
void tlp::SizeWidget::setSize |
( |
const tlp::Size & |
size |
) |
[slot] |
Set the size displayed by this widget. Emit the sizeChanged signals.
tlp::Size tlp::SizeWidget::size |
( |
|
) |
const |
void tlp::SizeWidget::sizeChanged |
( |
tlp::Size |
size |
) |
[signal] |