Aun así, Sailfish OS soporta el uso de #Waydroid que es un emulador android, así que puedes instalar cualquier app.

Llevo un par de días usándolo y me ha gustado bastante.

El desarrollo de apps es algo sencillo. Interfaces basadas en #QT por lo que puedes programar en #qml, #python y #cplusplus (C++).

Делаем свой QML-компонент для Lottie-анимаций с помощью rlottie

В современном UI помимо удобства есть еще свистелки и гуделки, чтобы зацепить взгляд пользователя. И, зачастую, такой свистелкой являются анимации: нажал кнопку, а у тебя вокруг спец-эффекты, поставил палец вверх, а он красиво подпрыгнул, и так далее. Большинство таких анимаций, которые вы видите в приложениях практически каждый день, сделаны с помощью Lottie. Например, тут, в Telegram, часть анимированных стикеров и эмодзи сделаны как раз с помощью Lottie. Почему именно Lottie? Lottie — это JSON-based формат векторной анимации, поэтому он легковесный, легко масштабируется, не требует видеокодеков, хорошо выглядит на экранах с разным DPI.

https://habr.com/ru/articles/1049098/

#lottie #lottiefiles #qt #qml #c++

Делаем свой QML-компонент для Lottie-анимаций с помощью rlottie

В современном UI помимо удобства есть еще свистелки и гуделки, чтобы зацепить взгляд пользователя. И, зачастую, такой свистелкой являются анимации: нажал кнопку, а у тебя вокруг спец-эффекты, поставил...

Хабр
What anyone so kindly explained what a .qml file does because a friend of mine is jumping into Linux to rice it to be a persona theam. I don't get any of it and I'm helping them out and a lot of it is done through .qml files if anyone could help me out figure out what it does or what's going on it would be very much appreciated. Please boost if you don't know so someone who does know we'll see
#boost #hyperland #qml

Kubuntu 26.04 lockscreen how can I make the login UI visible by default? #kubuntu #lockscreen #plasma #qml

https://askubuntu.com/q/1567703/612

Kubuntu 26.04 lockscreen how can I make the login UI visible by default?

Is it possble to make the login UI visible by default when I click Menu>Lock instead of having to shake my mouse?....For now When I click lock, I only see the background till I shake my mouse Fo...

Ask Ubuntu
🌘 QQuickItem 需要多久才會變得可見?在 Qt Quick 中測量幀延遲
➤ 揭開 Qt Quick 渲染延遲的面紗:精確量化你的組件顯示時效
https://www.kdab.com/how-long-does-it-take-for-an-item-to-become-visible/
在 Qt Quick 應用開發中,組件的顯示延遲往往會被使用者誤解為「掉幀」。本文作者 Javier Cordero 探討瞭如何精確測量從組件載入到實際渲染至屏幕上的時間。透過自定義 `QQuickItem` 並結合 `ensurePolished` 與 `QQuickWindow::afterFrameEnd` 信號,開發者可以過濾掉不必要的幹擾幀,從而精準捕捉組件首次顯示的瞬間。此外,利用顯示器的刷新率將時間轉換為幀數,能為效能調校提供更具體的數據支持,幫助開發者優化 UI 的響應速度。
+ 非常實用的技巧!以前總是憑感覺判斷 UI 是否卡頓,透過這種方式將延遲「幀數化」後,調校起來更有據可依。
+ 為了確保 `visibl
#C++ #效能優化 #QML #Qt #UI 開發
How Long Does It Take for a QQuickItem to Become Visible? Measuring Frame Delays in Qt Quick | KDAB

Learn how to measure when a QQuickItem actually appears on screen in Qt Quick. This article shows a C++ technique to detect late-rendered components, quantify perceived frame drops, and analyze scene graph timing using the Qt rendering lifecycle.

KDAB

Qt Quick doesn't technically drop frames - but it can render them later than expected. This blog covers a practical C++ technique to measure when a QQuickItem actually becomes visible and quantify delays using the Qt scene graph lifecycle.

https://www.kdab.com/how-long-does-it-take-for-an-item-to-become-visible/

#QtDev #QML #CPlusPlus #Performance #Profiling

🚀 KDAB’s May 2026 newsletter is out!

This month’s highlights include:
@oxidize in Berlin - the applied Rust conference
• A 3-part interview with Nicolai Josuttis on the evolution of #Cpp
• A new approach to singleton controllers in declarative #QML
• Practical #CLion tips for Qt developers #QtDev
• Upcoming training courses and industry events

🔗 https://www.kdab.com/newsletter/may-2026-newsletter-oxidize-2026-c-interview-with-nicolai-josuttis-qml-singleton-controllers-clion-tips-training-events-more/

May 2026 Newsletter: Oxidize 2026, C++ Interview with Nicolai Josuttis, QML Singleton Controllers, CLion Tips, Training, Events & More | KDAB

KDAB

Struggling with #QML performance, hard-to-reproduce bugs, or profiling bottlenecks on Linux? KDAB has upcoming training courses covering advanced QML architecture and C++/Qt #debugging and #profiling on #Linux.

Training schedule: https://training.kdab.com/scheduled-training/

#QtDev #CPlusPlus

Why the fuck is darkgray lighter than gray in qml ? Is it a JS thing ??

#qml #js #APIBullshit