68 lines
1.4 KiB
Text
68 lines
1.4 KiB
Text
|
<?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>
|