Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
c7514192
Commit
c7514192
authored
15 years ago
by
Leena Miettinen
Committed by
Oswald Buddenhagen
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update the Adding Plugins topic (now Adding Qt Creator Plugins) according to review comments.
parent
94355ea0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/qtcreator.qdoc
+9
-13
9 additions, 13 deletions
doc/qtcreator.qdoc
with
9 additions
and
13 deletions
doc/qtcreator.qdoc
+
9
−
13
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
\nextpage creator-tips.html
\title Adding Plugins
\title 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment