Home
last modified time | relevance | path

Searched refs:fileDelegate (Results 1 – 17 of 17) sorted by relevance

/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/src-qml/test/
H A DFile.qml14 id: fileDelegate
19 delegate: fileDelegate
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/src-qml/test/
H A DFile.qml14 id: fileDelegate
19 delegate: fileDelegate
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/src-qml/test/
H A DFile.qml14 id: fileDelegate
19 delegate: fileDelegate
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/src-qml/test/
H A DFile.qml14 id: fileDelegate
19 delegate: fileDelegate
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/src-qml/test/
H A DFile.qml14 id: fileDelegate
19 delegate: fileDelegate
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/src-qml/test/
H A DFile.qml14 id: fileDelegate
19 delegate: fileDelegate
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/src-qml/test/
H A DFile.qml14 id: fileDelegate
19 delegate: fileDelegate
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/src-qml/test/
H A DFile.qml14 id: fileDelegate
19 delegate: fileDelegate
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/src-qml/test/
H A DFile.qml14 id: fileDelegate
19 delegate: fileDelegate
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/declarative/
H A Dfolderlistmodel.qml54 id: fileDelegate
59 delegate: fileDelegate
/dports/audio/kid3-kf5/kid3-3.8.6/src/qml/app/
H A DFileList.qml79 id: fileDelegate
140 color: fileDelegate.highlighted
H A DFileSelectDialog.qml221 id: fileDelegate
270 color: fileDelegate.highlighted
/dports/audio/kid3-qt5/kid3-3.8.6/src/qml/app/
H A DFileList.qml79 id: fileDelegate
140 color: fileDelegate.highlighted
H A DFileSelectDialog.qml221 id: fileDelegate
270 color: fileDelegate.highlighted
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/lib/BuildSystem/
H A DBuildSystem.cpp162 BuildSystemFileDelegate fileDelegate; member in __anon5d9fd54b0111::BuildSystemImpl
227 fileDelegate(*this), engineDelegate(*this), buildEngine(engineDelegate), in BuildSystemImpl()
280 auto description = BuildFile(filename, fileDelegate).load(); in loadDescription()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dnsfns.m1651 static id fileDelegate = nil;
1667 if (fileDelegate == nil)
1668 fileDelegate = [EmacsFileDelegate new];
1682 [panel setDelegate: fileDelegate];
/dports/editors/emacs/emacs-27.2/src/
H A Dnsfns.m1600 static id fileDelegate = nil;
1616 if (fileDelegate == nil)
1617 fileDelegate = [EmacsFileDelegate new];
1631 [panel setDelegate: fileDelegate];