QtDeployer/source/CPP/about.ui

60 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-06-03 13:49:35 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>About</class>
2018-06-03 15:37:16 +03:00
<widget class="QDialog" name="About">
2018-06-03 13:49:35 +03:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
2018-06-03 15:37:16 +03:00
<height>400</height>
2018-06-03 13:49:35 +03:00
</rect>
</property>
2018-06-03 15:37:16 +03:00
<property name="minimumSize">
<size>
<width>400</width>
<height>400</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>400</height>
</size>
</property>
2018-06-03 13:49:35 +03:00
<property name="windowTitle">
2018-06-03 15:37:16 +03:00
<string>About</string>
2018-06-03 13:49:35 +03:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="logo">
<property name="minimumSize">
<size>
2018-06-03 15:37:16 +03:00
<width>0</width>
2018-06-03 13:49:35 +03:00
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
2018-06-03 15:37:16 +03:00
<width>99999</width>
2018-06-03 13:49:35 +03:00
<height>100</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="text">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>