Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqnxformatinfo.cpp
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qqnxformatinfo_p.h"
5
7
9{
10 // ### This is probably somewhat correct for encoding, but should be checked
11 encoders = {
17 {} },
20 {} },
23 {} },
24 };
25
26 // ### There can apparently be more codecs and demuxers installed on the system as plugins
27 // Need to find a way to determine the list at compile time or runtime
29
30 // ###
32}
33
35
QList< QImageCapture::FileFormat > imageFormats
Combined button and popup list for selecting options.