Searched refs:text (Results 1 – 25 of 34) sorted by relevance
12
145 emit patternConfirmed( editQuickFind_->text(), isIgnoreCase() ); in doSearchForward()158 emit patternConfirmed( editQuickFind_->text(), isIgnoreCase() ); in doSearchBackward()165 emit patternConfirmed( editQuickFind_->text(), isIgnoreCase() ); in returnHandler()190 emit patternUpdated( editQuickFind_->text(), isIgnoreCase() ); in textChanged()197 const QString &text, const QString &icon) in setupToolButton() argument201 toolButton->setText(text); in setupToolButton()
36 void SavedSearches::addRecent( const QString& text ) in addRecent() argument39 if ( text.isEmpty() ) in addRecent()43 savedSearches_.removeAll( text ); in addRecent()46 savedSearches_.push_front( text ); in addRecent()
35 void RecentFiles::addRecent( const QString& text ) in addRecent() argument45 recentFiles_.removeAll( text ); in addRecent()48 recentFiles_.push_front( text ); in addRecent()
145 QString text; in getSelectedText() local148 text = logData->getLineString( selectedLine_ ); in getSelectedText()151 text = logData->getExpandedLineString( selectedPartial_.line ). in getSelectedText()158 text = list.join( "\n" ); in getSelectedText()161 return text; in getSelectedText()
172 const char character = (keyEvent->text())[0].toLatin1(); in keyPressEvent()507 if ( ! searchInfoLine->text().isEmpty() ) { in fileChangedHandler()581 QString text = searchLineEdit->currentText(); in addToSearch() local583 if ( text.isEmpty() ) in addToSearch()584 text = string; in addToSearch()587 text += ( '|' + QRegularExpression::escape( string ) ); in addToSearch()590 searchLineEdit->setEditText( text ); in addToSearch()930 const QString text = searchLineEdit->lineEdit()->text(); in updateSearchCombo() local934 searchLineEdit->lineEdit()->setText( text ); in updateSearchCombo()940 QString text; in printSearchInfoMessage() local[all …]
36 void addRecent( const QString& text );
38 void addRecent( const QString& text );
92 QToolButton* setupToolButton(const QString &text, const QString &icon);
6 - Improved savable search text15 - Keep colours (partially) of selected text
10 MimeType=text/plain;
15 TestTimer(const std::string& text) in TestTimer()17 , text_ {text} {}
205 const QString text = QString::fromUtf8( u8"DOM JUAN\n\ in generateDataFiles() local225 file_utf16le.write( codec_utf16le->fromUnicode( text ) ); in generateDataFiles()235 file_utf16be.write( codec_utf16be->fromUnicode( text ) ); in generateDataFiles()