Browse Source

Enabled click focus on the "code" text widget, to allow copying the text result of code compilation to clipboard

cl-refactor
Giacomo Tazzari 10 years ago
parent
commit
6a4488bf69
  1. 5
      alethzero/Main.ui

5
alethzero/Main.ui

@ -563,7 +563,7 @@
</widget>
<widget class="QTextEdit" name="code">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
<enum>Qt::ClickFocus</enum>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
@ -571,6 +571,9 @@
<property name="lineWidth">
<number>0</number>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</widget>
</item>

Loading…
Cancel
Save