1
0
Fork 0
caffyBoot/BerrybootGUI2.0/logviewer.ui

35 lines
818 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LogViewer</class>
<widget class="QDialog" name="LogViewer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>438</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Log</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPlainTextEdit" name="textedit"/>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Hint: if you need more extensive debugging. Use the shell in tty2 (ctrl-alt-f2)</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>