prefcolorlayout.ui
来自「This a source insight software in Linux.」· UI 代码 · 共 70 行
UI
70 行
<!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 + =
减小字号Ctrl + -
显示快捷键?