Evgenii Legotckoi
Evgenii LegotckoiAug. 13, 2015, 1:29 p.m.

QtQt/C++ - Lesson 003. QSettings - How to save application settings?

QSettings, QSettings example, QSettings пример, qt, Настройки, сохранение настроек

Saving application settings - this is one of the first things that beginners learn when working with the Qt framework. For this purpose QSettings class that allows you to save the settings or operating system registry or a text file. …

Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 12, 2015, 12:27 p.m.

QtQt/C++ - Lesson 002. QSystemTrayIcon - How to minimize the application to the system tray?

QSystemTrayIcon, Tray, qt, трей

Similar article on PyQt5/Python

Today will discuss the way to turn off the application, the Qt framework, written in, the operating system tray using QSystemTrayIcon class. This function is very useful for applications that need to run in the background …

Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 11, 2015, 12:12 p.m.

Data Transmission TechnologiesDELL Networking. VLAN Configuring

DELL, vlan, voice vlan

Configuring VLAN for DELL switches (depending on the version of the OS switch syntax may vary slightly.

Before you configure the VLAN on the switch interfaces, you must make the switch in the VLAN database and create a VLAN interface: …

Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 10, 2015, 11:59 a.m.

Data Transmission TechnologiesDELL Networking. MLAG Protocol

LACP, DELL, MLAG

Campus Switching Architecture

Dell switches networking N-series are based on a modern architecture of campus networks

  1. Support loop redundancy without the use of STP by using MLAG protocol to create increased access to resources and high bandwidth.
  2. Smooth interoperability with …
Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 10, 2015, midnight

QtQt/C++ - Lesson 001. QLineEdit IP Address

ip адрес, lineedit, ip address, qtcreator, QLineEdit IP Address, qt, QLineEdit example, qlineedit

Available similar articles in Qt/QML and PyQt5/Python

When you will develop network applications, you may need to create form for input ip-address, but the use of a simple method setInputMask("000.000.000.000;_"); of QLineEdit does not provide the proper result as this …

Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 9, 2015, 11:52 a.m.

Data Transmission TechnologiesDELL Networking. CLI (Command Line Interface)

EXEC Mode, CLI, DELL

For example, DELL PowerConnect 3524

You can control the device directly via the terminal port or via a Telnet connection. If access is via a Telnet connection, ensure that the device specific IP-address, which will be used by the workstation …

Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 8, 2015, 4:49 a.m.

Data Transmission TechnologiesSDH - Synchronous Digital Hierarchy (Part 2)

GFP, PDH, LCAS, VCAT, Sonet, SDH-NG, SDH

Compensation of frequency synchronization error

The pointer can not only fulfill a fixed phase shift and mismatch clock multiplexer clocked device, from which the user data is received. To compensate for this effect, the index value is periodically incremented or …

Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 7, 2015, 4:39 a.m.

Data Transmission TechnologiesSDH - Synchronous Digital Hierarchy (Part 1)

PDH, STM1, Терминальный мультиплексор, Sonet, Мультиплексор ввода-вывода, SDH

Specific technologies PDH deficiencies have been addressed and overcome technology developers synchronous optical networks (Synchronous Optical NET, SONET), the first version of the standard which appeared in 1984. It was then standardized Committee of T-1 ANSI Institute. As a result …

Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 6, 2015, 4:28 a.m.

Data Transmission TechnologiesPDH - plesiochronous digital hierarchy

мультиплексор, T1, E1, PDH, бит-стаффинг

PDH technology was developed in the late 60s by AT & T to address the problem of large communication switches, telephone networks among themselves. Communication links the FDM, applied previously to solve this problem, have exhausted their opportunities in terms …

Read
Evgenii Legotckoi
Evgenii LegotckoiAug. 4, 2015, 4:08 a.m.

Data Transmission TechnologiesDWDM Technology

dwdm, усилители, CWDM, WDM, волс, HDWDM, мультиплексирование

The technology packed wavelength division multiplexing (Dense Wave Division Multiplexing, DWDM) is designed to create a new generation of optical backbones running at multi-terabit speeds and. Information in fiber-optic communication lines passed at the same time a large number of …

Read
d
  • dsfs
  • April 26, 2024, 2:56 p.m.

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:80points,
  • Rating points4
d
  • dsfs
  • April 26, 2024, 2:45 p.m.

C++ - Test 002. Constants

  • Result:50points,
  • Rating points-4
d
  • dsfs
  • April 26, 2024, 2:35 p.m.

C++ - Test 001. The first program and data types

  • Result:73points,
  • Rating points1
Last comments
k
kmssrFeb. 9, 2024, 5:43 a.m.
Qt Linux - Lesson 001. Autorun Qt application under Linux как сделать автозапуск для флэтпака, который не даёт создавать файлы в ~/.config - вот это вопрос ))
Qt WinAPI - Lesson 007. Working with ICMP Ping in Qt Без строки #include <QRegularExpressionValidator> в заголовочном файле не работает валидатор.
EVA
EVADec. 25, 2023, 9:30 p.m.
Boost - static linking in CMake project under Windows Ошибка LNK1104 часто возникает, когда компоновщик не может найти или открыть файл библиотеки. В вашем случае, это файл libboost_locale-vc142-mt-gd-x64-1_74.lib из библиотеки Boost для C+…
J
JonnyJoDec. 25, 2023, 7:38 p.m.
Boost - static linking in CMake project under Windows Сделал всё по-как у вас, но выдаёт ошибку [build] LINK : fatal error LNK1104: не удается открыть файл "libboost_locale-vc142-mt-gd-x64-1_74.lib" Хоть убей, не могу понять в чём дел…
G
GvozdikDec. 19, 2023, 8:01 a.m.
Qt/C++ - Lesson 056. Connecting the Boost library in Qt for MinGW and MSVC compilers Для решения твой проблемы добавь в файл .pro строчку "LIBS += -lws2_32" она решит проблему , лично мне помогло.
Now discuss on the forum
G
George13May 5, 2024, 2:13 a.m.
добавить qlineseries в функции Всем доброго времени суток! Товарищи, помогите, юному падавану обуздать QChart, уже неделю пытаюсь сам решить проблему, в интернете подходящих статей не нашел:) Проблема в следующем:…
PS
Peter SonMay 4, 2024, 3:57 a.m.
Best Indian Food Restaurant In Cincinnati OH Ready to embark on a gastronomic journey like no other? Join us at App india restaurant and discover why we're renowned as the Best Indian Food Restaurant In Cincinnati OH . Whether y…
Evgenii Legotckoi
Evgenii LegotckoiMay 3, 2024, 12:07 a.m.
Мобильное приложение на C++Qt и бэкенд к нему на Django Rest Framework Добрый день. По моему мнению - да, но то, что будет касаться вызовов к функционалу Андроида, может создать огромные трудности.
IscanderChe
IscanderCheApril 30, 2024, 2:22 p.m.
Во Flask рендер шаблона не передаётся в браузер Доброе утро! Имеется вот такой шаблон: <!doctype html><html> <head> <title>{{ title }}</title> <link rel="stylesheet" href="{{ url_…
G
GarApril 22, 2024, 3:46 p.m.
Clipboard Как скопировать окно целиком в clipb?

Follow us in social networks