gridpanel.ui
来自「奇趣公司比较新的qt/emd版本」· UI 代码 · 共 145 行
UI
145 行
<ui version="4.0" > <class>qdesigner_internal::GridPanel</class> <widget class="QWidget" name="qdesigner_internal::GridPanel" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>393</width> <height>110</height> </rect> </property> <property name="windowTitle" > <string>Form</string> </property> <layout class="QVBoxLayout" > <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="QGroupBox" name="m_gridGroupBox" > <property name="title" > <string>Grid</string> </property> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QCheckBox" name="m_visibleCheckBox" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>Visible</string> </property> </widget> </item> <item row="0" column="1" > <widget class="QLabel" name="label" > <property name="text" > <string>Grid &X</string> </property> <property name="buddy" > <cstring>m_deltaXSpinBox</cstring> </property> </widget> </item> <item row="0" column="2" > <widget class="QSpinBox" name="m_deltaXSpinBox" > <property name="minimum" > <number>2</number> </property> <property name="maximum" > <number>100</number> </property> </widget> </item> <item row="0" column="3" > <widget class="QCheckBox" name="m_snapXCheckBox" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>Snap</string> </property> </widget> </item> <item row="1" column="0" > <layout class="QHBoxLayout" > <item> <widget class="QPushButton" name="m_resetButton" > <property name="text" > <string>Reset</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item row="1" column="1" > <widget class="QLabel" name="label_2" > <property name="text" > <string>Grid &Y</string> </property> <property name="buddy" > <cstring>m_deltaYSpinBox</cstring> </property> </widget> </item> <item row="1" column="2" > <widget class="QSpinBox" name="m_deltaYSpinBox" > <property name="minimum" > <number>2</number> </property> <property name="maximum" > <number>100</number> </property> </widget> </item> <item row="1" column="3" > <widget class="QCheckBox" name="m_snapYCheckBox" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>Snap</string> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> <resources/> <connections/></ui>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?