dndbase.ui
来自「这个是Linux的qt源代码」· UI 代码 · 共 338 行 · 第 1/5 页
UI
338 行
<height>40</height> </size> </property> <property name="maximumSize"> <size> <width>40</width> <height>40</height> </size> </property> <property name="pixmap" stdset="0"> <pixmap>image3</pixmap> </property> </widget> <spacer> <property name="name"> <cstring>Spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="ListView" row="0" column="1"> <property name="name"> <cstring>listView</cstring> </property> </widget> <widget class="IconView" row="0" column="0"> <property name="name"> <cstring>iconView</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>7</vsizetype> <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> </widget> <widget class="QTextEdit" row="1" column="0"> <property name="name"> <cstring>multiLine1</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>7</vsizetype> <horstretch>0</horstretch> <verstretch>2</verstretch> </sizepolicy> </property> </widget> <widget class="QTextEdit" row="1" column="1"> <property name="name"> <cstring>multiLine2</cstring> </property> </widget>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?