Qt Reference Documentation

Q3DateTimeEditBase Class Reference

The Q3DateTimeEditBase class provides an abstraction for date and edit editors. More...

 #include <Q3DateTimeEditBase>

This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information.

Inherits: QWidget.

Inherited by: Q3DateEdit and Q3TimeEdit.

Additional Inherited Members

  • 58 properties inherited from QWidget
  • 1 property inherited from QObject
  • 221 public functions inherited from QWidget
  • 29 public functions inherited from QObject
  • 13 public functions inherited from QPaintDevice
  • 19 public slots inherited from QWidget
  • 1 public slot inherited from QObject
  • 1 signal inherited from QWidget
  • 1 signal inherited from QObject
  • 4 static public members inherited from QWidget
  • 7 static public members inherited from QObject
  • 37 protected functions inherited from QWidget
  • 8 protected functions inherited from QObject
  • 1 protected function inherited from QPaintDevice
  • 1 protected slot inherited from QWidget

Detailed Description

The Q3DateTimeEditBase class provides an abstraction for date and edit editors.

Small abstract class that provides some functions that are common for both Q3DateEdit and Q3TimeEdit. It is used internally by Q3DateTimeEditor.