summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/installer.pro
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2018-11-23 07:01:15 +0200
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-01-15 14:56:26 +0200
commitc3a84add1c8ed3c879168cba4e9a84af58129da6 (patch)
tree54cdc5142e8043af98372bb5527f0c5dec6280ab /src/libs/installer/installer.pro
parent57078aec62049ac08c5df94db06c79e956fd0eeb (diff)
Replace usage of derived LazyPlainTextEdit class with QTextEdit
Remove LazyPlainTextEdit class and replace usage in PerformInstallationForm details browser to QTextEdit. This adds support for RTL text alignment as the base class of the removed class, QPlainTextEdit does not fully support RTL and automatic alignment. Text will now be automatically aligned based on the direction of the characters. This also improves the usability of the details browser, as it does not force scrolling to bottom if the user has scrolled the widget contents to inspect previous lines. Task-number: QTIFW-1994 Change-Id: If01eaea121000edc0b5039edfede88ffb7bacd6f Reviewed-by: Katja Marttila <katja.marttila@qt.io> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'src/libs/installer/installer.pro')
-rw-r--r--src/libs/installer/installer.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro
index 2462dbe63..437ab002f 100644
--- a/src/libs/installer/installer.pro
+++ b/src/libs/installer/installer.pro
@@ -78,7 +78,6 @@ HEADERS += packagemanagercore.h \
adminauthorization.h \
elevatedexecuteoperation.h \
fakestopprocessforupdateoperation.h \
- lazyplaintextedit.h \
progresscoordinator.h \
minimumprogressoperation.h \
performinstallationform.h \
@@ -172,7 +171,6 @@ SOURCES += packagemanagercore.cpp \
init.cpp \
elevatedexecuteoperation.cpp \
fakestopprocessforupdateoperation.cpp \
- lazyplaintextedit.cpp \
progresscoordinator.cpp \
minimumprogressoperation.cpp \
performinstallationform.cpp \