FindReplaceDialog 0 0 451 288 Find and Replace true 0 0 0 0 QFormLayout::ExpandingFieldsGrow Fi&nd text: findText Re&place with: replaceWithText Match &exact case false Match &only whole words When enabled, the search continues from the other end when it reaches one end of the page &Wrap around When set, the search goes backwards from cursor position, otherwise it goes forward Search &backwards <html><head/><body><p>When checked, the pattern to find is searched only in the current selection.</p></body></html> &Selection only <html><head/><body><p>When checked, the pattern to find is interpreted as a UNIX regular expression. See <a href="https://en.wikibooks.org/wiki/Regular_Expressions">Regular Expression in Wikibooks</a>.</p></body></html> Use regular e&xpressions 7 QLayout::SetDefaultConstraint 0 Find the next occurrence from the cursor position and in the direction set by "Search backwards" &Find Next F3 &Replace Highlight all the occurrences of the text in the page F&ind All Replace all the occurrences of the text in the page Replace &All Qt::Vertical 20 40 75 true Qt::AlignCenter QDialogButtonBox::Close|QDialogButtonBox::Help findText replaceWithText caseCheckBox wholeWordsCheckBox wrapCheckBox backwardsCheckBox selectionCheckBox regexpCheckBox findNextButton replaceButton findAllButton replaceAllButton findNextButton clicked() FindReplaceDialog findNext() 225 242 225 132 replaceButton clicked() FindReplaceDialog replace() 225 242 225 132 findAllButton clicked() FindReplaceDialog findAll() 225 242 225 132 replaceAllButton clicked() FindReplaceDialog replaceAll() 225 242 225 132 buttonBox clicked(QAbstractButton*) FindReplaceDialog buttonBox_clicked(QAbstractButton*) 225 265 225 143 updatePreview() checkInput() updateSelection(bool) matchSimilar()