Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dfilecrumblabel.cpp35 FileCrumbLabel::FileCrumbLabel(QWidget *parent) in FileCrumbLabel() function in Utils::FileCrumbLabel
53 void FileCrumbLabel::setPath(const FilePath &path) in setPath()
H A Dfilecrumblabel.h35 class QTCREATOR_UTILS_EXPORT FileCrumbLabel : public QLabel
39 FileCrumbLabel(QWidget *parent = nullptr);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dfoldernavigationwidget.h41 class FileCrumbLabel; variable
H A Dfoldernavigationwidget.cpp110 class DelayedFileCrumbLabel : public Utils::FileCrumbLabel
113 DelayedFileCrumbLabel(QWidget *parent) : Utils::FileCrumbLabel(parent) {} in DelayedFileCrumbLabel()
393 connect(m_crumbLabel, &Utils::FileCrumbLabel::pathClicked, [this](const Utils::FilePath &path) { in FolderNavigationWidget()
1008 return Utils::FileCrumbLabel::heightForWidth(w); in immediateHeightForWidth()
1016 int newHeight = Utils::FileCrumbLabel::heightForWidth(w); in heightForWidth()