comunicwatcher/whoamidialog.ui

26 lines
599 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WhoAmIDialog</class>
<widget class="QDialog" name="WhoAmIDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Who am I</string>
</property>
<property name="windowIcon">
<iconset resource="ressources.qrc">
<normaloff>:/logo_large.png</normaloff>:/logo_large.png</iconset>
</property>
</widget>
<resources>
<include location="ressources.qrc"/>
</resources>
<connections/>
</ui>