Home
last modified time | relevance | path

Searched refs:pathFromIndex (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Utils/Widgets/
H A DCompleter.cpp74 QString Completer::pathFromIndex(const QModelIndex& index) const in pathFromIndex() function in Completer
78 return QCompleter::pathFromIndex(index); in pathFromIndex()
84 return QCompleter::pathFromIndex(index); in pathFromIndex()
94 QString completed = QCompleter::pathFromIndex(index); in pathFromIndex()
H A DCompleter.h48 QString pathFromIndex(const QModelIndex& index) const override;
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vwidgets/
H A Dvlineedit.cpp47 virtual QString pathFromIndex(const QModelIndex& index) const override;
62 QString MultiSelectCompleter::pathFromIndex(const QModelIndex& index) const in pathFromIndex() function in MultiSelectCompleter
64 QString path = QCompleter::pathFromIndex(index); in pathFromIndex()
/dports/graphics/phototonic/phototonic-2.1/
H A DDirCompleter.cpp29 QString DirCompleter::pathFromIndex(const QModelIndex &index) const { in pathFromIndex() function in DirCompleter
30 return QCompleter::pathFromIndex(index) + "/"; in pathFromIndex()
H A DDirCompleter.h29 QString pathFromIndex(const QModelIndex &index) const;
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/tools/treemodelcompleter/
H A Dtreemodelcompleter.cpp82 QString TreeModelCompleter::pathFromIndex(const QModelIndex &index) const in pathFromIndex() function in TreeModelCompleter
85 return QCompleter::pathFromIndex(index); in pathFromIndex()
H A Dtreemodelcompleter.h62 QString pathFromIndex(const QModelIndex &index) const;
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/treemodelcompleter/
H A Dtreemodelcompleter.cpp82 QString TreeModelCompleter::pathFromIndex(const QModelIndex &index) const in pathFromIndex() function in TreeModelCompleter
85 return QCompleter::pathFromIndex(index); in pathFromIndex()
H A Dtreemodelcompleter.h62 QString pathFromIndex(const QModelIndex &index) const;
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/tools/treemodelcompleter/
H A Dtreemodelcompleter.cpp88 QString TreeModelCompleter::pathFromIndex(const QModelIndex &index) const in pathFromIndex() function in TreeModelCompleter
91 return QCompleter::pathFromIndex(index); in pathFromIndex()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/project/
H A Dprojectitemlineedit.cpp42 QString pathFromIndex(const QModelIndex& index) const override;
79 QString ProjectItemCompleter::pathFromIndex(const QModelIndex& index) const in pathFromIndex() function in ProjectItemCompleter
84 …return KDevelop::joinWithEscaping(removeProjectBasePath( mModel->pathFromIndex(index), mBase ), se… in pathFromIndex()
213 setText(KDevelop::joinWithEscaping(model->pathFromIndex(idx), sep, escape)); in selectItemDialog()
/dports/devel/cmake-gui/cmake-3.22.1/Source/QtDialog/
H A DQCMakeWidgets.cxx154 QString QCMakeFileCompleter::pathFromIndex(const QModelIndex& idx) const in pathFromIndex() function in QCMakeFileCompleter
156 return QDir::fromNativeSeparators(QCompleter::pathFromIndex(idx)); in pathFromIndex()
/dports/devel/cmake-doc/cmake-3.22.1/Source/QtDialog/
H A DQCMakeWidgets.cxx154 QString QCMakeFileCompleter::pathFromIndex(const QModelIndex& idx) const in pathFromIndex() function in QCMakeFileCompleter
156 return QDir::fromNativeSeparators(QCompleter::pathFromIndex(idx)); in pathFromIndex()
/dports/devel/cmake/cmake-3.22.1/Source/QtDialog/
H A DQCMakeWidgets.cxx154 QString QCMakeFileCompleter::pathFromIndex(const QModelIndex& idx) const in pathFromIndex() function in QCMakeFileCompleter
156 return QDir::fromNativeSeparators(QCompleter::pathFromIndex(idx)); in pathFromIndex()
/dports/x11-fm/qtfm/qtfm-6.2.1/libfm/
H A Dcompleter.h12 QString pathFromIndex(const QModelIndex& index) const;
/dports/games/anki/anki-2.1.16/aqt/
H A Dtagedit.py106 def pathFromIndex(self, idx): member in TagCompleter
109 ret = QCompleter.pathFromIndex(self, idx)
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dscriptcompleter.h40 QString pathFromIndex(const QModelIndex &index) const override;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/dialogs/
H A Dqfscompleter_p.h73 QString pathFromIndex(const QModelIndex &index) const;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/dialogs/
H A Dqfscompleter_p.h74 QString pathFromIndex(const QModelIndex &index) const override;
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/dialogs/
H A Dqfscompleter_p.h74 QString pathFromIndex(const QModelIndex &index) const override;
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/dialogs/
H A Dqfscompleter_p.h74 QString pathFromIndex(const QModelIndex &index) const override;
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/dialogs/
H A Dqfscompleter_p.h74 QString pathFromIndex(const QModelIndex &index) const override;
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/dialogs/
H A Dqfscompleter_p.h74 QString pathFromIndex(const QModelIndex &index) const override;
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/dialogs/
H A Dqfscompleter_p.h74 QString pathFromIndex(const QModelIndex &index) const override;
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/dialogs/
H A Dqfscompleter_p.h74 QString pathFromIndex(const QModelIndex &index) const override;

1234567