diff options
| author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2020-01-23 11:45:07 +0100 |
|---|---|---|
| committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2020-01-27 09:05:07 +0000 |
| commit | 5fc456dd2283b2d1e6c4e6d34856052658f34cc4 (patch) | |
| tree | 7a7cd26a33014e401536a149fa47f6586b68c247 /doc/qtcreator/src/linux-mobile/linuxdev-processes.qdocinc | |
| parent | c9f90047ac701416e439f492069c1a0bb364fc08 (diff) | |
| download | qt-creator-5fc456dd2283b2d1e6c4e6d34856052658f34cc4.tar.gz | |
Doc: Rearrange files in the doc folder
Source and configuration files for each manual are now located in a
separate subdirectory, with common configuration files in doc/config.
doc
|_config
|_qtcreator
|_qtcreatordev
|_qtdesignstudio
Edit the config files accordingly.
Change-Id: Idc747a7c16e84f3e06add91234dc5fc908e64cc5
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc/qtcreator/src/linux-mobile/linuxdev-processes.qdocinc')
| -rw-r--r-- | doc/qtcreator/src/linux-mobile/linuxdev-processes.qdocinc | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/qtcreator/src/linux-mobile/linuxdev-processes.qdocinc b/doc/qtcreator/src/linux-mobile/linuxdev-processes.qdocinc new file mode 100644 index 0000000000..a8e2195e3a --- /dev/null +++ b/doc/qtcreator/src/linux-mobile/linuxdev-processes.qdocinc @@ -0,0 +1,44 @@ +/**************************************************************************** +** +** Copyright (C) 2019 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the Qt Creator documentation. +** +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Free Documentation License Usage +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of +** this file. Please review the following information to ensure +** the GNU Free Documentation License version 1.3 requirements +** will be met: https://www.gnu.org/licenses/fdl-1.3.html. +** +****************************************************************************/ + +/*! +//! [managing device processes] + + \section2 Managing Device Processes + + You can view processes running on devices and kill them. Select + \uicontrol Tools > \uicontrol Options > \uicontrol Devices > + \uicontrol Devices > \uicontrol {Show Running Processes}. + + You can filter the processes by name or ID in the + \uicontrol {List of Processes} dialog. + + To update the process list, select \uicontrol {Update List}. + + To kill a process, select it in the list, and then select \uicontrol {Kill + Process}. + +//! [managing device processes] +*/ |
