summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-29 23:32:56 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-29 23:32:56 +0000
commit1e64e01b293ecd775af05816cc3d299ebadb5960 (patch)
tree59a7a062c2a36d54a90685a2577fbb7f7ab41a9a
parent91c9fda790181c701400611ae20670564872c29f (diff)
ui : convert qtextedit to qplaintextedit
-rw-r--r--src/frontend/gui/ui/sisyphus.ui65
1 files changed, 31 insertions, 34 deletions
diff --git a/src/frontend/gui/ui/sisyphus.ui b/src/frontend/gui/ui/sisyphus.ui
index 0fe6f13..fbbf889 100644
--- a/src/frontend/gui/ui/sisyphus.ui
+++ b/src/frontend/gui/ui/sisyphus.ui
@@ -256,40 +256,6 @@
</item>
</layout>
</item>
- <item row="2" column="0">
- <widget class="QTextEdit" name="progressBox">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>200</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>200</height>
- </size>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Sunken</enum>
- </property>
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOn</enum>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::TextSelectableByMouse</set>
- </property>
- <property name="placeholderText">
- <string>The progress output will be displayed here</string>
- </property>
- </widget>
- </item>
<item row="1" column="0">
<widget class="QTableView" name="databaseTable">
<property name="minimumSize">
@@ -557,6 +523,37 @@
</item>
</layout>
</item>
+ <item row="2" column="0">
+ <widget class="QPlainTextEdit" name="progressBox">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>200</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>200</height>
+ </size>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::StyledPanel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Sunken</enum>
+ </property>
+ <property name="verticalScrollBarPolicy">
+ <enum>Qt::ScrollBarAlwaysOn</enum>
+ </property>
+ <property name="textInteractionFlags">
+ <set>Qt::TextSelectableByMouse</set>
+ </property>
+ <property name="placeholderText">
+ <string>The progress output will be displayed here</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</widget>