DYTSrouce/src/ui/DockTitleBar.ui

72 lines
1.5 KiB
Plaintext
Raw Normal View History

2025-01-04 04:12:51 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DockTitleBar</class>
<widget class="QWidget" name="DockTitleBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>213</width>
<height>40</height>
</rect>
</property>
<property name="windowTitle">
<string>DockTitleBar</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<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>
<widget class="QLabel" name="sys_title">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>612</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="sys_close">
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../Hydro.qrc"/>
</resources>
<connections/>
</ui>