<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>qt Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/qt/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Sun, 11 Apr 2021 19:16:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>qView: a simple image viewer for Linux</title>
		<link>https://www.osradar.com/qview-a-simple-image-viewer-for-linux/</link>
					<comments>https://www.osradar.com/qview-a-simple-image-viewer-for-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 13 Apr 2021 23:15:00 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[qt]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29500</guid>

					<description><![CDATA[<p>Hello, friends. We are always looking for new tools that add even more functionality to the already very stable and powerful Linux desktop. In this post, we will tell you about qView a simple and efficient image viewer for Linux and especially the QT desktop. Introduction to qView qView is born with a clear objective [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/qview-a-simple-image-viewer-for-linux/">qView: a simple image viewer for Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. We are always looking for new tools that add even more functionality to the already very stable and powerful Linux desktop. In this post, we will tell you about qView a simple and efficient image viewer for Linux and especially the QT desktop.</p>



<h2 id="introduction-to-qview"><a href="#introduction-to-qview" name="introduction-to-qview"></a>Introduction to qView</h2>



<p><a href="https://interversehq.com/qview/" target="_blank" rel="noreferrer noopener">qView</a> is born with a clear objective to be a practical and minimalist image viewer. That is to say that we will only have the image as the central protagonist and without even a menu bar, it’s just you and the image. It is created with QT technology and is OpenSource which allows us to verify the source code of the application.</p>



<p>About this the developers say</p>



<blockquote class="wp-block-quote"><p>qView was designed from the very start to be as visually minimal and space-efficient as possible. No cluttered interface, just your image, and a title bar.</p></blockquote>



<p>This makes it a very light and easy-to-use application on our system. It has proven that its load times are quite short and the use of computer resources is quite low.</p>



<p>Despite being so light and having a minimalist graphical interface, it is not lacking in features such as r<strong>otating, flipping, zooming, opening images from a URL, recent images, from another location</strong>. All of them can be accessed by right-clicking on the main interface.</p>



<figure class="wp-block-image size-large"><img src="https://interversehq.com/qview/assets/img/screenshot2.webp" alt=""/></figure>



<p>And what about supported formats? Don’t worry about that because qView supports all common image formats including bmp, gif, jpg, png, tiff, and webp.</p>



<h2 id="install-qview-on-linux"><a href="#install-qview-on-linux" name="install-qview-on-linux"></a>Install qView on Linux</h2>



<p>The support provided by this application is great and there are many options available to install it.</p>



<p>For Ubuntu 20.04/ 18.04 as well as any distribution based on any of these versions, we have available a PPA:</p>



<pre class="wp-block-preformatted">sudo add-apt-repository ppa:jurplel/qview
sudo apt update</pre>



<p>And finally, install the application:</p>



<pre class="wp-block-preformatted">sudo apt install qview</pre>



<p>For Debian 10, we have to download a DEB file from the download site or by running</p>



<pre class="wp-block-preformatted">https://github.com/jurplel/qView/releases/download/4.0/qview_4.0-2_amd64.deb</pre>



<p>And install it by running</p>



<pre class="wp-block-preformatted">sudo apt install ./qview_4.0-2_amd64.deb</pre>



<p>Every time a new stable version is released, you will have to update the command.</p>



<p>For ArchLinux it is available from AUR.</p>



<p>For OpenSUSE you can run</p>



<pre class="wp-block-preformatted">sudo zypper in qview</pre>



<p>In the case of any RPM package based distribution, you can download the package</p>



<pre class="wp-block-preformatted">wget -c https://github.com/jurplel/qView/releases/download/4.0/qview_4.0-2_amd64.deb</pre>



<p>and install it with your distribution’s package manager.</p>



<p>Finally, you can download the <a href="https://www.osradar.com/appimagehub-the-appimage-store/" target="_blank" rel="noreferrer noopener">APPImage</a> format which is compatible with any Linux distribution. For many, it is the best way-</p>



<pre class="wp-block-preformatted">wget -c https://github.com/jurplel/qView/releases/download/4.0/qView-4.0-x86_64.AppImage</pre>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>qView is an application whose main concept is minimalism but without losing functionality. Thanks to it we have an alternative to other image viewers more complex to use.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/qview-a-simple-image-viewer-for-linux/">qView: a simple image viewer for Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/qview-a-simple-image-viewer-for-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Install QTCreator on Ubuntu 20.04 / 18.04</title>
		<link>https://www.osradar.com/install-qtcreator-on-ubuntu-20-04-18-04/</link>
					<comments>https://www.osradar.com/install-qtcreator-on-ubuntu-20-04-18-04/#comments</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 08 Sep 2020 02:22:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[qt creator]]></category>
		<category><![CDATA[qtcreator]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=12574</guid>

					<description><![CDATA[<p>Linux is perhaps the best operating system for the development of applications for its stability and price. Let&#8217;s say that many developers who start their adventure in programming, require quality applications but also free. With this in mind, Ubuntu in its repositories has many applications to develop on different platforms and with numerous language support. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-qtcreator-on-ubuntu-20-04-18-04/">Install QTCreator on Ubuntu 20.04 / 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Linux is perhaps the best operating system for the development of applications for its stability and price. Let&#8217;s say that many developers who start their adventure in programming, require quality applications but also free. With this in mind, Ubuntu in its repositories has many applications to develop on different platforms and with numerous language support. Some of them already veterans like <a href="https://www.osradar.com/install-gnu-fortran-on-ubuntu-18-04/">Fortran</a>, Java, C++; or newer ones like <a href="https://www.osradar.com/the-v-programming-language-powerfull-and-lightweight/">V</a>, Python, PHP, <a href="https://www.osradar.com/install-go-language-on-centos-7/">Go</a>, or <a href="https://www.osradar.com/install-rust-programming-language-linux/">Rust</a>. However, many of these applications require graphical components and in Linux, QT is one of the most respected. In fact, Plasma and its applications are built with Qt. With the goal of creating fabulous applications with QT, is that in this post, I will teach you how to install QTCreator in Ubuntu 20.04 / 18.04. Also, add some small configurations so you can start as soon as possible.</p>
<h2>QTCreator a perfect IDE for QT</h2>
<p><a href="https://www.qt.io/">QT</a> is a framework of libraries to make graphical user interfaces. It is thought in the beauty and uniformity of the elements, as well as in the correct execution of the same ones. Many large applications use QT, such as the Plasma desktop environment and its applications. But also, applications known as <a href="https://www.osradar.com/vlc-not-finding-chromecast-in-linux-solved/">VLC</a> use it.</p>
<p>There is no better way to take advantage of QT than by using <a href="https://www.qt.io/download">QTCreator</a>. QTCreator is a lightweight, open-source framework that integrates seamlessly with many QT developer needs. It is also designed to make <a href="https://www.osradar.com/how-to-compile-a-c-code-on-gnu-linux/">C++</a> development of the <strong>Qt application faster and easier</strong>. It has many <a href="https://wiki.qt.io/Qt_Creator">features</a> you have to look.</p>
<p>Since its conception, QTCreator does not intend to rival other IDEs like <a href="https://www.osradar.com/install-eclipse-oxygen-ide/">Eclipse</a> or <a href="https://www.osradar.com/tag/netbeans/">Netbeans</a>, but on the contrary to serve as a gateway to QT development.</p>
<p><strong>QTCreator is related to C++ development but supports other programming languages</strong> such as <a href="https://www.osradar.com/get-the-latest-python-on-linux/">Python</a> and C#.</p>
<p>So let&#8217;s start installing QTCreator on Ubuntu.</p>
<h2>Install QTCreator on Ubuntu 20.04 / 18.04</h2>
<p>Basically, there are two ways to install QTCreator on Ubuntu 20.04/ 18.04. The first is through the main distribution repositories. If we want to develop calmly sacrificing a little the new features of each version, the ideal is to choose this method.</p>
<p>So, open a terminal and run the following:</p>
<pre>:~$ sudo apt install qtcreator</pre>
<p>Of course, that is the only way to install the IDE, but if we do not install the necessary libraries and compilers, it will not do us any good. So, install them.</p>
<pre>:~$ sudo apt install build-essential</pre>
<p>If you have multiple versions of Qt, you probably want 5 to be the default QTCreator version to use. To do this, install the following package.</p>
<pre>:~$ sudo apt install qt5-default</pre>
<p>Then we can begin to develop. However, it is convenient to install the QT documentation and its examples to help the development.</p>
<pre>:~$ sudo apt install qt5-doc qt5-doc-html qtbase5-doc-html qtbase5-examples</pre>
<p>Now you can start QTCreator and start working.</p>
<p>On the contrary, if you want a more updated version of QTCreator or QT. Go to the QT website and <a href="https://www.qt.io/download" target="_blank" rel="noopener noreferrer">download</a> the online installer.</p>
<p>Once downloaded, assign it execution permission and execute it by double-clicking on it.</p>
<pre>:~$ chmod +x [file_path]</pre>
<p>Just follow the instruction and then, you will have to choose what to install.</p>
<p><figure id="attachment_12584" aria-describedby="caption-attachment-12584" style="width: 863px" class="wp-caption alignnone"><img loading="lazy" class="wp-image-12584 size-full" src="https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140.png" alt="1.- Install QTCreator on Ubuntu using the online installer" width="863" height="618" srcset="https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140.png 863w, https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140-300x215.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140-768x550.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140-696x498.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/1-2-e1562161665140-587x420.png 587w" sizes="(max-width: 863px) 100vw, 863px" /><figcaption id="caption-attachment-12584" class="wp-caption-text">1.- Install QTCreator on Ubuntu using the online installer</figcaption></figure></p>
<p>After configuring other small things like the installation location, you can start the download process.</p>
<p><figure id="attachment_12585" aria-describedby="caption-attachment-12585" style="width: 872px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-12585" src="https://www.osradar.com/wp-content/uploads/2019/07/2-2.png" alt="2.- Installing QTCreator" width="872" height="639" srcset="https://www.osradar.com/wp-content/uploads/2019/07/2-2.png 872w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-300x220.png 300w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-768x563.png 768w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-696x510.png 696w, https://www.osradar.com/wp-content/uploads/2019/07/2-2-573x420.png 573w" sizes="(max-width: 872px) 100vw, 872px" /><figcaption id="caption-attachment-12585" class="wp-caption-text">2.- Installing QTCreator</figcaption></figure></p>
<p>Finally, launch it.</p>
<h2>Conclusion</h2>
<p>QT is a great graphic library for your modern applications. But behind a great library, there is a great IDE. In this case, QTCreator is quite good and ideal for developing applications that use QT. And in this post, you have learned how to install it.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-qtcreator-on-ubuntu-20-04-18-04/">Install QTCreator on Ubuntu 20.04 / 18.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-qtcreator-on-ubuntu-20-04-18-04/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
	</channel>
</rss>
