diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/dialog.ui | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/ui/dialog.ui b/src/ui/dialog.ui index 751067b..b278b9e 100644 --- a/src/ui/dialog.ui +++ b/src/ui/dialog.ui @@ -127,7 +127,7 @@ margin-bottom:0px;}</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_9"> <item> - <widget class="QTextBrowser" name="helpTextBrowser"> + <widget class="QTextEdit" name="helpTextBrowser"> <property name="html"> <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -135,6 +135,9 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Loading...</span></p></body></html></string> </property> + <property name="readOnly"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -159,7 +162,7 @@ p, li { white-space: pre-wrap; } </property> <layout class="QHBoxLayout" name="horizontalLayout_10"> <item> - <widget class="QTextBrowser" name="newsTextBrowser"> + <widget class="QTextEdit" name="newsTextBrowser"> <property name="html"> <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -167,6 +170,9 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Loading...</span></p></body></html></string> </property> + <property name="readOnly"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -487,7 +493,7 @@ border:1px solid #999; </layout> </item> <item row="3" column="0"> - <widget class="QTextBrowser" name="textBrowser"> + <widget class="QTextEdit" name="textBrowser"> <property name="html"> <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -495,6 +501,9 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans';">Click on an item on the left side for more information</span></p></body></html></string> </property> + <property name="readOnly"> + <bool>true</bool> + </property> </widget> </item> </layout> |