Как изменить положение кнопок (всплытие на верх) при их наложении друг на друга со смещением
Здравствуйте. Я являюсь новичком в изучении языка QML. Прошу подробно разъяснить как изменить положение каждой кнопки относительно друг-друга (их всплытие с низу на верх) при их наложении друг на друга со смещением, когда наводим курсор мыши на кнопку? В случаях когда кнопки просто создаются
import QtQuick 2.14 import QtQuick.Controls 2.14 ApplicationWindow { id: window visible: true width: 640 height: 480 title: qsTr("Camera") Rectangle { x: 0 y: 0 width: parent.width height: parent.height Button{ text: "Button 1"; x:130; y: 88} Button{ text: "Button 2"; x: 186;y: 111} Button{ text: "Button 3"; x: 230;y: 129} } }
И когда распологаем кнопки из ObjectModel в ListView где делегат не нужно использовать.
"Файл Model.qml соодержащий ObjectModel" import QtQuick 2.0 import QtQml.Models 2.12 ObjectModel { id : objModel My_Button{id: but; text:"Button"; x:50; y: 50} My_Button{id: but_2; text:"Button"; color:"red"; x:95; y: 70} My_Button{id: but_3; text:"Button"; color:"grey"; x:140; y: 90} }
"Файл main.qml" import QtQuick 2.14 import QtQuick.Controls 2.14 ApplicationWindow { id: window visible: true width: 640 height: 480 title: qsTr("Camera") Rectangle { x: 0 y: 0 width: parent.width height: parent.height ListView { id: view anchors.margins: 10 anchors.fill: parent spacing: -20 focus: true model: Model{} } } }
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.Do you like it? Share on social networks!
AD
- Akiv Doros
- Nov. 12, 2024, 1:58 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
m
- molni99
- Oct. 26, 2024, 11:37 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
m
- molni99
- Oct. 26, 2024, 11:29 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10
Last comments
ИМ
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Игорь МаксимовNov. 22, 2024, 10:51 p.m.
Evgenii LegotckoiNov. 1, 2024, 12:37 a.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
Игорь МаксимовOct. 5, 2024, 5:51 p.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
Mosquito Spray System Effective Mosquito Systems for Backyard | Eco-Friendly Misting Control Device & Repellent Spray - Moogo ; Upgrade your backyard with our mosquito-repellent device! Our misters conce…
Evgenii LegotckoiJune 25, 2024, 1:11 a.m.
t
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
tonypeachey1Nov. 15, 2024, 5:04 p.m.
NSProjectJune 4, 2022, 1:49 p.m.
IscanderCheNov. 1, 2024, 1:43 a.m.
Ты имеешь ввиду z-index?
В QML задается просто как z: n