• Skip to content
  • Skip to link menu
Brand

API Documentation

  1. KDE API Reference
  2. The KDE Frameworks
  3. KWidgetsAddons
  • KDE Home
  • Contact Us

Quick Links

Skip menu "KWidgetsAddons"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • File List
  • Dependencies
  • Related Pages

Class Picker

About

Addons to QtWidgets

Maintainer
Christoph Feck
Supported platforms
Android, FreeBSD, Linux, MacOSX, Windows
Community
IRC: #kde-devel on Freenode
Mailing list: kde-frameworks-devel
Use with CMake
find_package(KF5WidgetsAddons)
target_link_libraries(yourapp KF5::WidgetsAddons)
Use with QMake
QT += KWidgetsAddons 
Clone
git clone git://anongit.kde.org/kwidgetsaddons.git
Browse source
KWidgetsAddons on cgit.kde.org

KWidgetsAddons

  • View on LXR
Public Types | Properties | Signals | Public Slots | Public Member Functions | Protected Member Functions | List of all members
KDateComboBox Class Reference

#include <KDateComboBox>

Inheritance diagram for KDateComboBox:
Inheritance graph
[legend]

Public Types

enum  Option {
  EditDate = 0x0001, SelectDate = 0x0002, DatePicker = 0x0004, DateKeywords = 0x0008,
  WarnOnInvalid = 0x0010
}
 

Properties

QDate date
 
QDate maximumDate
 
QDate minimumDate
 
Options options
 
- Properties inherited from QComboBox
 autoCompletion
 
 autoCompletionCaseSensitivity
 
 count
 
 currentData
 
 currentIndex
 
 currentText
 
 duplicatesEnabled
 
 editable
 
 frame
 
 iconSize
 
 insertPolicy
 
 maxCount
 
 maxVisibleItems
 
 minimumContentsLength
 
 modelColumn
 
 sizeAdjustPolicy
 
- Properties inherited from QWidget
 acceptDrops
 
 accessibleDescription
 
 accessibleName
 
 autoFillBackground
 
 baseSize
 
 childrenRect
 
 childrenRegion
 
 contextMenuPolicy
 
 cursor
 
 enabled
 
 focus
 
 focusPolicy
 
 font
 
 frameGeometry
 
 frameSize
 
 fullScreen
 
 geometry
 
 height
 
 inputMethodHints
 
 isActiveWindow
 
 layoutDirection
 
 locale
 
 maximized
 
 maximumHeight
 
 maximumSize
 
 maximumWidth
 
 minimized
 
 minimumHeight
 
 minimumSize
 
 minimumSizeHint
 
 minimumWidth
 
 modal
 
 mouseTracking
 
 normalGeometry
 
 palette
 
 pos
 
 rect
 
 size
 
 sizeHint
 
 sizeIncrement
 
 sizePolicy
 
 statusTip
 
 styleSheet
 
 toolTip
 
 toolTipDuration
 
 updatesEnabled
 
 visible
 
 whatsThis
 
 width
 
 windowFilePath
 
 windowFlags
 
 windowIcon
 
 windowIconText
 
 windowModality
 
 windowModified
 
 windowOpacity
 
 windowTitle
 
 x
 
 y
 
- Properties inherited from QObject
 objectName
 

Signals

void dateChanged (const QDate &date)
 
void dateEdited (const QDate &date)
 
void dateEntered (const QDate &date)
 

Public Slots

void resetDateRange ()
 
void resetMaximumDate ()
 
void resetMinimumDate ()
 
void setDate (const QDate &date)
 
void setDateMap (QMap< QDate, QString > dateMap)
 
void setDateRange (const QDate &minDate, const QDate &maxDate, const QString &minWarnMsg=QString(), const QString &maxWarnMsg=QString())
 
void setDisplayFormat (QLocale::FormatType format)
 
void setMaximumDate (const QDate &maxDate, const QString &maxWarnMsg=QString())
 
void setMinimumDate (const QDate &minDate, const QString &minWarnMsg=QString())
 
void setOptions (Options options)
 

Public Member Functions

 KDateComboBox (QWidget *parent=nullptr)
 
 ~KDateComboBox () override
 
QDate date () const
 
QMap< QDate, QString > dateMap () const
 
QLocale::FormatType displayFormat () const
 
bool isNull () const
 
bool isValid () const
 
QDate maximumDate () const
 
QDate minimumDate () const
 
Options options () const
 
- Public Member Functions inherited from QComboBox
 QComboBox (QWidget *parent)
 
void activated (int index)
 
void activated (const QString &text)
 
void addItem (const QString &text, const QVariant &userData)
 
void addItem (const QIcon &icon, const QString &text, const QVariant &userData)
 
void addItems (const QStringList &texts)
 
bool autoCompletion () const
 
Qt::CaseSensitivity autoCompletionCaseSensitivity () const
 
void clear ()
 
void clearEditText ()
 
QCompleter * completer () const
 
int count () const
 
QVariant currentData (int role) const
 
int currentIndex () const
 
void currentIndexChanged (int index)
 
void currentIndexChanged (const QString &text)
 
QString currentText () const
 
void currentTextChanged (const QString &text)
 
bool duplicatesEnabled () const
 
void editTextChanged (const QString &text)
 
virtual bool event (QEvent *event)
 
int findData (const QVariant &data, int role, Qt::MatchFlags flags) const
 
int findText (const QString &text, Qt::MatchFlags flags) const
 
bool hasFrame () const
 
void highlighted (const QString &text)
 
void highlighted (int index)
 
QSize iconSize () const
 
virtual QVariant inputMethodQuery (Qt::InputMethodQuery query) const
 
void insertItem (int index, const QString &text, const QVariant &userData)
 
void insertItem (int index, const QIcon &icon, const QString &text, const QVariant &userData)
 
void insertItems (int index, const QStringList &list)
 
InsertPolicy insertPolicy () const
 
void insertSeparator (int index)
 
bool isEditable () const
 
QVariant itemData (int index, int role) const
 
QAbstractItemDelegate * itemDelegate () const
 
QIcon itemIcon (int index) const
 
QString itemText (int index) const
 
QLineEdit * lineEdit () const
 
int maxCount () const
 
int maxVisibleItems () const
 
int minimumContentsLength () const
 
virtual QSize minimumSizeHint () const
 
QAbstractItemModel * model () const
 
int modelColumn () const
 
void removeItem (int index)
 
QModelIndex rootModelIndex () const
 
void setAutoCompletion (bool enable)
 
void setAutoCompletionCaseSensitivity (Qt::CaseSensitivity sensitivity)
 
void setCompleter (QCompleter *completer)
 
void setCurrentIndex (int index)
 
void setCurrentText (const QString &text)
 
void setDuplicatesEnabled (bool enable)
 
void setEditable (bool editable)
 
void setEditText (const QString &text)
 
void setFrame (bool)
 
void setIconSize (const QSize &size)
 
void setInsertPolicy (InsertPolicy policy)
 
void setItemData (int index, const QVariant &value, int role)
 
void setItemDelegate (QAbstractItemDelegate *delegate)
 
void setItemIcon (int index, const QIcon &icon)
 
void setItemText (int index, const QString &text)
 
void setLineEdit (QLineEdit *edit)
 
void setMaxCount (int max)
 
void setMaxVisibleItems (int maxItems)
 
void setMinimumContentsLength (int characters)
 
void setModel (QAbstractItemModel *model)
 
void setModelColumn (int visibleColumn)
 
void setRootModelIndex (const QModelIndex &index)
 
void setSizeAdjustPolicy (SizeAdjustPolicy policy)
 
void setValidator (const QValidator *validator)
 
void setView (QAbstractItemView *itemView)
 
SizeAdjustPolicy sizeAdjustPolicy () const
 
virtual QSize sizeHint () const
 
const QValidator * validator () const
 
QAbstractItemView * view () const
 
- Public Member Functions inherited from QWidget
 QWidget (QWidget *parent, Qt::WindowFlags f)
 
bool acceptDrops () const
 
QString accessibleDescription () const
 
QString accessibleName () const
 
QList< QAction * > actions () const
 
void activateWindow ()
 
void addAction (QAction *action)
 
void addActions (QList< QAction * > actions)
 
void adjustSize ()
 
bool autoFillBackground () const
 
QPalette::ColorRole backgroundRole () const
 
QBackingStore * backingStore () const
 
QSize baseSize () const
 
QWidget * childAt (int x, int y) const
 
QWidget * childAt (const QPoint &p) const
 
QRect childrenRect () const
 
QRegion childrenRegion () const
 
void clearFocus ()
 
void clearMask ()
 
bool close ()
 
QMargins contentsMargins () const
 
QRect contentsRect () const
 
Qt::ContextMenuPolicy contextMenuPolicy () const
 
QCursor cursor () const
 
void customContextMenuRequested (const QPoint &pos)
 
WId effectiveWinId () const
 
void ensurePolished () const
 
Qt::FocusPolicy focusPolicy () const
 
QWidget * focusProxy () const
 
QWidget * focusWidget () const
 
const QFont & font () const
 
QFontInfo fontInfo () const
 
QFontMetrics fontMetrics () const
 
QPalette::ColorRole foregroundRole () const
 
QRect frameGeometry () const
 
QSize frameSize () const
 
const QRect & geometry () const
 
void getContentsMargins (int *left, int *top, int *right, int *bottom) const
 
QPixmap grab (const QRect &rectangle)
 
void grabGesture (Qt::GestureType gesture, Qt::GestureFlags flags)
 
void grabKeyboard ()
 
void grabMouse ()
 
void grabMouse (const QCursor &cursor)
 
int grabShortcut (const QKeySequence &key, Qt::ShortcutContext context)
 
QGraphicsEffect * graphicsEffect () const
 
QGraphicsProxyWidget * graphicsProxyWidget () const
 
bool hasEditFocus () const
 
bool hasFocus () const
 
virtual bool hasHeightForWidth () const
 
bool hasMouseTracking () const
 
int height () const
 
virtual int heightForWidth (int w) const
 
void hide ()
 
Qt::InputMethodHints inputMethodHints () const
 
void insertAction (QAction *before, QAction *action)
 
void insertActions (QAction *before, QList< QAction * > actions)
 
bool isActiveWindow () const
 
bool isAncestorOf (const QWidget *child) const
 
bool isEnabled () const
 
bool isEnabledTo (const QWidget *ancestor) const
 
bool isEnabledToTLW () const
 
bool isFullScreen () const
 
bool isHidden () const
 
bool isMaximized () const
 
bool isMinimized () const
 
bool isModal () const
 
bool isTopLevel () const
 
bool isVisible () const
 
bool isVisibleTo (const QWidget *ancestor) const
 
bool isWindow () const
 
bool isWindowModified () const
 
QLayout * layout () const
 
Qt::LayoutDirection layoutDirection () const
 
QLocale locale () const
 
void lower ()
 
Qt::HANDLE macCGHandle () const
 
Qt::HANDLE macQDHandle () const
 
QPoint mapFrom (const QWidget *parent, const QPoint &pos) const
 
QPoint mapFromGlobal (const QPoint &pos) const
 
QPoint mapFromParent (const QPoint &pos) const
 
QPoint mapTo (const QWidget *parent, const QPoint &pos) const
 
QPoint mapToGlobal (const QPoint &pos) const
 
QPoint mapToParent (const QPoint &pos) const
 
QRegion mask () const
 
int maximumHeight () const
 
QSize maximumSize () const
 
int maximumWidth () const
 
int minimumHeight () const
 
QSize minimumSize () const
 
int minimumWidth () const
 
void move (int x, int y)
 
void move (const QPoint &)
 
QWidget * nativeParentWidget () const
 
QWidget * nextInFocusChain () const
 
QRect normalGeometry () const
 
void overrideWindowFlags (Qt::WindowFlags flags)
 
virtual QPaintEngine * paintEngine () const
 
const QPalette & palette () const
 
QWidget * parentWidget () const
 
QPoint pos () const
 
QWidget * previousInFocusChain () const
 
void raise ()
 
QRect rect () const
 
void releaseKeyboard ()
 
void releaseMouse ()
 
void releaseShortcut (int id)
 
void removeAction (QAction *action)
 
void render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QFlags< QWidget::RenderFlag > renderFlags)
 
void render (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QFlags< QWidget::RenderFlag > renderFlags)
 
void repaint ()
 
void repaint (int x, int y, int w, int h)
 
void repaint (const QRect &rect)
 
void repaint (const QRegion &rgn)
 
void resize (int w, int h)
 
void resize (const QSize &)
 
bool restoreGeometry (const QByteArray &geometry)
 
QByteArray saveGeometry () const
 
void scroll (int dx, int dy)
 
void scroll (int dx, int dy, const QRect &r)
 
void setAcceptDrops (bool on)
 
void setAccessibleDescription (const QString &description)
 
void setAccessibleName (const QString &name)
 
void setAttribute (Qt::WidgetAttribute attribute, bool on)
 
void setAutoFillBackground (bool enabled)
 
void setBackgroundRole (QPalette::ColorRole role)
 
void setBaseSize (int basew, int baseh)
 
void setBaseSize (const QSize &)
 
void setContentsMargins (int left, int top, int right, int bottom)
 
void setContentsMargins (const QMargins &margins)
 
void setContextMenuPolicy (Qt::ContextMenuPolicy policy)
 
void setCursor (const QCursor &)
 
void setDisabled (bool disable)
 
void setEditFocus (bool enable)
 
void setEnabled (bool)
 
void setFixedHeight (int h)
 
void setFixedSize (const QSize &s)
 
void setFixedSize (int w, int h)
 
void setFixedWidth (int w)
 
void setFocus (Qt::FocusReason reason)
 
void setFocus ()
 
void setFocusPolicy (Qt::FocusPolicy policy)
 
void setFocusProxy (QWidget *w)
 
void setFont (const QFont &)
 
void setForegroundRole (QPalette::ColorRole role)
 
void setGeometry (const QRect &)
 
void setGeometry (int x, int y, int w, int h)
 
void setGraphicsEffect (QGraphicsEffect *effect)
 
void setHidden (bool hidden)
 
void setInputMethodHints (Qt::InputMethodHints hints)
 
void setLayout (QLayout *layout)
 
void setLayoutDirection (Qt::LayoutDirection direction)
 
void setLocale (const QLocale &locale)
 
void setMask (const QBitmap &bitmap)
 
void setMask (const QRegion &region)
 
void setMaximumHeight (int maxh)
 
void setMaximumSize (const QSize &)
 
void setMaximumSize (int maxw, int maxh)
 
void setMaximumWidth (int maxw)
 
void setMinimumHeight (int minh)
 
void setMinimumSize (const QSize &)
 
void setMinimumSize (int minw, int minh)
 
void setMinimumWidth (int minw)
 
void setMouseTracking (bool enable)
 
void setPalette (const QPalette &)
 
void setParent (QWidget *parent, Qt::WindowFlags f)
 
void setParent (QWidget *parent)
 
void setShortcutAutoRepeat (int id, bool enable)
 
void setShortcutEnabled (int id, bool enable)
 
void setSizeIncrement (const QSize &)
 
void setSizeIncrement (int w, int h)
 
void setSizePolicy (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical)
 
void setSizePolicy (QSizePolicy)
 
void setStatusTip (const QString &)
 
void setStyle (QStyle *style)
 
void setStyleSheet (const QString &styleSheet)
 
void setToolTip (const QString &)
 
void setToolTipDuration (int msec)
 
void setUpdatesEnabled (bool enable)
 
void setupUi (QWidget *widget)
 
virtual void setVisible (bool visible)
 
void setWhatsThis (const QString &)
 
void setWindowFilePath (const QString &filePath)
 
void setWindowFlags (Qt::WindowFlags type)
 
void setWindowIcon (const QIcon &icon)
 
void setWindowIconText (const QString &)
 
void setWindowModality (Qt::WindowModality windowModality)
 
void setWindowModified (bool)
 
void setWindowOpacity (qreal level)
 
void setWindowRole (const QString &role)
 
void setWindowState (Qt::WindowStates windowState)
 
void setWindowTitle (const QString &)
 
void show ()
 
void showFullScreen ()
 
void showMaximized ()
 
void showMinimized ()
 
void showNormal ()
 
QSize size () const
 
QSize sizeIncrement () const
 
QSizePolicy sizePolicy () const
 
void stackUnder (QWidget *w)
 
QString statusTip () const
 
QStyle * style () const
 
QString styleSheet () const
 
bool testAttribute (Qt::WidgetAttribute attribute) const
 
QString toolTip () const
 
int toolTipDuration () const
 
QWidget * topLevelWidget () const
 
bool underMouse () const
 
void ungrabGesture (Qt::GestureType gesture)
 
void unsetCursor ()
 
void unsetLayoutDirection ()
 
void unsetLocale ()
 
void update (const QRect &rect)
 
void update (const QRegion &rgn)
 
void update (int x, int y, int w, int h)
 
void update ()
 
void updateGeometry ()
 
bool updatesEnabled () const
 
QRegion visibleRegion () const
 
QString whatsThis () const
 
int width () const
 
QWidget * window () const
 
QString windowFilePath () const
 
Qt::WindowFlags windowFlags () const
 
QWindow * windowHandle () const
 
QIcon windowIcon () const
 
void windowIconChanged (const QIcon &icon)
 
QString windowIconText () const
 
void windowIconTextChanged (const QString &iconText)
 
Qt::WindowModality windowModality () const
 
qreal windowOpacity () const
 
QString windowRole () const
 
Qt::WindowStates windowState () const
 
QString windowTitle () const
 
void windowTitleChanged (const QString &title)
 
Qt::WindowType windowType () const
 
WId winId () const
 
int x () const
 
const QX11Info & x11Info () const
 
Qt::HANDLE x11PictureHandle () const
 
int y () const
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
bool blockSignals (bool block)
 
const QObjectList & children () const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const
 
bool disconnect (const QObject *receiver, const char *method) const
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
QList< QByteArray > dynamicPropertyNames () const
 
T findChild (const QString &name, QFlags< Qt::FindChildOption > options) const
 
QList< T > findChildren (const QString &name, QFlags< Qt::FindChildOption > options) const
 
QList< T > findChildren (const QRegExp &regExp, QFlags< Qt::FindChildOption > options) const
 
QList< T > findChildren (const QRegularExpression &re, QFlags< Qt::FindChildOption > options) const
 
bool inherits (const char *className) const
 
void installEventFilter (QObject *filterObj)
 
bool isWidgetType () const
 
bool isWindowType () const
 
void killTimer (int id)
 
virtual const QMetaObject * metaObject () const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const
 
void objectNameChanged (const QString &objectName)
 
QObject * parent () const
 
QVariant property (const char *name) const
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const
 
int startTimer (int interval, Qt::TimerType timerType)
 
QThread * thread () const
 
- Public Member Functions inherited from QPaintDevice
int colorCount () const
 
int depth () const
 
int devicePixelRatio () const
 
int height () const
 
int heightMM () const
 
int logicalDpiX () const
 
int logicalDpiY () const
 
virtual QPaintEngine * paintEngine () const =0
 
bool paintingActive () const
 
int physicalDpiX () const
 
int physicalDpiY () const
 
int width () const
 
int widthMM () const
 

Protected Member Functions

virtual void assignDate (const QDate &date)
 
bool eventFilter (QObject *object, QEvent *event) override
 
void focusInEvent (QFocusEvent *event) override
 
void focusOutEvent (QFocusEvent *event) override
 
void hidePopup () override
 
void keyPressEvent (QKeyEvent *event) override
 
void mousePressEvent (QMouseEvent *event) override
 
void resizeEvent (QResizeEvent *event) override
 
void showPopup () override
 
void wheelEvent (QWheelEvent *event) override
 
- Protected Member Functions inherited from QComboBox
virtual void changeEvent (QEvent *e)
 
virtual void contextMenuEvent (QContextMenuEvent *e)
 
virtual void hideEvent (QHideEvent *e)
 
void initStyleOption (QStyleOptionComboBox *option) const
 
virtual void inputMethodEvent (QInputMethodEvent *e)
 
virtual void keyReleaseEvent (QKeyEvent *e)
 
virtual void mouseReleaseEvent (QMouseEvent *e)
 
virtual void paintEvent (QPaintEvent *e)
 
virtual void showEvent (QShowEvent *e)
 
- Protected Member Functions inherited from QWidget
virtual void actionEvent (QActionEvent *event)
 
virtual void closeEvent (QCloseEvent *event)
 
void create (WId window, bool initializeWindow, bool destroyOldWindow)
 
void destroy (bool destroyWindow, bool destroySubWindows)
 
virtual void dragEnterEvent (QDragEnterEvent *event)
 
virtual void dragLeaveEvent (QDragLeaveEvent *event)
 
virtual void dragMoveEvent (QDragMoveEvent *event)
 
virtual void dropEvent (QDropEvent *event)
 
virtual void enterEvent (QEvent *event)
 
bool focusNextChild ()
 
virtual bool focusNextPrevChild (bool next)
 
bool focusPreviousChild ()
 
virtual void initPainter (QPainter *painter) const
 
virtual void leaveEvent (QEvent *event)
 
virtual int metric (PaintDeviceMetric m) const
 
virtual void mouseDoubleClickEvent (QMouseEvent *event)
 
virtual void mouseMoveEvent (QMouseEvent *event)
 
virtual void moveEvent (QMoveEvent *event)
 
virtual bool nativeEvent (const QByteArray &eventType, void *message, long *result)
 
virtual QPaintDevice * redirected (QPoint *offset) const
 
virtual QPainter * sharedPainter () const
 
virtual void tabletEvent (QTabletEvent *event)
 
void updateMicroFocus ()
 
- Protected Member Functions inherited from QObject
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const
 
int receivers (const char *signal) const
 
QObject * sender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

Additional Inherited Members

- Static Public Member Functions inherited from QWidget
QWidget * createWindowContainer (QWindow *window, QWidget *parent, Qt::WindowFlags flags)
 
QWidget * find (WId id)
 
QWidget * keyboardGrabber ()
 
QWidget * mouseGrabber ()
 
void setTabOrder (QWidget *first, QWidget *second)
 
- Static Public Member Functions inherited from QObject
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 
- Public Attributes inherited from QWidget
typedef RenderFlags
 

Detailed Description

A combobox for dates.

Definition at line 35 of file kdatecombobox.h.

Member Enumeration Documentation

enum KDateComboBox::Option

Options provided by the widget.

See also
options()
setOptions()
Enumerator
EditDate 

Allow the user to manually edit the date in the combo line edit.

SelectDate 

Allow the user to select the date from a drop-down menu.

DatePicker 

Show a date picker in the drop-down.

DateKeywords 

Show date keywords in the drop-down.

WarnOnInvalid 

Show a warning on focus out if the date is invalid.

Definition at line 51 of file kdatecombobox.h.

Constructor & Destructor Documentation

KDateComboBox::KDateComboBox ( QWidget *  parent = nullptr)
explicit

Create a new KDateComboBox widget.

By default the EditDate, SelectDate, DatePicker and DateKeywords options are enabled, the ShortDate format is used and the date is set to the current date.

Definition at line 333 of file kdatecombobox.cpp.

KDateComboBox::~KDateComboBox ( )
override

Destroy the widget.

Definition at line 364 of file kdatecombobox.cpp.

Member Function Documentation

void KDateComboBox::assignDate ( const QDate &  date)
protectedvirtual

Assign the date for the widget.

Virtual to allow sub-classes to apply extra validation rules.

Parameters
datethe new date

Definition at line 387 of file kdatecombobox.cpp.

QDate KDateComboBox::date ( ) const

Return the currently selected date.

Returns
the currently selected date
void KDateComboBox::dateChanged ( const QDate &  date)
signal

Signal if the date has been changed either manually by the user or programatically.

The emitted date may be invalid.

Parameters
datethe new date
void KDateComboBox::dateEdited ( const QDate &  date)
signal

Signal if the date is being manually edited by the user.

The emitted date may be invalid, or may not yet be what the user intends as the final date.

Parameters
datethe new date
void KDateComboBox::dateEntered ( const QDate &  date)
signal

Signal if the date has been manually entered (by typing a date and losing focus, or pressing Enter) or selected by the user (using the popup selector, or up, down, page up, page down keys, or the mouse wheel).

The emitted date may be invalid.

Parameters
datethe new date
QMap< QDate, QString > KDateComboBox::dateMap ( ) const

Return the map of dates listed in the drop-down and their displayed string forms.

Returns
the select date map
See also
setDateMap()

Definition at line 480 of file kdatecombobox.cpp.

QLocale::FormatType KDateComboBox::displayFormat ( ) const

Return the currently set date display format.

By default this is the Short Format

Returns
the currently set date format

Definition at line 466 of file kdatecombobox.cpp.

bool KDateComboBox::isNull ( ) const

Return if the current user input is null.

Returns
if the current user input is null
See also
isValid()

Definition at line 398 of file kdatecombobox.cpp.

bool KDateComboBox::isValid ( ) const

Return if the current user input is valid.

If the user input is null then it is not valid

Returns
if the current user input is valid
See also
isNull()

Definition at line 392 of file kdatecombobox.cpp.

QDate KDateComboBox::maximumDate ( ) const

Return the current maximum date.

Returns
the current maximum date
QDate KDateComboBox::minimumDate ( ) const

Return the current minimum date.

Returns
the current minimum date
Options KDateComboBox::options ( ) const

Return the currently set widget options.

Returns
the currently set widget options
void KDateComboBox::resetDateRange ( )
slot

Reset the minimum and maximum date to the default values.

See also
setDateRange()

Definition at line 461 of file kdatecombobox.cpp.

void KDateComboBox::resetMaximumDate ( )
slot

Reset the maximum date to the default.

The default is to have no maximum date.

Definition at line 446 of file kdatecombobox.cpp.

void KDateComboBox::resetMinimumDate ( )
slot

Reset the minimum date to the default.

The default is to have no minimum date.

Definition at line 429 of file kdatecombobox.cpp.

void KDateComboBox::setDate ( const QDate &  date)
slot

Set the currently selected date.

You can set an invalid date or a date outside the valid range, validity checking is only done via isValid().

Parameters
datethe new date

Definition at line 375 of file kdatecombobox.cpp.

void KDateComboBox::setDateMap ( QMap< QDate, QString >  dateMap)
slot

Set the list of dates able to be selected from the drop-down and the string form to display for those dates, e.g.

"2010-01-01" and "Yesterday".

Any invalid or duplicate dates will be used, the list will NOT be sorted, and the minimum and maximum date will not be affected.

The dateMap is keyed by the date to be listed and the value is the string to be displayed. If you want the date to be displayed in the default date format then the string should be null. If you want a separator to be displayed then set the string to "separator".

Parameters
dateMapthe map of dates able to be selected
See also
dateMap()

Definition at line 485 of file kdatecombobox.cpp.

void KDateComboBox::setDateRange ( const QDate &  minDate,
const QDate &  maxDate,
const QString &  minWarnMsg = QString(),
const QString &  maxWarnMsg = QString() 
)
slot

Set the valid date range to be applied by isValid().

Both dates must be valid and the minimum date must be less than or equal to the maximum date, otherwise the date range will not be set.

Parameters
minDatethe minimum date
maxDatethe maximum date
minWarnMsgthe minimum warning message
maxWarnMsgthe maximum warning message

Definition at line 451 of file kdatecombobox.cpp.

void KDateComboBox::setDisplayFormat ( QLocale::FormatType  format)
slot

Sets the date format to display.

By default is the Short Format.

Parameters
formatthe date format to use

Definition at line 471 of file kdatecombobox.cpp.

void KDateComboBox::setMaximumDate ( const QDate &  maxDate,
const QString &  maxWarnMsg = QString() 
)
slot

Set the maximum allowed date.

If the date is invalid, or less than current minimum, then the maximum will not be set.

Parameters
maxDatethe maximum date
maxWarnMsgthe maximum warning message
See also
minimumDate()
maximumDate()
setMaximumDate()
setDateRange()

Definition at line 439 of file kdatecombobox.cpp.

void KDateComboBox::setMinimumDate ( const QDate &  minDate,
const QString &  minWarnMsg = QString() 
)
slot

Set the minimum allowed date.

If the date is invalid, or greater than current maximum, then the minimum will not be set.

Parameters
minDatethe minimum date
minWarnMsgthe minimum warning message
See also
minimumDate()
maximumDate()
setMaximumDate()
setDateRange()

Definition at line 422 of file kdatecombobox.cpp.

void KDateComboBox::setOptions ( Options  options)
slot

Set the new widget options.

Parameters
optionsthe new widget options

Definition at line 408 of file kdatecombobox.cpp.


The documentation for this class was generated from the following files:
  • kdatecombobox.h
  • kdatecombobox.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 7 2019 03:22:31 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal