Home
last modified time | relevance | path

Searched refs:strippedName (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dmainwindow.h
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.h152 QString strippedName( const QString& fullFileName ) const;
H A Dmainwindow.cpp203 mainTabWidget_.addTab( crawler_widget, strippedName( file_name ) ); in reloadSession()
853 crawler_widget, strippedName( fileName ) ); in loadFile()
877 QString MainWindow::strippedName( const QString& fullFileName ) const in strippedName() function in MainWindow
896 shownName = strippedName( file_name ); in updateTitleBar()
914 QString text = tr("&%1 %2").arg(j + 1).arg(strippedName(recent_files[j])); in updateRecentFileActions()