qt6-bb10/src/widgets/widgets
Zhang Hao 795ea19ca0 QLineEdit Cursor show white area
fix QLineEdit Cursor Rect and InputMask area overlapping,
the cursor rect area is white. when inputMask is set,we don't
need draw cursor.

Fixes: QTBUG-89578
Pick-to: 5.15 6.0
Change-Id: Ibec7f8f1f7331a12438fd821c2002903260da10a
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2021-01-28 18:02:18 +08:00
..
qabstractbutton.cpp QAbstractButton: don't access nullptr in queryButtonList() 2021-01-01 16:44:09 +01:00
qabstractbutton.h Enable Qt 5 connection syntax for QAbstractButton::animateClick() 2020-04-29 22:48:00 +02:00
qabstractbutton_p.h
qabstractscrollarea.cpp Doc: Add missing brief statements for \property documentation 2020-11-12 06:54:53 +01:00
qabstractscrollarea.h Make sure we can build with -no-feature-draganddrop 2018-05-29 18:31:35 +00:00
qabstractscrollarea_p.h Unexport private classes that are no longer used outside QtWidgets 2020-06-08 20:44:34 +02:00
qabstractslider.cpp Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
qabstractslider.h
qabstractslider_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qabstractspinbox.cpp Adjust code format, add space after 'if' 2020-11-16 12:53:37 +00:00
qabstractspinbox.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qabstractspinbox_p.h Clean up data members and initialization in QAbstractSpinBox 2020-07-07 06:29:07 +02:00
qbuttongroup.cpp Merge remote-tracking branch 'origin/5.15' into dev 2020-04-22 15:28:01 +02:00
qbuttongroup.h Merge remote-tracking branch 'origin/5.15' into dev 2020-04-22 15:28:01 +02:00
qbuttongroup_p.h
qcalendarwidget.cpp Restore pass-by-ref to QRect QCalendarWidget::paintCell() 2020-12-08 14:49:05 +00:00
qcalendarwidget.h Restore pass-by-ref to QRect QCalendarWidget::paintCell() 2020-12-08 14:49:05 +00:00
qcheckbox.cpp Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
qcheckbox.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qcombobox.cpp Fix that the placeholdertext of QCombobox is not drawn 2021-01-27 09:11:42 +08:00
qcombobox.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qcombobox_p.h Derive some item delegates from QStyledItemDelegate 2020-09-10 03:15:49 +02:00
qcommandlinkbutton.cpp Remove already-set option style feature for QCommandLinkButton 2020-12-11 14:32:53 +01:00
qcommandlinkbutton.h Override initStyleOption() for QCommandLinkButton 2020-12-11 11:01:27 +01:00
qdatetimeedit.cpp Reduce the scope of variable in focusInEvent() 2020-12-02 17:26:37 +08:00
qdatetimeedit.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qdatetimeedit_p.h Merge remote-tracking branch 'origin/5.15' into dev 2020-04-23 01:00:36 +02:00
qdial.cpp Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
qdial.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qdialogbuttonbox.cpp Remove QGuiAction again and split QAction implementation up instead 2020-03-29 11:18:57 +01:00
qdialogbuttonbox.h Tighten up QDialogButtonBox::ButtonLayout enum 2020-09-03 18:51:41 +02:00
qdockarealayout.cpp Remove usage of QDesktopWidget(Private) from most places in QtWidgets 2020-07-07 11:49:32 +02:00
qdockarealayout_p.h Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qdockwidget.cpp Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qdockwidget.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qdockwidget_p.h Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qeffects.cpp Remove usage of QDesktopWidget(Private) from most places in QtWidgets 2020-07-07 11:49:32 +02:00
qeffects_p.h
qfocusframe.cpp Adjust code format, add space after 'if' 2020-11-16 12:53:37 +00:00
qfocusframe.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qfontcombobox.cpp QFont: Prefer setFamilies() over setFamily() 2020-11-20 14:30:22 +01:00
qfontcombobox.h
qframe.cpp
qframe.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qframe_p.h Unexport private classes that are no longer used outside QtWidgets 2020-06-08 20:44:34 +02:00
qgroupbox.cpp Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
qgroupbox.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qkeysequenceedit.cpp Long live QKeyCombination! 2020-09-03 07:00:31 +02:00
qkeysequenceedit.h
qkeysequenceedit_p.h Long live QKeyCombination! 2020-09-03 07:00:31 +02:00
qlabel.cpp Introduce QUrlResourceProvider to load resources for HTML 2021-01-12 15:33:10 +03:00
qlabel.h Introduce QUrlResourceProvider to load resources for HTML 2021-01-12 15:33:10 +03:00
qlabel_p.h Introduce QUrlResourceProvider to load resources for HTML 2021-01-12 15:33:10 +03:00
qlcdnumber.cpp Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qlcdnumber.h
qlineedit.cpp QLineEdit Cursor show white area 2021-01-28 18:02:18 +08:00
qlineedit.h Fix redundant emission of editingFinished from QLineEdit with Return key 2020-09-23 20:33:33 -04:00
qlineedit_p.cpp Fix redundant emission of editingFinished from QLineEdit with Return key 2020-09-23 20:33:33 -04:00
qlineedit_p.h Fix redundant emission of editingFinished from QLineEdit with Return key 2020-09-23 20:33:33 -04:00
qmainwindow.cpp Fix links to Application Example 2020-12-02 05:59:56 +01:00
qmainwindow.h Remove dead code from src/widgets 2020-05-11 11:05:15 +02:00
qmainwindowlayout.cpp QWidget: mark obsolete function isTopLevel() as deprecated 2020-12-09 20:30:04 +01:00
qmainwindowlayout_p.h Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qmdiarea.cpp Fix small typo in the QMdiArea documentation 2021-01-18 13:21:15 +01:00
qmdiarea.h
qmdiarea_p.h Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qmdisubwindow.cpp macOS: Check if the base of the style as well if it is a QProxyStyle 2020-08-17 08:11:18 +02:00
qmdisubwindow.h
qmdisubwindow_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qmenu.cpp Fix the tips still show when cursor move to another action 2021-01-15 12:26:41 +01:00
qmenu.h Change QWidget::enterEvent signature to take a QEnterEvent 2020-09-05 02:06:26 +02:00
qmenu_mac.mm macOS: Simplify and fix issues with QMenuPrivate::moveWidgetToPlatformItem 2021-01-04 10:47:45 +01:00
qmenu_p.h Remove usage of QDesktopWidget(Private) from most places in QtWidgets 2020-07-07 11:49:32 +02:00
qmenubar.cpp Adjust code format, add space after 'if' 2020-11-16 12:53:37 +00:00
qmenubar.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qmenubar_p.h Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qplaintextedit.cpp Fix populating selection clipboard with keyboard 2021-01-26 12:28:49 +00:00
qplaintextedit.h Remove deprecated members from QtWidgets/widgets classes 2020-04-17 20:49:06 +02:00
qplaintextedit_p.h Improve data member ordering and initialization in some private classes 2020-07-04 02:51:35 +02:00
qprogressbar.cpp Remove QStyleOptionProgressBar::orientation member 2020-08-29 22:05:09 +02:00
qprogressbar.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qpushbutton.cpp Make QPushButton on macOS use QFocusFrame to fix alignment problems 2020-12-21 12:33:15 +01:00
qpushbutton.h Don't show QPushButton as hovered unless the mouse is within the bevel 2020-10-22 02:43:40 +02:00
qpushbutton_p.h Make QPushButton on macOS use QFocusFrame to fix alignment problems 2020-12-21 12:33:15 +01:00
qradiobutton.cpp Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
qradiobutton.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qrubberband.cpp Remove dead code from Qt 4 times 2019-08-20 22:27:46 +00:00
qrubberband.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qscrollarea.cpp Merge remote-tracking branch 'origin/5.14' into 5.15 2020-01-28 08:09:51 +01:00
qscrollarea.h
qscrollarea_p.h Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
qscrollbar.cpp Properly deprecate Qt::MidButton in favor of Qt::MiddleButton 2020-08-22 21:47:36 +02:00
qscrollbar.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qscrollbar_p.h
qsizegrip.cpp Remove usage of QDesktopWidget(Private) from most places in QtWidgets 2020-07-07 11:49:32 +02:00
qsizegrip.h
qslider.cpp Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qslider.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qspinbox.cpp QSpinBox: remove deprecated signal valueChanged(const QString &) 2020-02-10 18:28:47 +01:00
qspinbox.h QSpinBox: remove deprecated signal valueChanged(const QString &) 2020-02-10 18:28:47 +01:00
qsplashscreen.cpp QSplashScreen: draw pixmap with SmoothTransfrom 2020-12-08 19:00:42 +01:00
qsplashscreen.h Remove deprecated members from QtWidgets/widgets classes 2020-04-17 20:49:06 +02:00
qsplitter.cpp Adjust code format, add space after 'if' 2020-11-16 12:53:37 +00:00
qsplitter.h Remove deprecated members from QtWidgets/widgets classes 2020-04-17 20:49:06 +02:00
qsplitter_p.h More nullptr usage in headers 2019-03-14 07:37:52 +00:00
qstackedwidget.cpp Widgets: make indexOf take const QWidget * 2020-08-24 13:50:55 +02:00
qstackedwidget.h Widgets: make indexOf take const QWidget * 2020-08-24 13:50:55 +02:00
qstatusbar.cpp Fix links to Application Example 2020-12-02 05:59:56 +01:00
qstatusbar.h Remove ### Qt 6 comment that we won't address 2020-02-27 19:35:08 +01:00
qtabbar.cpp control scrolling of QTabBar using StyleHint 2021-01-19 19:10:41 +01:00
qtabbar.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qtabbar_p.h Fix build without features.animation 2020-08-28 01:58:21 +09:00
qtabwidget.cpp Adjust code format, add space after 'if' 2020-11-16 12:53:37 +00:00
qtabwidget.h Widgets: make indexOf take const QWidget * 2020-08-24 13:50:55 +02:00
qtextbrowser.cpp Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01:00
qtextbrowser.h Remove dead code from src/widgets 2020-05-11 11:05:15 +02:00
qtextedit.cpp Fix populating selection clipboard with keyboard 2021-01-26 12:28:49 +00:00
qtextedit.h Remove deprecated members from QtWidgets/widgets classes 2020-04-17 20:49:06 +02:00
qtextedit_p.h Support clicking to toggle checkboxes in QTextEdit 2019-05-24 15:37:04 +02:00
qtoolbar.cpp Fix links to Application Example 2020-12-02 05:59:56 +01:00
qtoolbar.h Make initStyleOption virtual for various classes 2020-07-31 14:58:54 +02:00
qtoolbar_p.h Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
qtoolbararealayout.cpp Use qsizetype in QList 2020-07-06 21:31:14 +02:00
qtoolbararealayout_p.h Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01:00
qtoolbarextension.cpp Remove deprecated QStyleOption::init() 2020-06-21 12:51:24 +02:00
qtoolbarextension_p.h
qtoolbarlayout.cpp Adjust code format, add space after 'if' 2020-11-16 12:53:37 +00:00
qtoolbarlayout_p.h Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00
qtoolbarseparator.cpp Convert features.toolbar to QT_[REQUIRE_]CONFIG 2018-05-02 09:07:03 +00:00
qtoolbarseparator_p.h Convert features.toolbar to QT_[REQUIRE_]CONFIG 2018-05-02 09:07:03 +00:00
qtoolbox.cpp Replace qt_make_unique with std::make_unique 2020-11-23 09:50:21 +01:00
qtoolbox.h Widgets: make indexOf take const QWidget * 2020-08-24 13:50:55 +02:00
qtoolbutton.cpp Adjust code format, add space after 'if' 2020-11-16 12:53:37 +00:00
qtoolbutton.h Change QWidget::enterEvent signature to take a QEnterEvent 2020-09-05 02:06:26 +02:00
qwidgetanimator.cpp Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00
qwidgetanimator_p.h fix compilation with various -no-feature-* options 2019-05-05 09:14:48 +00:00
qwidgetlinecontrol.cpp Fix populating selection clipboard with keyboard 2021-01-26 12:28:49 +00:00
qwidgetlinecontrol_p.h QWidgetLineControl: replace raw memory handling with std::unique_ptr 2020-04-30 00:31:12 +02:00
qwidgetresizehandler.cpp Remove usage of QDesktopWidget(Private) from most places in QtWidgets 2020-07-07 11:49:32 +02:00
qwidgetresizehandler_p.h Unexport QWidgetResizeHandler and remove move functionality 2020-04-03 19:01:57 +02:00
qwidgettextcontrol.cpp Fix populating selection clipboard with keyboard 2021-01-26 12:28:49 +00:00
qwidgettextcontrol_p.h Fix populating selection clipboard with keyboard 2021-01-26 12:28:49 +00:00
qwidgettextcontrol_p_p.h Use QList instead of QVector in widgets 2020-07-02 21:57:06 +02:00