26 lines
559 B
XML
26 lines
559 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>TitleBar</class>
|
|
<widget class="QWidget" name="TitleBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>200</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string/>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border: url(:/res/title.png);
|
|
background-color:transparent</string>
|
|
</property>
|
|
</widget>
|
|
<resources>
|
|
<include location="TouchScreen.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|