#include <YQDate.h>
Inheritance diagram for YQDate:
Public Member Functions | |
YQDate (QWidget *parent, const YWidgetOpt &opt, const YCPString &label, const YCPString &date) | |
void | setEnabling (bool enabled) |
long | nicesize (YUIDimension dim) |
void | setNewDate (const YCPString &text) |
void | setSize (long newWidth, long newHeight) |
YCPString | getDate () |
void | setLabel (const YCPString &label) |
Protected Attributes | |
QDateEdit * | _qt_dateedit |
QLabel * | _qt_label |
|
Constructor. |
|
Gets the date currently entered in the Date entry Implements YDate. |
|
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 date entry. Reimplemented from YDate. |
|
Set the date in the entry to a new value Implements YDate. |
|
Sets the new size of the widget. Reimplemented from YWidget. |
|
Change the label text. |
|
|