Denis Rouzaud 54bcaddab7 fix local variable will be copied despite being returned by name (#221)
* fix local variable will be copied despite being returned by name

error when building with clang 7

* Fix error return-std-move

std::move should not be used here because
it prevents RVO (copy elision) and it's
considered an anti-pattern.

To fix the original warning the returned
type must match the declared return
type or copy elision will not be possible
(and the warning will be triggered).

* Update ColorScheme.cpp
2018-10-15 11:30:40 +08:00
2017-07-08 23:48:18 +02:00
2017-03-06 02:02:06 +08:00
2018-08-16 21:35:10 +02:00
2014-10-21 17:39:33 +02:00
2018-05-21 19:44:20 +02:00
2015-11-22 14:44:16 +02:00
2015-11-22 14:46:53 +02:00
2018-07-06 14:45:27 +08:00

QTermWidget

Overview

A terminal emulator widget for Qt 5.

QTermWidget is an open-source project originally based on the KDE4 Konsole application, but it took its own direction later on. The main goal of this project is to provide a unicode-enabled, embeddable Qt widget for using as a built-in console (or terminal emulation widget).

It is compatible with BSD, Linux and OS X.

This project is licensed under the terms of the GPLv2 or any later version. See the LICENSE file for the full text of the license.

Installation

Compiling sources

The only runtime dependency is qtbase ≥ 5.6. In order to build CMake ≥ 3.0.2 and lxqt-build-tools >= 0.4.0 are needed as well as Git to pull translations and optionally latest VCS checkouts.

Code configuration is handled by CMake. CMake variable CMAKE_INSTALL_PREFIX will normally have to be set to /usr, depending on the way library paths are dealt with on 64bit systems variables like CMAKE_INSTALL_LIBDIR may have to be set as well.

To build run make, to install make install which accepts variable DESTDIR as usual.

Binary packages

The library is provided by all major Linux distributions like Arch Linux, Debian, Fedora and openSUSE. Just use the distributions' package managers to search for string qtermwidget.

Translation (Weblate)

Translation status
S
Description
No description provided
Readme 2.2 MiB
Languages
C++ 97.4%
C 1.6%
QMake 0.5%
QML 0.3%
CMake 0.2%