Xlib → XUngrabKey
HotKey, linux, X11, XUngrabKey
Syntax
XUngrabKey(display, keycode, modifiers, grab_window) Display * display; int keycode; unsigned int modifiers; Window grab_window;
Arguments
Readdisplay // Specifies the connection to the X server. keycode // Specifies the KeyCode or AnyKey. modifiers // Specifies the set of keymasks or …
Qt → Qt Linux - Lesson 001. Autorun Qt application under Linux
Linux, Qt, автозапуск, autorun, Ubuntu
Let's talk about how you can add functionality in Qt application to configure startup of the application. For example, we have a settings window, and we want to make the ability to customize the dialog box Autorun application.
In contrast …
ReadQML → QML - Lesson 023. The hunt for bugs in the transmission pointer to QObject in QML
bug, Qt, pointer, JavaScriptOwnership, QML, указатель
One of the most vile and little predictable bugs are those that arise in an uncertain time. Among these include a bug that appears when the pointer is transmitted to the QObject in QML layer. The problem is that if …
ReadQt → Qt/C++ - Lesson 043. Qt Single Application - Start only one instance of application
Qt Single Application, QSharedMemory, QSystemSemaphore, QLockFile, Qt
Permission to run only one instance of the application may be necessary to limit the problems with memory leaks, or to eliminate possible problems with the competition between two instances of an application for some resources, files, SQLite database, etc. …
ReadQt → Qt and Direct3D 12 - First Encounter
D3D12, Direct3D, Qt, Qt Blog, QtD3D12Window
Translation of official news by Laszlo Agocs
The face of graphics APIs is changing. Qt Quick 2 was released in 2012 with Qt 5.0, and built on OpenGL and OpenGL ES 2.0. Changes and improvements have since been made - …
ReadQt → Notice to all Qt Cloud Services users
Cloud Services, Qt, Qt Cloud Services
Translation of official news
Over a year ago we launched Qt Cloud Services which includes Managed Runtime Services, Managed Application Runtime (MAR), Managed Database (MDB) and Engin.io. Since then, we have received extensive feedback and have seen amazing cloud applications …
ReadQt → Qt/C++ - Lesson 042. PopUp notification in the Gnome style using Qt
Gnome, всплывающее уведомление, Qt, PopUp, Уведомление
Functionality of the standard notification system tray at times can be insufficient for the implementation of ambitious pans for styling applications. We therefore consider the embodiment of pop-up messages in the style of PopUp DE Gnome notification, namely, as shown …
ReadQt → Qt WinAPI - Lesson 006. Parsing QKeySequence for RegisterHotKey in WinAPI
Qt, RegisterHotKey, горячие клавиши, HotKey, WinAPI, QKeySequence
QKeySequence very different from the sequence of hotkeys in WinAPI . QKeySequence actually is a string in which the separator hotkeys are "+" sign, as well as the sequence ", " , if several sequences. Then, as in WinAPI there …
ReadQML → QML - Lesson 022. Animation click on an item in the list Material Design style
Qt, Android, анимация, material design, QML
QML does not provide animation interactions clicks Material Design Style for Android by default, but is easily adjusted with the Rectangle primitive. Animation is to one parent, Rectangle, when clicked, you need a second child Rectangle object to stretch the …
Read- Akiv Doros
- Nov. 12, 2024, 1:58 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
- molni99
- Oct. 26, 2024, 11:37 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
- molni99
- Oct. 26, 2024, 11:29 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10