diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 114a878c64ce6f8223cfd22d76a20eb16d177e5e (patch) | |
tree | acaf47eb0fa12142d3896416a69e74cbf5a72242 /doc/kdevelop/app-uimodes-examples.docbook | |
download | tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.tar.gz tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kdevelop/app-uimodes-examples.docbook')
-rw-r--r-- | doc/kdevelop/app-uimodes-examples.docbook | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/doc/kdevelop/app-uimodes-examples.docbook b/doc/kdevelop/app-uimodes-examples.docbook new file mode 100644 index 00000000..24b93c61 --- /dev/null +++ b/doc/kdevelop/app-uimodes-examples.docbook @@ -0,0 +1,125 @@ +<appendix id="app-uimodes-examples"> +<title>&kdevelop; User Interface Mode Examples</title> + +<sect1 id="ideal-desc"> +<title>IDEAl Mode</title> + +<para> +Click <link linkend="uimodes-survey">here</link> to return to the modes overview. +</para> + +<screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="kdevelop-ideal-mode.png" format="PNG"/> + </imageobject> + <textobject><phrase>Screenshot</phrase></textobject> + <caption><para>&kdevelop; IDEAl mode</para></caption> + </mediaobject> +</screenshot> + +<para> +Click <link linkend="uimodes-survey">here</link> to return to the modes overview. +</para> + +<screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="kdevelop-ideal-mode-0.png" format="PNG"/> + </imageobject> + <textobject><phrase>Screenshot</phrase></textobject> + <caption><para>&kdevelop; IDEAl mode, closed tabs</para></caption> + </mediaobject> +</screenshot> + +<para> +This example screenshot demonstrates one of the main virtues of IDEAl mode. There is a maximum workspace available. Yet any tool view is readily available by clicking on the according tab. +</para> +<para> +You will most probably need some time to get accustomed to the icons in the tab bar. If you got lost, just position the mouse over a tab and wait a few seconds. A short tool tip description will pop up. In this screenshot the <quote>Automake Manager</quote> tool tip is shown as an example. It describes the lower tab in the right tab bar. +</para> + +<para> +Click <link linkend="uimodes-survey">here</link> to return to the modes overview. +</para> + +</sect1> <!-- ideal-desc --> + +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + +<sect1 id="mdi-desc"> +<title>Child Frame Windows Mode</title> + +<para> +Click <link linkend="uimodes-survey">here</link> to return to the modes overview. +</para> + +<screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="kdevelop-mdi-mode.png" format="PNG"/> + </imageobject> + <textobject><phrase>Screenshot</phrase></textobject> + <caption><para>&kdevelop; child frame windows mode</para></caption> + </mediaobject> +</screenshot> + +<para> +Click <link linkend="uimodes-survey">here</link> to return to the modes overview. +</para> + +</sect1> <!-- mdi-desc --> + +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + +<sect1 id="tabbed-desc"> +<title>Tabbed Pages Mode</title> + +<para> +Click <link linkend="uimodes-survey">here</link> to return to the modes overview. +</para> + +<screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="kdevelop-tabbed-mode.png" format="PNG"/> + </imageobject> + <textobject><phrase>Screenshot</phrase></textobject> + <caption><para>&kdevelop; tabbed pages mode</para></caption> + </mediaobject> +</screenshot> + +<para> +Click <link linkend="uimodes-survey">here</link> to return to the modes overview. +</para> + +</sect1> <!-- tabbed-desc --> + +<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> + +<sect1 id="toplevel-desc"> +<title>Toplevel Windows Mode</title> + +<para> +Click <link linkend="uimodes-survey">here</link> to return to the modes overview. +</para> + +<screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="kdevelop-toplevel-mode.png" format="PNG"/> + </imageobject> + <textobject><phrase>Screenshot</phrase></textobject> + <caption><para>&kdevelop; toplevel windows mode</para></caption> + </mediaobject> +</screenshot> + +<para> +Click <link linkend="uimodes-survey">here</link> to return to the modes overview. +</para> + +</sect1> <!-- toplevel-desc --> + +</appendix> <!-- app-uimodes-examples --> + +<!-- ====================================================================== --> |