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/linboInfoBrowser.ui

48 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>linboInfoBrowser</class>
<widget class="QDialog" name="linboInfoBrowser">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>362</width>
<height>292</height>
</rect>
</property>
<property name="windowTitle">
<string>Image Info</string>
</property>
<widget class="QPushButton" name="saveButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>120</x>
<y>250</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Speichern</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="editor">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>340</width>
<height>230</height>
</rect>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
</ui>