forked from qt-creator/qt-creator
Presentation mode can be entered by passing -presentationMode when starting Qt Creator. It displays a popup with the keyboard shortcut of the commands that are triggered. Great for the DevDays;-) Change-Id: I897966aab491f98e2a5abc4433c40b04e2a8db57 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Liang Qi <liang.qi@nokia.com>
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
<plugin name=\"Core\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\">
|
|
<vendor>Nokia Corporation</vendor>
|
|
<copyright>(C) 2011 Nokia Corporation</copyright>
|
|
<license>
|
|
Commercial Usage
|
|
|
|
Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
|
|
|
|
GNU Lesser General Public License Usage
|
|
|
|
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License version 2.1 requirements will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
|
</license>
|
|
<category>Qt Creator</category>
|
|
<description>The core plugin for the Qt IDE.</description>
|
|
<url>http://qt.nokia.com</url>
|
|
<argumentList>
|
|
<argument name=\"-color\" parameter=\"color\">Override selected UI color</argument>
|
|
<argument name=\"-presentationMode\">Enable presentation mode with pop-ups for key combos</argument>
|
|
</argumentList>
|
|
</plugin>
|