#include <YQTime.h>
Inheritance diagram for YQTime:
Public Member Functions | |
YQTime (QWidget *parent, const YWidgetOpt &opt, const YCPString &label, const YCPString &time) | |
void | setEnabling (bool enabled) |
long | nicesize (YUIDimension dim) |
void | setNewTime (const YCPString &text) |
void | setSize (long newWidth, long newHeight) |
YCPString | getTime () |
void | setLabel (const YCPString &label) |
Protected Attributes | |
QTimeEdit * | _qt_timeedit |
QLabel * | _qt_label |
|
Constructor. |
|
Gets the time currently entered in the Time entry Implements YTime. |
|
Minimum size the widget should have to make it look and feel nice. Dimension, either YD_HORIZ or YD_VERT Implements YWidget. |
|
Inherited from YWidget: Sets the enabled state of the widget. All new widgets are enabled per definition. Only enabled widgets can take user input. Reimplemented from YWidget. |
|
Changes the label of the time entry. Reimplemented from YTime. |
|
Set the time in the entry to a new value Implements YTime. |
|
Sets the new size of the widget. Reimplemented from YWidget. |
|
|
|
Change the label text. |