mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
fdaed3c798
add QQtOSDFrame
22 lines
417 B
XML
22 lines
417 B
XML
<ui version="4.0">
|
|
<author/>
|
|
<comment/>
|
|
<exportmacro/>
|
|
<class>FramelessForm</class>
|
|
<widget class="QWidget" name="FramelessForm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
</widget>
|
|
<pixmapfunction/>
|
|
<connections/>
|
|
</ui>
|