qt_demoe/hotkey/frmhotkey.ui

32 lines
726 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>frmHotKey</class>
<widget class="QWidget" name="frmHotKey">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>全局热键示例</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>按 ctrl+x 最小化,再次按显示</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>