mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
61f1dae97b
press on window body and move window. support: windows \ unix \ linux \ e-linux
117 lines
2.9 KiB
XML
117 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>633</width>
|
|
<height>439</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>testbodyresizer</string>
|
|
</property>
|
|
<widget class="MainWidget" name="centralWidget">
|
|
<property name="focusPolicy">
|
|
<enum>Qt::WheelFocus</enum>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>40</y>
|
|
<width>80</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>40</y>
|
|
<width>80</width>
|
|
<height>14</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="widget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>100</y>
|
|
<width>141</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::WheelFocus</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(255, 0, 0);</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="widget_2" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>100</y>
|
|
<width>141</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="mouseTracking">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::WheelFocus</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(85, 255, 0);</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>633</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>MainWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>mainwidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|