ui, doc: Update Pamhyr2 debug repl.

setup.py
Pierre-Antoine Rouby 2023-09-27 16:49:00 +02:00
parent e589fcdd3d
commit dbc256be1a
3 changed files with 13 additions and 2 deletions

View File

@ -977,7 +977,7 @@ SQLiteBrowser (if installed) on current Study to explore the study
data base file.
#+NAME: debug-repl
#+ATTR_LATEX: :width 16cm
#+ATTR_LATEX: :width 12cm
#+CAPTION: Pamhyr2 debug Python REPL
[[./images/python-debug-repl.png]]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

@ -21,7 +21,13 @@
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPlainTextEdit" name="plainTextEdit"/>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="font">
<font>
<family>Monospace</family>
</font>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
@ -44,6 +50,11 @@
</item>
<item row="0" column="0">
<widget class="QTextEdit" name="textEdit">
<property name="font">
<font>
<family>Monospace</family>
</font>
</property>
<property name="readOnly">
<bool>true</bool>
</property>