Create mobile apps with Qt Creator
Extensible
The UI controls mentioned above were useful as a solid base that I could easily customize. All I was missing was a date and time picker in the style of Google Material. I programmed that within a few hours, and it is now available to the general public via the GitHub repository. I also found buttons, but not floating action buttons (FABs), which modern apps that use a Google Material style would need. Listing 1 shows the code to make a FAB from a button. Calling a FAB in the main program is then quite simple. Listing 2 shows you how.
Listing 1
Floating action button (FAB)
Listing 2
Calling the FAB
Navigation, Data, and Structure
The major navigation elements are all used in the conference app. The Drawer
navigation control with the hamburger menu (Figure 2) allows access to all areas of the program. A navigation bar at the bottom helps a user reach the main targets quickly.
The conference schedule uses the SwipeView
and TabBar
elements, which users can use to switch between the days of the conference using swipe gestures or tabs. The StackView
element lets users climb up through the different levels and view contextual details (Figure 3) relating to, for example, sessions, details, speakers, talks, and venues.
Developers can easily combine all these navigation elements; thus, even very complex apps are no problem for Qt. Because components and loaders dynamically generate the controls and pages, memory usage remains manageable, and the app remains fast as a whole.
The application pushes data into the filesystem in the usual way in the form of JSON files or stores them permanently in a SQLite database. Listing 3 contains the code for saving a list as a JSON array, and Figure 4 shows a typical application structure.
Listing 3
Save a list as a JSON array
Conclusion
Following the release of version 5.7 and thanks to Qt Quick Controls 2, Qt is now an excellent choice for developing visually appealing, high-performance mobile apps. The advantage is that you need only one codebase for all platforms.
It can be somewhat difficult to find the appropriate pages in the documentation, because Qt is not just available for mobile devices, but also for desktop and embedded devices. The blog [7] gives developers a little assistance in this matter.
Qt is open source, but also available with a commercial license. Independent developers and start-ups need a license, which you can secure from $79 (EUR72) per month, because, unfortunately, the LGPL is not suitable for apps in Apple's App Store. If you have any questions about the licenses, your best bet is to watch the video [8] that discusses the legal situation in more detail.
Infos
- Qt Widgets: https://doc.qt.io/qt-5/qtwidgets-index.html
- Qt Quick: https://www.qt.io/qt-quick/
- Qt Quick Controls 2: http://doc.qt.io/qt-5/qtquickcontrols2-index.html
- Qt Creator: https://www.qt.io/ide/
- QtCon website: https://qtcon.org
- QtCon Conference App on Github: https://github.com/ekke/c2gQtCon_x
- Blog on mobile apps with Qt: http://j.mp/qt-x
- Qt video on licensing issues: https://www.youtube.com/watch?v=lSYDWnsfWUk
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Gnome Fans Everywhere Rejoice for the Latest Release
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.