📄 findtextdialog.ui
字号:
<ui version="4.0" > <class>FindTextDialog</class> <widget class="QDialog" name="FindTextDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>352</width> <height>234</height> </rect> </property> <property name="windowTitle" > <string>Find</string> </property> <layout class="QVBoxLayout" name="verticalLayout" > <item> <layout class="QFormLayout" name="formLayout" > <item row="0" column="0" > <widget class="QLabel" name="label" > <property name="text" > <string>Pattern</string> </property> </widget> </item> <item row="0" column="1" > <widget class="QComboBox" name="patternCombo_" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="editable" > <bool>true</bool> </property> </widget> </item> <item row="1" column="1" > <widget class="QCheckBox" name="regExpCheck_" > <property name="text" > <string>Regular Expression</string> </property> </widget> </item> <item row="2" column="1" > <widget class="QCheckBox" name="caseSensitiveCheck_" > <property name="text" > <string>Case Sensitive</string> </property> </widget> </item> <item row="3" column="1" > <widget class="QCheckBox" name="wholeWordsCheck_" > <property name="text" > <string>Whole Words Only</string> </property> </widget> </item> <item row="4" column="1" > <widget class="QCheckBox" name="wrapCheck_" > <property name="text" > <string>Wrap Search</string> </property> </widget> </item> <item row="5" column="1" > <widget class="QCheckBox" name="backwardsCheck_" > <property name="text" > <string>Search Backwards</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout" > <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>FindTextDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>341</x> <y>223</y> </hint> <hint type="destinationlabel" > <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>FindTextDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>341</x> <y>223</y> </hint> <hint type="destinationlabel" > <x>286</x> <y>274</y> </hint> </hints> </connection> </connections></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -