Custom QML Component - Drop Button

preview_player
Показать описание
Just a simple component made with QML. Find the file at:

The code on the video is:
DropItem {
id: drop
height: width
peekText: "click Me!"
}

you also need to download the component (from the rep above) and add it to your QML project.
Рекомендации по теме
Комментарии
Автор

sorry why you didnt explean the code or just show it totaly

MrAbderrahmane