Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

Introduction to Qt / QML (Part 44) - QVariant

Автор: KDAB

Загружено: 2020-12-22

Просмотров: 8483

Описание:

The QVariant class is a cornerstone in Qt. It's used in the property system in model/view to exchange data between C++ and QML. But what is a QVariant, exactly?

It's a type-erased container, akin to std::any from the C++ Standard Library; a QVariant is able to store an object of any type (well, almost any type) and it also remembers which type it's stored inside. Let's see how QVariant works in practice in this video.

The example code showcased in this video is available here: https://github.com/KDAB/kdabtv

The video is presented by Jesper Pedersen, who started with Qt back when Qt was widgets only and the version was 1.44, which gives him 21 years of experience with Qt. Since 2000 he has taught almost 100 Qt classes, ranging from Qt Widgets to QML. Heck, Jesper even taught a few classes on QTopia Core — Trolltech's initial attempt at creating a phone stack. Today Jesper holds a fancy business title, but that doesn't prevent him from coding both in his job and in his spare time.

About KDAB:
KDAB offers experienced software experts to help you deliver functional, high-performing, and innovative software across embedded, mobile, and desktop platforms for projects using C++, Qt, QML/Qt Quick, OpenGL, Qt 3D, and more. https://www.kdab.com/software-services

KDAB experts regularly take time out to deliver KDAB’s world class training, in-house or at open enrollment courses around the world. We are the market leaders for training in Qt, OpenGL, and C++.

Contact us to find out more at [email protected] or visit our website: https://www.kdab.com/software-service...

We are about 90 people, located all around the world. Our Head Office is in Sweden and we have other offices in Germany, France, the UK, and the USA. https://www.kdab.com/about/contact/

Introduction to Qt / QML (Part 44) - QVariant

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

array(10) { [0]=> object(stdClass)#4982 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "QzHCXUXvN24" ["related_video_title"]=> string(47) "Introduction to Qt / QML (Part 45) - Properties" ["posted_time"]=> string(21) "4 года назад" ["channelName"]=> string(4) "KDAB" } [1]=> object(stdClass)#4955 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "GgiV6hwl0YY" ["related_video_title"]=> string(36) "Harnessing AI for Project Innovation" ["posted_time"]=> string(22) "22 часа назад" ["channelName"]=> string(8) "nz365guy" } [2]=> object(stdClass)#4980 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "yDbir1zC0wY" ["related_video_title"]=> string(90) "QML - Взаимодействие с кодом C++ (Внедрение объектов)" ["posted_time"]=> string(19) "5 лет назад" ["channelName"]=> string(31) "Лев Алексеевский" } [3]=> object(stdClass)#4987 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "zRF56ivNLEs" ["related_video_title"]=> string(58) "Introduction to Qt/QML (Part 38) - Qt's Meta Object System" ["posted_time"]=> string(21) "4 года назад" ["channelName"]=> string(4) "KDAB" } [4]=> object(stdClass)#4966 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "pxyRbnMikTA" ["related_video_title"]=> string(128) "Петр Толстой ВЫ ЧЁ, ОХАМЕЛИ? Наглый УЛЬТИМАТУМ Баку после рейда на ОПГ!" ["posted_time"]=> string(24) "13 часов назад" ["channelName"]=> string(61) "Последние новости дня на этот час" } [5]=> object(stdClass)#4984 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "nrEdavr-d6c" ["related_video_title"]=> string(117) "Путин на скамье подсудимых / Соловьёв захватывает страны Балтии" ["posted_time"]=> string(24) "10 часов назад" ["channelName"]=> string(12) "NEXTA Moment" } [6]=> object(stdClass)#4979 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "blWdjRUPP6E" ["related_video_title"]=> string(72) "Разведчик о том, как использовать людей" ["posted_time"]=> string(25) "4 недели назад" ["channelName"]=> string(18) "Коллектив" } [7]=> object(stdClass)#4989 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "SglCCdE7pbQ" ["related_video_title"]=> string(155) "Последствия кризиса. Михаил Хазин в авторской программе "Экономика по-русски" 28 06 2025." ["posted_time"]=> string(24) "10 часов назад" ["channelName"]=> string(23) "Михаил Хазин" } [8]=> object(stdClass)#4965 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "p0Ri2tNb-6I" ["related_video_title"]=> string(186) "Человечество навсегда ЗАПЕРТО в Солнечной системе? Астрофизик Борис Штерн раскрыл неприятную правду" ["posted_time"]=> string(21) "1 день назад" ["channelName"]=> string(23) "Глеб Соломин" } [9]=> object(stdClass)#4983 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "-foavG8QZ1o" ["related_video_title"]=> string(76) "Xiaomi YU7. Ночной кошмар для всех автобрендов" ["posted_time"]=> string(24) "13 часов назад" ["channelName"]=> string(27) "Гилевич Сергей" } }
Introduction to Qt / QML (Part 45) - Properties

Introduction to Qt / QML (Part 45) - Properties

Harnessing AI for Project Innovation

Harnessing AI for Project Innovation

QML - Взаимодействие с кодом C++ (Внедрение объектов)

QML - Взаимодействие с кодом C++ (Внедрение объектов)

Introduction to Qt/QML (Part 38) - Qt's Meta Object System

Introduction to Qt/QML (Part 38) - Qt's Meta Object System

Петр Толстой ВЫ ЧЁ, ОХАМЕЛИ? Наглый УЛЬТИМАТУМ Баку после рейда на ОПГ!

Петр Толстой ВЫ ЧЁ, ОХАМЕЛИ? Наглый УЛЬТИМАТУМ Баку после рейда на ОПГ!

Путин на скамье подсудимых / Соловьёв захватывает страны Балтии

Путин на скамье подсудимых / Соловьёв захватывает страны Балтии

Разведчик о том, как использовать людей

Разведчик о том, как использовать людей

Последствия кризиса.  Михаил Хазин в авторской программе

Последствия кризиса. Михаил Хазин в авторской программе "Экономика по-русски" 28 06 2025.

Человечество навсегда ЗАПЕРТО в Солнечной системе? Астрофизик Борис Штерн раскрыл неприятную правду

Человечество навсегда ЗАПЕРТО в Солнечной системе? Астрофизик Борис Штерн раскрыл неприятную правду

Xiaomi YU7. Ночной кошмар для всех автобрендов

Xiaomi YU7. Ночной кошмар для всех автобрендов

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]