Definition at line 206 of file qdatetimeedit.h.
|
| QTimeEdit (QWidget *parent=0) |
|
| QTimeEdit (const QTime &time, QWidget *parent=0) |
|
| QDateTimeEdit (QWidget *parent=0) |
|
| QDateTimeEdit (const QDateTime &dt, QWidget *parent=0) |
|
| QDateTimeEdit (const QDate &d, QWidget *parent=0) |
|
| QDateTimeEdit (const QTime &t, QWidget *parent=0) |
|
QDateTime | dateTime () const |
|
QDate | date () const |
|
QTime | time () const |
|
QDateTime | minimumDateTime () const |
|
void | clearMinimumDateTime () |
|
void | setMinimumDateTime (const QDateTime &dt) |
|
QDateTime | maximumDateTime () const |
|
void | clearMaximumDateTime () |
|
void | setMaximumDateTime (const QDateTime &dt) |
|
void | setDateTimeRange (const QDateTime &min, const QDateTime &max) |
|
QDate | minimumDate () const |
|
void | setMinimumDate (const QDate &min) |
|
void | clearMinimumDate () |
|
QDate | maximumDate () const |
|
void | setMaximumDate (const QDate &max) |
|
void | clearMaximumDate () |
|
void | setDateRange (const QDate &min, const QDate &max) |
|
QTime | minimumTime () const |
|
void | setMinimumTime (const QTime &min) |
|
void | clearMinimumTime () |
|
QTime | maximumTime () const |
|
void | setMaximumTime (const QTime &max) |
|
void | clearMaximumTime () |
|
void | setTimeRange (const QTime &min, const QTime &max) |
|
Sections | displayedSections () const |
|
Section | currentSection () const |
|
Section | sectionAt (int index) const |
|
void | setCurrentSection (Section section) |
|
int | currentSectionIndex () const |
|
void | setCurrentSectionIndex (int index) |
|
QCalendarWidget * | calendarWidget () const |
|
void | setCalendarWidget (QCalendarWidget *calendarWidget) |
|
int | sectionCount () const |
|
void | setSelectedSection (Section section) |
|
QString | sectionText (Section section) const |
|
QString | displayFormat () const |
|
void | setDisplayFormat (const QString &format) |
|
bool | calendarPopup () const |
|
void | setCalendarPopup (bool enable) |
|
Qt::TimeSpec | timeSpec () const |
|
void | setTimeSpec (Qt::TimeSpec spec) |
|
QSize | sizeHint () const |
|
virtual void | clear () |
|
virtual void | stepBy (int steps) |
|
bool | event (QEvent *event) |
|
| QAbstractSpinBox (QWidget *parent=0) |
|
| ~QAbstractSpinBox () |
|
ButtonSymbols | buttonSymbols () const |
|
void | setButtonSymbols (ButtonSymbols bs) |
|
void | setCorrectionMode (CorrectionMode cm) |
|
CorrectionMode | correctionMode () const |
|
bool | hasAcceptableInput () const |
|
QString | text () const |
|
QString | specialValueText () const |
|
void | setSpecialValueText (const QString &txt) |
|
bool | wrapping () const |
|
void | setWrapping (bool w) |
|
void | setReadOnly (bool r) |
|
bool | isReadOnly () const |
|
void | setKeyboardTracking (bool kt) |
|
bool | keyboardTracking () const |
|
void | setAlignment (Qt::Alignment flag) |
|
Qt::Alignment | alignment () const |
|
void | setFrame (bool) |
|
bool | hasFrame () const |
|
void | setAccelerated (bool on) |
|
bool | isAccelerated () const |
|
QSize | minimumSizeHint () const |
|
void | interpretText () |
|
QVariant | inputMethodQuery (Qt::InputMethodQuery) const |
|
| QWidget (QWidget *parent=0, Qt::WindowFlags f=0) |
|
| ~QWidget () |
|
int | devType () const |
|
WId | winId () const |
|
void | createWinId () |
|
WId | internalWinId () const |
|
WId | effectiveWinId () const |
|
QStyle * | style () const |
|
void | setStyle (QStyle *) |
|
bool | isTopLevel () const |
|
bool | isWindow () const |
|
bool | isModal () const |
|
Qt::WindowModality | windowModality () const |
|
void | setWindowModality (Qt::WindowModality windowModality) |
|
bool | isEnabled () const |
|
bool | isEnabledTo (QWidget *) const |
|
bool | isEnabledToTLW () const |
|
QRect | frameGeometry () const |
|
const QRect & | geometry () const |
|
QRect | normalGeometry () const |
|
int | x () const |
|
int | y () const |
|
QPoint | pos () const |
|
QSize | frameSize () const |
|
QSize | size () const |
|
int | width () const |
|
int | height () const |
|
QRect | rect () const |
|
QRect | childrenRect () const |
|
QRegion | childrenRegion () const |
|
QSize | minimumSize () const |
|
QSize | maximumSize () const |
|
int | minimumWidth () const |
|
int | minimumHeight () const |
|
int | maximumWidth () const |
|
int | maximumHeight () const |
|
void | setMinimumSize (const QSize &) |
|
void | setMinimumSize (int minw, int minh) |
|
void | setMaximumSize (const QSize &) |
|
void | setMaximumSize (int maxw, int maxh) |
|
void | setMinimumWidth (int minw) |
|
void | setMinimumHeight (int minh) |
|
void | setMaximumWidth (int maxw) |
|
void | setMaximumHeight (int maxh) |
|
QSize | sizeIncrement () const |
|
void | setSizeIncrement (const QSize &) |
|
void | setSizeIncrement (int w, int h) |
|
QSize | baseSize () const |
|
void | setBaseSize (const QSize &) |
|
void | setBaseSize (int basew, int baseh) |
|
void | setFixedSize (const QSize &) |
|
void | setFixedSize (int w, int h) |
|
void | setFixedWidth (int w) |
|
void | setFixedHeight (int h) |
|
QPoint | mapToGlobal (const QPoint &) const |
|
QPoint | mapFromGlobal (const QPoint &) const |
|
QPoint | mapToParent (const QPoint &) const |
|
QPoint | mapFromParent (const QPoint &) const |
|
QPoint | mapTo (QWidget *, const QPoint &) const |
|
QPoint | mapFrom (QWidget *, const QPoint &) const |
|
QWidget * | window () const |
|
QWidget * | nativeParentWidget () const |
|
QWidget * | topLevelWidget () const |
|
const QPalette & | palette () const |
|
void | setPalette (const QPalette &) |
|
void | setBackgroundRole (QPalette::ColorRole) |
|
QPalette::ColorRole | backgroundRole () const |
|
void | setForegroundRole (QPalette::ColorRole) |
|
QPalette::ColorRole | foregroundRole () const |
|
const QFont & | font () const |
|
void | setFont (const QFont &) |
|
QFontMetrics | fontMetrics () const |
|
QFontInfo | fontInfo () const |
|
QCursor | cursor () const |
|
void | setCursor (const QCursor &) |
|
void | unsetCursor () |
|
void | setMouseTracking (bool enable) |
|
bool | hasMouseTracking () const |
|
bool | underMouse () const |
|
void | setMask (const QBitmap &) |
|
void | setMask (const QRegion &) |
|
QRegion | mask () const |
|
void | clearMask () |
|
void | render (QPaintDevice *target, const QPoint &targetOffset=QPoint(), const QRegion &sourceRegion=QRegion(), RenderFlags renderFlags=RenderFlags(DrawWindowBackground|DrawChildren)) |
|
void | render (QPainter *painter, const QPoint &targetOffset=QPoint(), const QRegion &sourceRegion=QRegion(), RenderFlags renderFlags=RenderFlags(DrawWindowBackground|DrawChildren)) |
|
QGraphicsEffect * | graphicsEffect () const |
|
void | setGraphicsEffect (QGraphicsEffect *effect) |
|
void | grabGesture (Qt::GestureType type, Qt::GestureFlags flags=Qt::GestureFlags()) |
|
void | ungrabGesture (Qt::GestureType type) |
|
QString | styleSheet () const |
|
QString | windowTitle () const |
|
void | setWindowIcon (const QIcon &icon) |
|
QIcon | windowIcon () const |
|
void | setWindowIconText (const QString &) |
|
QString | windowIconText () const |
|
void | setWindowRole (const QString &) |
|
QString | windowRole () const |
|
void | setWindowFilePath (const QString &filePath) |
|
QString | windowFilePath () const |
|
void | setWindowOpacity (qreal level) |
|
qreal | windowOpacity () const |
|
bool | isWindowModified () const |
|
void | setToolTip (const QString &) |
|
QString | toolTip () const |
|
void | setStatusTip (const QString &) |
|
QString | statusTip () const |
|
void | setWhatsThis (const QString &) |
|
QString | whatsThis () const |
|
QString | accessibleName () const |
|
void | setAccessibleName (const QString &name) |
|
QString | accessibleDescription () const |
|
void | setAccessibleDescription (const QString &description) |
|
void | setLayoutDirection (Qt::LayoutDirection direction) |
|
Qt::LayoutDirection | layoutDirection () const |
|
void | unsetLayoutDirection () |
|
void | setLocale (const QLocale &locale) |
|
QLocale | locale () const |
|
void | unsetLocale () |
|
bool | isRightToLeft () const |
|
bool | isLeftToRight () const |
|
bool | isActiveWindow () const |
|
void | activateWindow () |
|
void | clearFocus () |
|
void | setFocus (Qt::FocusReason reason) |
|
Qt::FocusPolicy | focusPolicy () const |
|
void | setFocusPolicy (Qt::FocusPolicy policy) |
|
bool | hasFocus () const |
|
void | setFocusProxy (QWidget *) |
|
QWidget * | focusProxy () const |
|
Qt::ContextMenuPolicy | contextMenuPolicy () const |
|
void | setContextMenuPolicy (Qt::ContextMenuPolicy policy) |
|
void | grabMouse () |
|
void | grabMouse (const QCursor &) |
|
void | releaseMouse () |
|
void | grabKeyboard () |
|
void | releaseKeyboard () |
|
int | grabShortcut (const QKeySequence &key, Qt::ShortcutContext context=Qt::WindowShortcut) |
|
void | releaseShortcut (int id) |
|
void | setShortcutEnabled (int id, bool enable=true) |
|
void | setShortcutAutoRepeat (int id, bool enable=true) |
|
bool | updatesEnabled () const |
|
void | setUpdatesEnabled (bool enable) |
|
QGraphicsProxyWidget * | graphicsProxyWidget () const |
|
void | update (int x, int y, int w, int h) |
|
void | update (const QRect &) |
|
void | update (const QRegion &) |
|
void | repaint (int x, int y, int w, int h) |
|
void | repaint (const QRect &) |
|
void | repaint (const QRegion &) |
|
void | stackUnder (QWidget *) |
|
void | move (int x, int y) |
|
void | move (const QPoint &) |
|
void | resize (int w, int h) |
|
void | resize (const QSize &) |
|
void | setGeometry (int x, int y, int w, int h) |
|
void | setGeometry (const QRect &) |
|
QByteArray | saveGeometry () const |
|
bool | restoreGeometry (const QByteArray &geometry) |
|
void | adjustSize () |
|
bool | isVisible () const |
|
bool | isVisibleTo (QWidget *) const |
|
bool | isHidden () const |
|
bool | isMinimized () const |
|
bool | isMaximized () const |
|
bool | isFullScreen () const |
|
Qt::WindowStates | windowState () const |
|
void | setWindowState (Qt::WindowStates state) |
|
void | overrideWindowState (Qt::WindowStates state) |
|
QSizePolicy | sizePolicy () const |
|
void | setSizePolicy (QSizePolicy) |
|
void | setSizePolicy (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) |
|
virtual int | heightForWidth (int) const |
|
QRegion | visibleRegion () const |
|
void | setContentsMargins (int left, int top, int right, int bottom) |
|
void | setContentsMargins (const QMargins &margins) |
|
void | getContentsMargins (int *left, int *top, int *right, int *bottom) const |
|
QMargins | contentsMargins () const |
|
QRect | contentsRect () const |
|
QLayout * | layout () const |
|
void | setLayout (QLayout *) |
|
void | updateGeometry () |
|
void | setParent (QWidget *parent) |
|
void | setParent (QWidget *parent, Qt::WindowFlags f) |
|
void | scroll (int dx, int dy) |
|
void | scroll (int dx, int dy, const QRect &) |
|
QWidget * | focusWidget () const |
|
QWidget * | nextInFocusChain () const |
|
QWidget * | previousInFocusChain () const |
|
bool | acceptDrops () const |
|
void | setAcceptDrops (bool on) |
|
void | addAction (QAction *action) |
|
void | addActions (QList< QAction * > actions) |
|
void | insertAction (QAction *before, QAction *action) |
|
void | insertActions (QAction *before, QList< QAction * > actions) |
|
void | removeAction (QAction *action) |
|
QList< QAction * > | actions () const |
|
QWidget * | parentWidget () const |
|
void | setWindowFlags (Qt::WindowFlags type) |
|
Qt::WindowFlags | windowFlags () const |
|
void | overrideWindowFlags (Qt::WindowFlags type) |
|
Qt::WindowType | windowType () const |
|
QWidget * | childAt (int x, int y) const |
|
QWidget * | childAt (const QPoint &p) const |
|
const QX11Info & | x11Info () const |
|
Qt::HANDLE | x11PictureHandle () const |
|
Qt::HANDLE | handle () const |
|
void | setAttribute (Qt::WidgetAttribute, bool on=true) |
|
bool | testAttribute (Qt::WidgetAttribute) const |
|
QPaintEngine * | paintEngine () const |
|
void | ensurePolished () const |
|
QInputContext * | inputContext () |
|
void | setInputContext (QInputContext *) |
|
bool | isAncestorOf (const QWidget *child) const |
|
bool | autoFillBackground () const |
|
void | setAutoFillBackground (bool enabled) |
|
void | setWindowSurface (QWindowSurface *surface) |
|
QWindowSurface * | windowSurface () const |
|
Qt::InputMethodHints | inputMethodHints () const |
|
void | setInputMethodHints (Qt::InputMethodHints hints) |
|
Q_INVOKABLE | QObject (QObject *parent=0) |
|
virtual | ~QObject () |
|
virtual bool | eventFilter (QObject *, QEvent *) |
|
QString | objectName () const |
|
void | setObjectName (const QString &name) |
|
bool | isWidgetType () const |
|
bool | signalsBlocked () const |
|
bool | blockSignals (bool b) |
|
QThread * | thread () const |
|
void | moveToThread (QThread *thread) |
|
int | startTimer (int interval) |
|
void | killTimer (int id) |
|
template<typename T > |
T | findChild (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QRegExp &re) const |
|
const QObjectList & | children () const |
|
void | setParent (QObject *) |
|
void | installEventFilter (QObject *) |
|
void | removeEventFilter (QObject *) |
|
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
|
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
|
bool | disconnect (const QObject *receiver, const char *member=0) |
|
void | dumpObjectTree () |
|
void | dumpObjectInfo () |
|
bool | setProperty (const char *name, const QVariant &value) |
|
QVariant | property (const char *name) const |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
void | setUserData (uint id, QObjectUserData *data) |
|
QObjectUserData * | userData (uint id) const |
|
QObject * | parent () const |
|
bool | inherits (const char *classname) const |
|
virtual | ~QPaintDevice () |
|
bool | paintingActive () const |
|
int | width () const |
|
int | height () const |
|
int | widthMM () const |
|
int | heightMM () const |
|
int | logicalDpiX () const |
|
int | logicalDpiY () const |
|
int | physicalDpiX () const |
|
int | physicalDpiY () const |
|
int | colorCount () const |
|
int | depth () const |
|
|
enum | Section {
NoSection = 0x0000,
AmPmSection = 0x0001,
MSecSection = 0x0002,
SecondSection = 0x0004,
MinuteSection = 0x0008,
HourSection = 0x0010,
DaySection = 0x0100,
MonthSection = 0x0200,
YearSection = 0x0400,
TimeSections_Mask = AmPmSection|MSecSection|SecondSection|MinuteSection|HourSection,
DateSections_Mask = DaySection|MonthSection|YearSection
} |
|
enum | StepEnabledFlag { StepNone = 0x00,
StepUpEnabled = 0x01,
StepDownEnabled = 0x02
} |
|
enum | ButtonSymbols { UpDownArrows,
PlusMinus,
NoButtons
} |
|
enum | CorrectionMode { CorrectToPreviousValue,
CorrectToNearestValue
} |
|
enum | RenderFlag { DrawWindowBackground = 0x1,
DrawChildren = 0x2,
IgnoreMask = 0x4
} |
|
enum | PaintDeviceMetric {
PdmWidth = 1,
PdmHeight,
PdmWidthMM,
PdmHeightMM,
PdmNumColors,
PdmDepth,
PdmDpiX,
PdmDpiY,
PdmPhysicalDpiX,
PdmPhysicalDpiY
} |
|
void | setDateTime (const QDateTime &dateTime) |
|
void | setDate (const QDate &date) |
|
void | setTime (const QTime &time) |
|
void | stepUp () |
|
void | stepDown () |
|
void | selectAll () |
|
void | setEnabled (bool) |
|
void | setDisabled (bool) |
|
void | setWindowModified (bool) |
|
void | setWindowTitle (const QString &) |
|
void | setStyleSheet (const QString &styleSheet) |
|
void | setFocus () |
|
void | update () |
|
void | repaint () |
|
virtual void | setVisible (bool visible) |
|
void | setHidden (bool hidden) |
|
void | show () |
|
void | hide () |
|
QT_MOC_COMPAT void | setShown (bool shown) |
|
void | showMinimized () |
|
void | showMaximized () |
|
void | showFullScreen () |
|
void | showNormal () |
|
bool | close () |
|
void | raise () |
|
void | lower () |
|
void | deleteLater () |
|
void | dateTimeChanged (const QDateTime &date) |
|
void | timeChanged (const QTime &date) |
|
void | dateChanged (const QDate &date) |
|
void | editingFinished () |
|
void | customContextMenuRequested (const QPoint &pos) |
|
void | destroyed (QObject *=0) |
|
static void | setTabOrder (QWidget *, QWidget *) |
|
static QWidget * | mouseGrabber () |
|
static QWidget * | keyboardGrabber () |
|
static QWidget * | find (WId) |
|
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static uint | registerUserData () |
|
void | updateMicroFocus () |
|
virtual void | keyPressEvent (QKeyEvent *event) |
|
virtual void | wheelEvent (QWheelEvent *event) |
|
virtual void | focusInEvent (QFocusEvent *event) |
|
virtual bool | focusNextPrevChild (bool next) |
|
virtual QValidator::State | validate (QString &input, int &pos) const |
|
virtual void | fixup (QString &input) const |
|
virtual QDateTime | dateTimeFromText (const QString &text) const |
|
virtual QString | textFromDateTime (const QDateTime &dt) const |
|
virtual StepEnabled | stepEnabled () const |
|
virtual void | mousePressEvent (QMouseEvent *event) |
|
virtual void | paintEvent (QPaintEvent *event) |
|
void | initStyleOption (QStyleOptionSpinBox *option) const |
|
| QDateTimeEdit (const QVariant &val, QVariant::Type parserType, QWidget *parent=0) |
|
void | resizeEvent (QResizeEvent *event) |
|
void | keyReleaseEvent (QKeyEvent *event) |
|
void | focusOutEvent (QFocusEvent *event) |
|
void | contextMenuEvent (QContextMenuEvent *event) |
|
void | changeEvent (QEvent *event) |
|
void | closeEvent (QCloseEvent *event) |
|
void | hideEvent (QHideEvent *event) |
|
void | mouseReleaseEvent (QMouseEvent *event) |
|
void | mouseMoveEvent (QMouseEvent *event) |
|
void | timerEvent (QTimerEvent *event) |
|
void | showEvent (QShowEvent *event) |
|
void | initStyleOption (QStyleOptionSpinBox *option) const |
|
QLineEdit * | lineEdit () const |
|
void | setLineEdit (QLineEdit *edit) |
|
| QAbstractSpinBox (QAbstractSpinBoxPrivate &dd, QWidget *parent=0) |
|
bool | event (QEvent *) |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *) |
|
virtual void | enterEvent (QEvent *) |
|
virtual void | leaveEvent (QEvent *) |
|
virtual void | moveEvent (QMoveEvent *) |
|
virtual void | tabletEvent (QTabletEvent *) |
|
virtual void | actionEvent (QActionEvent *) |
|
virtual void | dragEnterEvent (QDragEnterEvent *) |
|
virtual void | dragMoveEvent (QDragMoveEvent *) |
|
virtual void | dragLeaveEvent (QDragLeaveEvent *) |
|
virtual void | dropEvent (QDropEvent *) |
|
virtual bool | x11Event (XEvent *) |
|
int | metric (PaintDeviceMetric) const |
|
virtual void | inputMethodEvent (QInputMethodEvent *) |
|
void | resetInputContext () |
|
void | create (WId=0, bool initializeWindow=true, bool destroyOldWindow=true) |
|
void | destroy (bool destroyWindow=true, bool destroySubWindows=true) |
|
bool | focusNextChild () |
|
bool | focusPreviousChild () |
|
| QWidget (QWidgetPrivate &d, QWidget *parent, Qt::WindowFlags f) |
|
virtual void | styleChange (QStyle &) |
|
virtual void | enabledChange (bool) |
|
virtual void | paletteChange (const QPalette &) |
|
virtual void | fontChange (const QFont &) |
|
virtual void | windowActivationChange (bool) |
|
virtual void | languageChange () |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
int | receivers (const char *signal) const |
|
virtual void | childEvent (QChildEvent *) |
|
virtual void | customEvent (QEvent *) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | disconnectNotify (const char *signal) |
|
| QObject (QObjectPrivate &dd, QObject *parent=0) |
|
| QPaintDevice () |
|
QScopedPointer< QObjectData > | d_ptr |
|
ushort | painters |
|
static const QMetaObject | staticQtMetaObject |
|
QDateTime | dateTime |
|
QDate | date |
|
QTime | time |
|
QDateTime | maximumDateTime |
|
QDateTime | minimumDateTime |
|
QDate | maximumDate |
|
QDate | minimumDate |
|
QTime | maximumTime |
|
QTime | minimumTime |
|
Section | currentSection |
|
Sections | displayedSections |
|
QString | displayFormat |
|
bool | calendarPopup |
|
int | currentSectionIndex |
|
int | sectionCount |
|
Qt::TimeSpec | timeSpec |
|
bool | wrapping |
|
bool | frame |
|
Qt::Alignment | alignment |
|
bool | readOnly |
|
ButtonSymbols | buttonSymbols |
|
QString | specialValueText |
|
QString | text |
|
bool | accelerated |
|
CorrectionMode | correctionMode |
|
bool | acceptableInput |
|
bool | keyboardTracking |
|
bool | modal |
|
Qt::WindowModality | windowModality |
|
bool | enabled |
|
QRect | geometry |
|
QRect | frameGeometry |
|
QRect | normalGeometry |
|
int | x |
|
int | y |
|
QPoint | pos |
|
QSize | frameSize |
|
QSize | size |
|
int | width |
|
int | height |
|
QRect | rect |
|
QRect | childrenRect |
|
QRegion | childrenRegion |
|
QSizePolicy | sizePolicy |
|
QSize | minimumSize |
|
QSize | maximumSize |
|
int | minimumWidth |
|
int | minimumHeight |
|
int | maximumWidth |
|
int | maximumHeight |
|
QSize | sizeIncrement |
|
QSize | baseSize |
|
QPalette | palette |
|
QFont | font |
|
QCursor | cursor |
|
bool | mouseTracking |
|
bool | isActiveWindow |
|
Qt::FocusPolicy | focusPolicy |
|
bool | focus |
|
Qt::ContextMenuPolicy | contextMenuPolicy |
|
bool | updatesEnabled |
|
bool | visible |
|
bool | minimized |
|
bool | maximized |
|
bool | fullScreen |
|
QSize | sizeHint |
|
QSize | minimumSizeHint |
|
bool | acceptDrops |
|
QString | windowTitle |
|
QIcon | windowIcon |
|
QString | windowIconText |
|
double | windowOpacity |
|
bool | windowModified |
|
QString | toolTip |
|
QString | statusTip |
|
QString | whatsThis |
|
QString | accessibleName |
|
QString | accessibleDescription |
|
Qt::LayoutDirection | layoutDirection |
|
bool | autoFillBackground |
|
QString | styleSheet |
|
QLocale | locale |
|
QString | windowFilePath |
|
Qt::InputMethodHints | inputMethodHints |
|
QString | objectName |
|