МихаилллТам. 14, 2019, 9:11 Т.Ж.
Как в QML обновить календарь?
Добрый день.
Так сделал календарь.
После нажатия на число в календаре, меняется в коде расцветка, в которую должны быть окрашенны делегаты календаря. Но видимая расцветка не меняется, календарь не обновляется. Такое обновление не срабатывает:
mothGrid1.update() model.update()
Скажите пожалуйста, как обновить календарь?
MonthGrid { id: mothGrid1 month: 7//Calendar.December year: 2019 x: 23 y: 154 width: 340 height: 355 //locale: Qt.locale("en_US") delegate: Item { Rectangle{ id: rectangleDelegat anchors.fill: parent //color: AppCore.getVectorDate().includes(model.day + "." + (model.month +1 ) + "." + model.year ) || AppCore.getVectorDate().includes(model.day + "." + 0+(model.month +1 ) + "." + model.year ) ? "gainsboro" : "white" //color: model.date >= Date.fromLocaleString(Qt.locale(), AppCore.getDateOypr1(), "dd.MM.yyyy") && model.date <= Date.fromLocaleString(Qt.locale(), AppCore.getDateOypr2(), "dd.MM.yyyy") ? model.date === Date.fromLocaleString(Qt.locale(), AppCore.getDateOypr1(), "dd.MM.yyyy") /*|| model.date == Date.fromLocaleString(Qt.locale(), AppCore.getDateOypr2(), "dd.MM.yyyy")*/ ? "blue" : "gainsboro" : "white" border.color: "black" border.width: 1 color: AppCore.getColorRectangleCalendar(Qt.formatDate(model.date,"dd.MM.yyyy")) } Text { id: textDelegat //color: AppCore.getVectorDate().includes(model.day + "." + (model.month +1 ) + "." + model.year ) || AppCore.getVectorDate().includes(model.day + "." + 0+(model.month +1 ) + "." + model.year ) ? "black" : "gainsboro" color: AppCore.getColorTextCalendar(Qt.formatDate(model.date,"dd.MM.yyyy")) anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter text: model.day font.weight: Font.ExtraLight } MouseArea{ anchors.fill: parent onClicked: { rectangleDelegat.color = "blue" textDelegat.color = "white" //console.log(model.day + "." + (model.month +1 ) + "." + model.year ) //console.log(numberEnterDate) numberEnterDate++ if(numberEnterDate === 1 && model.model.month < 10) {AppCore.setDateOypr1(model.day + "." + 0 + (model.month +1 ) + "." + model.year )} if(numberEnterDate === 1 && model.model.month >= 10) {AppCore.setDateOypr1(model.day + "." + (model.month +1 ) + "." + model.year )} if(numberEnterDate >= 2 && model.model.month < 10) { if(date >= Date.fromLocaleString(Qt.locale(), AppCore.getDateOypr1(), "dd.MM.yyyy")){ AppCore.setDateOypr2(model.day + "." + 0 + (model.month +1 ) + "." + model.year ) } else{ AppCore.date2RavnoDate1() AppCore.setDateOypr1(model.day + "." + 0 + (model.month +1 ) + "." + model.year ) } loader.source = "FirstWindow.qml" } if(numberEnterDate >= 2 && model.model.month >= 10) { if(date >= Date.fromLocaleString(Qt.locale(), AppCore.getDateOypr1(), "dd.MM.yyyy")){ AppCore.setDateOypr2(model.day + "." + (model.month +1 ) + "." + model.year ) } else{ AppCore.date2RavnoDate1() AppCore.setDateOypr1(model.day + "." + (model.month +1 ) + "." + model.year ) } loader.source = "FirstWindow.qml" } mothGrid1.update() model.update() } } } }
Рекомендуем хостинг TIMEWEB
Стабильный хостинг, на котором располагается социальная сеть EVILEG. Для проектов на Django рекомендуем VDS хостинг.Ол саған ұнайды ма? Әлеуметтік желілерде бөлісіңіз!
Пікірлер
OI
- Ora Iro
- Жел. 24, 2024, 6:38 Т.Ж.
C++ - Тест 001. Первая программа и типы данных
- Нәтиже:40ұпай,
- Бағалау ұпайлары-8
AD
- Akiv Doros
- Қар. 11, 2024, 2:58 Т.Қ.
C++ - Тест 004. Указатели, Массивы и Циклы
- Нәтиже:50ұпай,
- Бағалау ұпайлары-4
m
- molni99
- Қаз. 26, 2024, 1:37 Т.Ж.
C++ - Тест 004. Указатели, Массивы и Циклы
- Нәтиже:80ұпай,
- Бағалау ұпайлары4
Соңғы пікірлер
ИМ
Django - Оқулық 017. Теңшелген Django кіру беті Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Игорь МаксимовҚар. 22, 2024, 11:51 Т.Ж.
Evgenii LegotckoiҚаз. 31, 2024, 2:37 Т.Қ.
Qt Creator көмегімен fb3 файл оқу құралы Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Django - Сабақ 064. Python Markdown кеңейтімін қалай жазуға болады Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
Игорь МаксимовҚаз. 5, 2024, 7:51 Т.Ж.
QML - Сабақ 016. SQLite деректер қоры және онымен QML Qt-та жұмыс істеу Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Енді форумда талқылаңыз
Нужно запретить перемещение только некоторых итемов, остальные перемещать можно. Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…
AW
Why Paying for a Research Paper Can Be a Smart Choice Writing a research paper can be a daunting task, especially when faced with tight deadlines, complex topics, or a lack of resources. For many students, paying for a research paper is a practical…
Ayden WatkinsҚаң. 2, 2025, 12:09 Т.Ж.
p
Finding the Right Rittal Small Enclosure for Your Needs Rittal is a leading manufacturer of enclosures for industrial and IT applications. Their small enclosures offer a compact and reliable solution for a wide range of needs, from housing electronic…
pimacontrols85Жел. 31, 2024, 9:39 Т.Ж.
Donald RandolphЖел. 30, 2024, 2:59 Т.Ж.
Nirvana Yoga SchoolЖел. 30, 2024, 5:13 Т.Ж.
Смог сделать только преходом на месяц туда и обратно
вот тут
у вас модель не явно задана, я пока не пойму как перерисовать ее
если бы я из плюсов делал(через qmlRegisterType) , было бы что то вроде
Плюсы и qml отличаются, с++ логичней