Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c7514192
Commit
c7514192
authored
Mar 01, 2010
by
Leena Miettinen
Committed by
Oswald Buddenhagen
Mar 12, 2010
Browse files
Update the Adding Plugins topic (now Adding Qt Creator Plugins) according to review comments.
parent
94355ea0
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
c7514192
...
...
@@ -58,7 +58,7 @@
\
endlist
\
o
\
l
{
Debugging
}
\
o
\
l
{
Using
Version
Control
Systems
}
\
o
\
l
{
Adding
Plugins
}
\
o
\
l
{
Adding
Qt
Designer
Plugins
}
\
o
\
l
{
Tips
and
Tricks
}
\
o
\
l
{
Keyboard
Shortcuts
}
\
o
\
l
{
Known
Issues
}
...
...
@@ -3002,23 +3002,20 @@
\page adding-plugins.html
\n
extpage creator-tips.html
\t
itle Adding Plugins
\t
itle Adding
Qt Designer
Plugins
You can use Qt APIs to create plugins that extend Qt applications.
For
example, you can use plugins
to add your own widgets to Qt Designer.
You can use Qt APIs to create plugins that extend Qt applications.
This allows you
to add your own widgets to Qt Designer.
The most flexible way to include a plugin with an application is to compile it
into a dynamic library that is shipped separately, and detected and loaded at runtime.
In theory, you could also create plugins to extend Qt Creator functionality,
but you do not usually need to do so.
The applications can detect plugins that are stored in the standard plugin
subdirectories. To see a list of plugins loaded to Qt Creator, choose
\gui{Help > About Plugins}.
For more information on how to create and locate plugins and to
subdirectories. For more information on how to create and locate plugins and to
change the default plugin path, see \l{How to Create Qt Plugins}.
For more information about how to create plugins for Qt Designer, see
\l{Creating and Using Components for Qt Designer}.
\section1 Locating Qt Designer Plugins
Qt Designer fetches plugins from the standard locations and loads the plugins
...
...
@@ -3036,8 +3033,7 @@
\c {%SDK%\qt\plugins\designer}. To check which plugins were loaded successfully and which
failed, choose \gui{Help > About Plugins}.
For more information about how to create Qt Designer plugins, see
\l{Creating and Using Components for Qt Designer}.
\section1 Matching Build Keys
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment