51 lines
1.1 KiB
XML
51 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SWBaseControl</class>
|
|
<widget class="QWidget" name="SWBaseControl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>255</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background:black;
|
|
color:rgb( 234, 234, 234 ); </string>
|
|
</property>
|
|
<widget class="QLabel" name="_headerLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>42</y>
|
|
<width>795</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Valley Grrrl NF</family>
|
|
<pointsize>14</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">padding-top: 2px;
|
|
border: 2px solid gray;
|
|
border-radius: 3px;
|
|
border-color: rgb( 66,66,66 );
|
|
background:rgb(44,44,44);
|
|
color: rgb( 181, 181, 181 );</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>HeaderLabel</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|