?? findfileform.ui
<ui version="4.0" > <class>FindFileForm</class> <widget class="QWidget" name="FindFileForm" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>305</width> <height>497</height> </rect> </property> <property name="windowTitle" > <string>查找文件</string> </property> <property name="windowIcon" > <iconset/> </property> <layout class="QVBoxLayout" > <item> <widget class="QFrame" name="frame" > <property name="frameShape" > <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow" > <enum>QFrame::Raised</enum> </property> <layout class="QVBoxLayout" > <item> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QLabel" name="label" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>名為:</string> </property> </widget> </item> <item row="0" column="1" colspan="2" > <widget class="QComboBox" name="nameComboBox" > <property name="editable" > <bool>true</bool> </property> </widget> </item> <item row="1" column="0" > <widget class="QLabel" name="label_2" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>包含文本:</string> </property> </widget> </item> <item row="1" column="1" colspan="2" > <widget class="QLineEdit" name="txtLineEdit" /> </item> <item row="2" column="0" > <widget class="QLabel" name="label_3" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>查找位置:</string> </property> </widget> </item> <item row="2" column="1" > <widget class="QComboBox" name="dirComboBox" > <property name="editable" > <bool>true</bool> </property> </widget> </item> <item row="2" column="2" > <widget class="QPushButton" name="browsePushBtn" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Maximum" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>瀏覽...</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" > <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QCheckBox" name="sensitiveCheckBox" > <property name="text" > <string>區(qū)分大小寫(xiě)</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="subfolderCheckBox" > <property name="text" > <string>區(qū)分大小寫(xiě)</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" > <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="findPushBtn" > <property name="text" > <string>查找</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="stopPushBtn" > <property name="text" > <string>停止</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="closePushBtn" > <property name="text" > <string>關(guān)閉</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QLabel" name="label_4" > <property name="text" > <string>查找結(jié)果</string> </property> </widget> </item> <item> <widget class="QTableWidget" name="resultTableWidget" > <column> <property name="text" > <string>名稱(chēng)</string> </property> </column> <column> <property name="text" > <string>大小</string> </property> </column> <column> <property name="text" > <string>修改時(shí)間</string> </property> </column> <column> <property name="text" > <string>權(quán)限</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" > <item> <widget class="QLabel" name="statusLabel" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="frameShape" > <enum>QFrame::WinPanel</enum> </property> <property name="frameShadow" > <enum>QFrame::Sunken</enum> </property> <property name="text" > <string>狀態(tài)</string> </property> </widget> </item> <item> <widget class="QLabel" name="resultLabel" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <horstretch>3</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="frameShape" > <enum>QFrame::WinPanel</enum> </property> <property name="frameShadow" > <enum>QFrame::Sunken</enum> </property> <property name="text" > <string>查找結(jié)果</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="findfile.qrc" /> </resources> <connections/></ui>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -