aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/widgets/creator-faq-qtdesigner.qdocinc
blob: 93ed060e4ad84b54c6f47200e6e157f518d0eb53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
//! [qt designer faq]

    \section1 Qt Designer Integration Questions

    \b {Why are custom widgets not loaded in the \uicontrol Design mode even though
     it works in standalone \QD?}

    \QD fetches plugins from standard locations and loads the plugins
    that match its build key. The locations are different for standalone and
    integrated \QD.

    For more information, see \l{Adding Qt Designer Plugins}.

//! [qt designer faq]
*/