📄 promptreplace.ui
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>PromptReplace</class> <widget class="QDialog" name="PromptReplace" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>388</width> <height>98</height> </rect> </property> <property name="windowTitle" > <string>Confirmation</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="QVBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Found an occurence of your search term. What do you want to do?</string> </property> <property name="alignment" > <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QPushButton" name="replace" > <property name="text" > <string>&Replace</string> </property> </widget> </item> <item> <widget class="QPushButton" name="replaceAll" > <property name="text" > <string>Replace &All</string> </property> </widget> </item> <item> <widget class="QPushButton" name="findNext" > <property name="text" > <string>&Find Next</string> </property> </widget> </item> <item> <widget class="QPushButton" name="close" > <property name="text" > <string>&Close</string> </property> </widget> </item> </layout> </item> </layout> </item> </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections> <connection> <sender>close</sender> <signal>clicked()</signal> <receiver>PromptReplace</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 + -