This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
modern-linbo-gui/forms/linboConsole.ui

68 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>linboConsole</class>
<widget class="QDialog" name="linboConsole">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>382</width>
<height>382</height>
</rect>
</property>
<property name="windowTitle">
<string>Console</string>
</property>
<widget class="QLabel" name="textLabel1">
<property name="geometry">
<rect>
<x>10</x>
<y>300</y>
<width>161</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Befehl eingeben:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QLineEdit" name="input">
<property name="geometry">
<rect>
<x>10</x>
<y>340</y>
<width>361</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>DejaVu Sans</family>
</font>
</property>
</widget>
<widget class="QTextBrowser" name="output">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>361</width>
<height>291</height>
</rect>
</property>
<property name="font">
<font>
<family>DejaVu Sans</family>
</font>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
</ui>