NText: add elide (ltr & rtl)

This commit is contained in:
Ly-sec
2025-09-22 23:20:59 +02:00
parent 490200b3b8
commit 4c9d40865f
+3
View File
@@ -1,4 +1,5 @@
import QtQuick
import QtQuick.Layouts
import qs.Commons
import qs.Services
import qs.Widgets
@@ -14,4 +15,6 @@ Text {
color: Color.mOnSurface
renderType: Text.QtRendering
verticalAlignment: Text.AlignVCenter
elide: Text.ElideRight
wrapMode: Text.NoWrap
}