QLPreviewControllerMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

QLPreviewControllerMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class QuickLook MBS iOS Plugin 23.3 ❌ No ❌ No ❌ No ✅ Yes iOS only
A specialized view controller for previewing an item.

A QLPreviewController can display previews for many common file types, including the following:


The list of supported common file types may change between operating system releases. In addition, you can enable previews for your own file types by implementing your own preview extension.

With editing mode, you get the PDF markup editor right into your Xojo application.

See QLPreviewViewControlMBS for desktop macOS projects.
See WinPreviewControlMBS control for Windows targets.

Editing Modes

Constant Value Description
EditingModeCreateCopy 2 Represents the mode to create a copy of the file and perform the edits on the copy.
EditingModeDisabled 0 Represents the mode to disable edit mode for the file.
EditingModeUpdateContents 1 Represents the mode to update the file directly without creating a copy.

This class has no sub classes.

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS iOS Plugin.


QDPictMBS   -   QLPreviewPanelMBS


💬 Ask a question or report a problem