AVR → TWI interface in microcontrollers AVR Atmega
I remembered a little hardcore in Hardwar with TWI interface, which takes a few years ago. Who would not say, and Assembler perfectly cleanses the brain and develops an understanding of the algorithms. The most important thing I learned while …
ReadData Transmission Technologies → DELL Networking. Basics Routing Policy (Part 1)
Corporate networks, which are typically used for multiple departments in an organization is often divided into VLANs for increased performance. Administrators can combine multiple physical switches into a single virtual network to create a more efficient use of bandwidth for …
ReadQt → Qt/C++ - Lesson 009. QTimer – How to work with timer?
QTimer example, QTimer таймер, Qt, Qt урок, QTimer
Let's talk a bit about using the QTimer class in Qt. This is a small light topic after a series of lengthy articles on QSqlTabelModel and its consequences. And then already at the very gray matter boils.
We may need …
ReadQt → Qt/C++ - Lesson 008. QDataWidgetMapper - Working with the database via a widget
QDataWidgetMapper example, qt, sql, mapper, QSqlTableModel, QDataWidgetMapper
To display the data in a widget with an arbitrary use QDataMapperWidget class. To work with this widget is still required model for presentation.
For example, QSqlTableModel or QSqlRelationalTableModel , but the data is not already substituted QTableView , and …
ReadData Transmission Technologies → DELL Networking. STP Configuring
Configuring STP for DELL switches (depending on the version of the OS switch syntax may vary slightly.)
Before making STP setting on the switch port, you must set a global preference protocol:
Readconsole(config)# spanning-tree console(config)# spanning-tree mode rstp console(config)# spanning-tree …
Qt → Qt/C++ - Lesson 006. QSqlQueryModel – Tables in Qt with SQL-query
query, qt, QSqlQueryModel, qt таблицы, qsqlquerymodel example
Using QSqlQueryModel to form tables in Qt is the most hardcore version with the lowest level of abstraction than the use QSqlTableModel or QSqlRelationalTableModel . But with all this, and the most flexible option, which requires a deeper knowledge of …
ReadQt → Qt WinAPI - Lesson 002. How to make win installer for Qt apllication?
WinAPI, Инсталлятор, InnoSetup, Windows, Qt, DLL
In the previous article we learned how to quickly collect all used in the project DLL-libraries. And now it is time to talk about how to build an installer for OS Windows. For a long time I use quite comfortable …
ReadQt → Qt WinAPI - Lesson 001. How to collect all DLL, which used in Qt project?
Qt, DLL Collector, DLLCollector, WinAPI, DLL
Sooner or later before any Qt-developer gets the necessary migration of your application on other computers, and then there is the problem of the availability of libraries on the target computer that are needed to start and run the application. …
ReadQt → Qt/C++ - Lesson 005. QSqlRelationalTableModel - The work with relational tables
QSqlRelationalTableModel example, qt, sql, sqlite, QSqlRelationalTableModel, qt таблицы
In Qt to represent table fields, which involve foreign keys to other tables database, QSqlRelationalTableModel can be used, which is a more advanced version QSqlTableModel class, which was considered in the previous article .
This class allows you to set …
ReadQt → Qt/C++ - Lesson 004. QSqlTableModel – How to present the table from database?
database, QSqlTableModel, QSqlTableModel example, qt, qt таблицы, sql, sqlite
In order to present the information in a database table we can to use the following classes:
- QSqlQueryModel - model that generates a table by defining the raw SQL-query. It may be useful in the formation of a special custom …
- Unknown akadamn
- Jan. 24, 2025, 6:14 p.m.
Qt - Test 001. Signals and slots
- Result:84points,
- Rating points4
- Unknown akadamn
- Jan. 24, 2025, 5:22 p.m.
Qt - Test 001. Signals and slots
- Result:42points,
- Rating points-8