📄 selecticondlg.ui
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>SelectIconDlg</class> <widget class="QDialog" name="SelectIconDlg" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>478</width> <height>280</height> </rect> </property> <property name="sizePolicy" > <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle" > <string>Icon Selection</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <layout class="QGridLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item row="1" column="0" > <widget class="QPushButton" name="Button_AddIcon" > <property name="text" > <string>Add Custom Icon...</string> </property> </widget> </item> <item row="1" column="2" > <widget class="QPushButton" name="Button_PickIcon" > <property name="text" > <string>Pick</string> </property> </widget> </item> <item row="1" column="3" > <widget class="QPushButton" name="Button_Cancel" > <property name="text" > <string>Cancel</string> </property> </widget> </item> <item row="1" column="1" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>131</width> <height>31</height> </size> </property> </spacer> </item> <item row="0" column="0" colspan="4" > <widget class="QListWidget" name="List" > <property name="iconSize" > <size> <width>16</width> <height>16</height> </size> </property> <property name="movement" > <enum>QListView::Static</enum> </property> <property name="flow" > <enum>QListView::LeftToRight</enum> </property> <property name="isWrapping" stdset="0" > <bool>true</bool> </property> <property name="resizeMode" > <enum>QListView::Fixed</enum> </property> <property name="gridSize" > <size> <width>32</width> <height>44</height> </size> </property> <property name="viewMode" > <enum>QListView::IconMode</enum> </property> </widget> </item> </layout> </item> </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections> <connection> <sender>Button_PickIcon</sender> <signal>clicked()</signal> <receiver>SelectIconDlg</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>278</x> <y>253</y> </hint> <hint type="destinationlabel" > <x>96</x> <y>254</y> </hint> </hints> </connection> <connection> <sender>Button_Cancel</sender> <signal>clicked()</signal> <receiver>SelectIconDlg</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>369</x> <y>253</y> </hint> <hint type="destinationlabel" > <x>179</x> <y>282</y> </hint> </hints> </connection> </connections></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -