1QDateTimeEditBase(3qt) QDateTimeEditBase(3qt)
2
3
4
6 QDateTimeEditBase - Abstraction for date and edit editors
7
9 #include <qdatetimeedit.h>
10
11 Inherits QWidget.
12
13 Inherited by QDateEdit and QTimeEdit.
14
16 The QDateTimeEditBase class provides an abstraction for date and edit
17 editors.
18
19 Small abstract class that provides some functions that are common for
20 both QDateEdit and QTimeEdit. It is used internally by QDateTimeEditor.
21
22
24 http://doc.trolltech.com/qdatetimeeditbase.html
25 http://www.trolltech.com/faq/tech.html
26
28 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
29 license file included in the distribution for a complete license
30 statement.
31
33 Generated automatically from the source code.
34
36 If you find a bug in Qt, please report it as described in
37 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
38 help you. Thank you.
39
40 The definitive Qt documentation is provided in HTML format; it is
41 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
42 web browser. This man page is provided as a convenience for those users
43 who prefer man pages, although this format is not officially supported
44 by Trolltech.
45
46 If you find errors in this manual page, please report them to qt-
47 bugs@trolltech.com. Please include the name of the manual page
48 (qdatetimeeditbase.3qt) and the Qt version (3.3.8).
49
50
51
52Trolltech AS 2 February 2007 QDateTimeEditBase(3qt)