📄 findwidget.ui
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>FindWidget</class> <widget class="QWidget" name="FindWidget" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>772</width> <height>27</height> </rect> </property> <property name="windowTitle" > <string>Form</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>0</number> </property> <item row="0" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QToolButton" name="toolClose" > <property name="text" > <string/> </property> <property name="icon" > <iconset resource="../resources/resources.qrc" >:/toolbar/images/cross.png</iconset> </property> <property name="autoRaise" > <bool>true</bool> </property> </widget> </item> <item> <widget class="QLineEdit" name="editFind" > <property name="sizePolicy" > <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize" > <size> <width>150</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QToolButton" name="toolPrevious" > <property name="text" > <string>Previous</string> </property> <property name="icon" > <iconset resource="../resources/resources.qrc" >:/divers/images/previous.png</iconset> </property> <property name="toolButtonStyle" > <enum>Qt::ToolButtonTextBesideIcon</enum> </property> <property name="autoRaise" > <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="toolNext" > <property name="minimumSize" > <size> <width>0</width> <height>0</height> </size> </property> <property name="text" > <string>Next</string> </property> <property name="icon" > <iconset resource="../resources/resources.qrc" >:/divers/images/next.png</iconset> </property> <property name="toolButtonStyle" > <enum>Qt::ToolButtonTextBesideIcon</enum> </property> <property name="autoRaise" > <bool>true</bool> </property> <property name="arrowType" > <enum>Qt::NoArrow</enum> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkCase" > <property name="text" > <string>Case Sensitive</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkWholeWords" > <property name="text" > <string>Whole words</string> </property> </widget> </item> <item> <widget class="QFrame" name="labelWrapped" > <property name="frameShape" > <enum>QFrame::Box</enum> </property> <property name="frameShadow" > <enum>QFrame::Raised</enum> </property> <property name="lineWidth" > <number>0</number> </property> <layout class="QGridLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>0</number> </property> <item row="0" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="label" > <property name="text" > <string/> </property> <property name="pixmap" > <pixmap resource="../resources/resources.qrc" >:/divers/images/wrap.png</pixmap> </property> </widget> </item> <item> <widget class="QLabel" name="label_2" > <property name="text" > <string>Reached end of page, continued from top</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>41</width> <height>21</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> <pixmapfunction></pixmapfunction> <resources> <include location="../resources/resources.qrc" /> </resources> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -