⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 actionlist.ui

📁 robocuo相关资料robocuo相关资料
💻 UI
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -