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
databaseinfo.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef DATABASEINFO_H
5#define DATABASEINFO_H
6
7#include "treewalker.h"
8#include <qstringlist.h>
9#include <qmap.h>
10
12
13class Driver;
14
16{
17public:
19
20 void acceptUI(DomUI *node) override;
21 void acceptWidget(DomWidget *node) override;
22
23 inline QStringList connections() const
24 { return m_connections; }
25
26private:
27 QStringList m_connections;
28 QMap<QString, QStringList> m_cursors;
29 QMap<QString, QStringList> m_fields;
30};
31
33
34#endif // DATABASEINFO_H
void acceptUI(DomUI *node) override
void acceptWidget(DomWidget *node) override
QStringList connections() const
Definition ui4.h:116
\inmodule QtCore
Combined button and popup list for selecting options.