Download this file
135 lines (134 with data), 4.8 kB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>InDocumentSearchWidget</class>
<widget class="QWidget" name="InDocumentSearchWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>598</width>
<height>90</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="labelSearch">
<property name="text">
<string>Search in &document:</string>
</property>
<property name="buddy">
<cstring>editSearch</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="editSearch">
<property name="maximumSize">
<size>
<width>200</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonSearchPrevious">
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Previous (F4)</span></p></body></html></string>
</property>
<property name="icon">
<iconset resource="InDocumentSearchWidget.qrc">
<normaloff>:/default/resources/SearchPrevious.png</normaloff>:/default/resources/SearchPrevious.png</iconset>
</property>
<property name="shortcut">
<string>F4</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonSearchNext">
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Next (F3)</span></p></body></html></string>
</property>
<property name="icon">
<iconset resource="InDocumentSearchWidget.qrc">
<normaloff>:/default/resources/SearchNext.png</normaloff>:/default/resources/SearchNext.png</iconset>
</property>
<property name="shortcut">
<string>F3</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="AnimatedProgressWidget" name="widgetProgress" native="true"/>
</item>
<item>
<widget class="QLabel" name="labelCurrentMatch">
<property name="text">
<string>1/10</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="checkBoxRegex">
<property name="text">
<string>Use regular expressions</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxCaseSensitive">
<property name="text">
<string>Case sensitive</string>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>AnimatedProgressWidget</class>
<extends>QWidget</extends>
<header>widgets.AnimatedProgressWidget</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="InDocumentSearchWidget.qrc"/>
</resources>
<connections/>
</ui>
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.