2020-04-05 16:52:06 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AboutEntry</class>
|
|
|
|
<widget class="QWidget" name="AboutEntry">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2021-04-19 15:28:38 +00:00
|
|
|
<width>200</width>
|
|
|
|
<height>50</height>
|
2020-04-05 16:52:06 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QWidget {
|
|
|
|
background: hsl(0, 0%, 20%);
|
|
|
|
color: hsl(0, 0%, 100%);
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton,
|
|
|
|
QPushButton:default,
|
|
|
|
QPushButton:flat,
|
|
|
|
QPushButton:checked {
|
|
|
|
background: hsl(0, 0%, 25%);
|
|
|
|
border: 0;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QWidget[objectName="title"] {
|
|
|
|
color: hsl(200, 100%, 80%);
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2021-04-19 15:28:38 +00:00
|
|
|
<widget class="QLabel" name="name">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>14</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
2021-12-11 16:40:40 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QWidget {
|
|
|
|
font-family: "MS Shell Dlg 2", "MS Gothic", "Malgun Gothic";
|
|
|
|
}</string>
|
|
|
|
</property>
|
2021-04-19 15:28:38 +00:00
|
|
|
<property name="text">
|
2021-12-11 16:40:40 +00:00
|
|
|
<string notr="true">Name</string>
|
2021-04-19 15:28:38 +00:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="title">
|
2020-04-05 16:52:06 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2021-04-19 15:28:38 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2021-12-11 16:40:40 +00:00
|
|
|
<string notr="true">Title</string>
|
2020-04-05 16:52:06 +00:00
|
|
|
</property>
|
2021-04-19 15:28:38 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2020-04-05 16:52:06 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="streamfx.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|