comunicwatcher/loginwindow.ui

29 lines
675 B
Plaintext
Raw Normal View History

2020-06-12 12:22:37 +00:00
<?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>
2020-06-12 12:36:06 +00:00
<width>337</width>
2020-06-12 12:22:37 +00:00
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>LoginWindow</string>
</property>
2020-06-12 12:36:06 +00:00
<property name="windowIcon">
<iconset resource="ressources.qrc">
<normaloff>:/logo_large.png</normaloff>:/logo_large.png</iconset>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
2020-06-12 12:22:37 +00:00
</widget>
2020-06-12 12:36:06 +00:00
<resources>
<include location="ressources.qrc"/>
</resources>
2020-06-12 12:22:37 +00:00
<connections/>
</ui>