comunicwatcher/loginwindow.ui
2020-06-12 14:36:06 +02:00

29 lines
675 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LoginWindow</class>
<widget class="QWidget" name="LoginWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>337</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>LoginWindow</string>
</property>
<property name="windowIcon">
<iconset resource="ressources.qrc">
<normaloff>:/logo_large.png</normaloff>:/logo_large.png</iconset>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
</widget>
<resources>
<include location="ressources.qrc"/>
</resources>
<connections/>
</ui>