ADTF Qt5
Loading...
Searching...
No Matches
Qt5 File Explorer UI Service

Plugin Information

Plugin Filenameadtf_qt5.adtfplugin
Plugin Descriptionadtf_qt5.plugindescription
Plugin NameQt5 Plugin
LicenseADTF Subscription
Support Mailsupport@digitalwerk.net
Homepage URLhttps://adtf.dev/

Plugin Versions

Plugin Version1.99.99
Plugin File Version1.0
adtf3.24.0
adtf::ucom3.1.0

Component Information

NameQt5 File Explorer UI Service
CIDfile_explorer.ui_service.adtf.cid
DescriptionUse this UI service to display files within a file system explorer. Initial directories can be configured via the 'directories' property. Recorder directories can be added automatically by enabling the 'add_recorder_directories' property. Additional directories can be temporarily added at runtime via the 'Add...' button.
TypeService
Default Runlevelsystem

Properties

NameValueTypeDescriptionSubproperties
add_recorder_directoriestruetBoolIf set to true, all recorder directories are automatically added into the directories list, otherwise not.Value Range:
minimum =
maximum = Filename Extension Filter:
directoriescFilepathListDefines the initial directories list. Additional directories can be added at runtime via the 'Add...' button.Value Range:
minimum =
maximum = Filename Extension Filter:
titleADTF File ExplorercStringWindow title which will be used at runtime within Qt5 ADTF XSystem UI Service.Value Range:
minimum =
maximum = Filename Extension Filter:

Required Interfaces

IID
qt_xsystem.v1.services.adtf.iid

Required/Optional Interfaces

IID
player.ant.services.adtf.iid

Usage

Either configure desired directories via the service's properties or add them at runtime.
The current directory displayed in the UI can be selected via the dropdown menu.
In order to open or directly play back a file simply double-click or perform a right click on it and select the required option from the context menu.
You can open or direct play back a single file or in a bundle and loading referenced files as well.

Context menu actions:

  • Play - play this file, as well as its referenced files
  • Play only this file - play only this file, without its referenced files
  • Open - open this file, as well as its referenced files
  • Open only this file - open only this file, without its referenced files
  • Copy path - copies the selected item's absolute path into the clipboard


If the current session contains recorders, their recording directories can be added automatically.


Note
Mind that although selecting network file system directories is supported it may take longer!