qt5base-lts/examples/widgets/richtext/textedit
Sona Kurazyan 9cc040a806 Prepare for deprecating the QDesktopWidget
QDesktopWidget is marked as obsolete in docs, but it is not yet
completely deprecated, some of its methods are still in use.

Replace uses of the following methods marked as obsolete:
- QDesktopWidget::screenNumber(QWidget*) -> QWidget::screen()
- QDesktopWidget::screenGeometry(QWidget*) -> QWidget::screen()->geometry()
- QDesktopWidget::availableGeometry(QWidget*) -> QWidget::screen()->availableGeometry()

Task-number: QTBUG-76491
Change-Id: I2cca30f2b4caa6e6848e8190e09f959d2c272f33
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2019-10-15 20:09:29 +02:00
..
images TextEdit example: add indent/unindent feature 2019-05-06 19:24:32 +00:00
example.html preserve HTML heading level in QTextBlockFormat; demonstrate in example 2018-03-02 08:05:00 +00:00
example.md Render markdown task lists (checkboxes instead of bullets) in QTextEdit 2019-05-02 04:10:21 +00:00
main.cpp Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
textedit.cpp Make QTextBlockFormat::MarkerType an enum class 2019-10-10 21:08:08 +02:00
textedit.h TextEdit example: add indent/unindent feature 2019-05-06 19:24:32 +00:00
textedit.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
textedit.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
textedit.qrc TextEdit example: add indent/unindent feature 2019-05-06 19:24:32 +00:00