actionlist.ui

来自「robocuo相关资料robocuo相关资料」· UI 代码 · 共 56 行

UI
56
字号
<ui version="4.0" > <class>ActionList</class> <widget class="QDialog" name="ActionList" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>150</width>    <height>190</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="windowTitle" >   <string>Action List</string>  </property>  <property name="windowIcon" >   <iconset resource="resources.qrc" >:/icons/icons/list.png</iconset>  </property>  <property name="modal" >   <bool>true</bool>  </property>  <widget class="QListWidget" name="list" >   <property name="geometry" >    <rect>     <x>10</x>     <y>30</y>     <width>131</width>     <height>151</height>    </rect>   </property>  </widget>  <widget class="QLabel" name="label" >   <property name="geometry" >    <rect>     <x>10</x>     <y>7</y>     <width>91</width>     <height>16</height>    </rect>   </property>   <property name="text" >    <string>Select an action</string>   </property>  </widget> </widget> <resources>  <include location="resources.qrc" /> </resources> <connections/></ui>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?