1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/examples/cmdwidget/cmdwidget.ui
2017-09-05 18:07:05 +08:00

43 lines
963 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CmdWidget</class>
<widget class="QWidget" name="CmdWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>462</width>
<height>50</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="windowTitle">
<string>CmdWidget</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="RLineEdit" name="leCmd">
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>RLineEdit</class>
<extends>QLineEdit</extends>
<header location="global">rlineedit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>