|
|
@ -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> |
|
|
|