Skip to content
Snippets Groups Projects
Commit 2b856b19 authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

make the text window editable

parent 1c772696
No related branches found
No related tags found
1 merge request!132FullSimLight to read a json configuration file - and set geometry filename,...
......@@ -37,7 +37,11 @@
</attribute>
<layout class="QGridLayout" name="gridLayout_10">
<item row="1" column="0" colspan="2">
<widget class="QTextBrowser" name="tB_view_config"/>
<widget class="QTextBrowser" name="tB_view_config">
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextEditable|Qt::TextEditorInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_3">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment