📄 prefcolorlayout.ui
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>PrefColorLayout</class><widget class="QWidget"> <property name="name"> <cstring>PrefColorLayout</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>350</width> <height>210</height> </rect> </property> <property name="caption"> <string>Form4</string> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QListView"> <column> <property name="text"> <string>GUI Element</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Colour</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>false</bool> </property> </column> <property name="name"> <cstring>m_pList</cstring> </property> </widget> </hbox></widget><connections> <connection> <sender>m_pList</sender> <signal>doubleClicked(QListViewItem*)</signal> <receiver>PrefColorLayout</receiver> <slot>slotItemSelected(QListViewItem*)</slot> </connection> <connection> <sender>m_pList</sender> <signal>returnPressed(QListViewItem*)</signal> <receiver>PrefColorLayout</receiver> <slot>slotItemSelected(QListViewItem*)</slot> </connection></connections><slots> <slot access="protected">slotItemSelected(QListViewItem*)</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -