Files
pilotclient/blackd/blackd.ui
Roland Winklmeier 584251e0a8 Initial commit
2013-02-15 18:50:17 +01:00

34 lines
700 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BlackD</class>
<widget class="QDialog" name="BlackD">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPlainTextEdit" name="logginView">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>381</width>
<height>281</height>
</rect>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>