Android → Android. Java vs Qt QML - Tutorial 004. Creating a menu in the Action Bar from the submenu
So, we continue to implement the same functionality in applications for Android from two fundamentally different worlds. Namely on traditional Java and less widespread Qt QML C ++.
This time we implement the menu in ActionBar Activation. I note that …
ReadAndroid → Android. Java vs Qt QML - Tutorial 003. Console messages and Toast pop-up messages
Android, Toast, QML, log, Qt, JAVA, console
In the previous article , two buttons were created, which were responsible for changing the text in the text field. And now let's consider the option when we need to output information to the console about the button presses, or …
ReadDjango → Django - Tutorial 033. Passing the argument list to the order_by method to sort the QuerySet
To improve the usability of article sections, we sorted articles by date, title, and number of views. In addition, the ability to find information on articles of the section has been added. This feature is implemented through several checkboxes that …
ReadAndroid → Android. Java vs Qt QML - Tutorial 002. Handling of button clicks
Qt, Android, JAVA, button, QML
After we got acquainted with Hello World from the Java world and Qt QML under Android, I suggest writing an application that will have two buttons and by clicking on these buttons it will change the text in a small …
ReadQt → Qt/C++ - Tutorial 075. Improving the syntax of signals and slots in Qt 5.7 and above for overloaded signals and slots
In Qt, different classes have a number of signals and slots that have overloads, so that the connection recording looks simply monstrous, when static_cast is required to specify a particular signal or slot.
So, in Qt, there is a functional …
ReadPython → Python 3 - Tutorial 003. Basic Syntax
The Python language has many similarities to Perl, C, and Java. However, there are some definite differences between the languages.
First Python Program
Let us execute the programs in different modes of programming.
Interactive Mode Programming
Invoking the interpreter without …
ReadAndroid → Android. Java vs Qt QML - Tutorial 001. Hello World
Curiosity sake decided to compare the two options for writing applications for Android. Once upon a time, I began to work on programming for Android on Java, but over time I switched to developing Desktop applications on Qt QML. But …
ReadPython → Python 3 - Tutorial 002. Environment Setup
Python 3 is available for Windows, Mac OS and most versions of the Linux operating system.
Local Environment Setup
Open a terminal window and type "python" to find out if it is already installed and which version is installed.
Getting …
ReadC++ → Cooking lambda functions in C ++ - Part 1
My favorite tool in C ++ is lambda functions, although somehow they told me that they seem scary. In fact they are lovely. They greatly simplify the writing of programs and allow you to make quite interesting decisions.
But before …
ReadPython → Python 3 - Tutorial 001. Introduce
Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL). Python is named after …
Read- Unknown akadamn
- Jan. 24, 2025, 7:14 a.m.
Qt - Test 001. Signals and slots
- Result:84points,
- Rating points4
- Unknown akadamn
- Jan. 24, 2025, 6:22 a.m.
Qt - Test 001. Signals and slots
- Result:42points,
- Rating points-8