Commit dbc256be authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ui, doc: Update Pamhyr2 debug repl.

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

60.4 KB | W: | H:

doc/dev/images/python-debug-repl.png

74.3 KB | W: | H:

doc/dev/images/python-debug-repl.png
doc/dev/images/python-debug-repl.png
doc/dev/images/python-debug-repl.png
doc/dev/images/python-debug-repl.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -21,7 +21,13 @@ ...@@ -21,7 +21,13 @@
<item row="1" column="0"> <item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<item> <item>
<widget class="QPlainTextEdit" name="plainTextEdit"/> <widget class="QPlainTextEdit" name="plainTextEdit">
<property name="font">
<font>
<family>Monospace</family>
</font>
</property>
</widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="pushButton"> <widget class="QPushButton" name="pushButton">
...@@ -44,6 +50,11 @@ ...@@ -44,6 +50,11 @@
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QTextEdit" name="textEdit"> <widget class="QTextEdit" name="textEdit">
<property name="font">
<font>
<family>Monospace</family>
</font>
</property>
<property name="readOnly"> <property name="readOnly">
<bool>true</bool> <bool>true</bool>
</property> </property>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment