mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-19 20:48:09 +00:00
feat(Settings): add a data title
This commit is contained in:
parent
21e74f2734
commit
fb3e244370
3 changed files with 17 additions and 0 deletions
|
|
@ -1394,6 +1394,10 @@ your friend's SIP address or username.</translation>
|
|||
<source>exitOnCloseLabel</source>
|
||||
<translation>Exit app on close window</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>dataTitle</source>
|
||||
<translation>UI Data</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsVideo</name>
|
||||
|
|
|
|||
|
|
@ -1392,6 +1392,10 @@ Cliquez ici : <a href="%1">%1</a>
|
|||
<source>exitOnCloseLabel</source>
|
||||
<translation>Quitter à la fermeture de fenêtre</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>dataTitle</source>
|
||||
<translation>Données</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsVideo</name>
|
||||
|
|
|
|||
|
|
@ -102,6 +102,15 @@ TabContainer {
|
|||
FormEmptyLine {}
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Data.
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
Form {
|
||||
title: qsTr('dataTitle')
|
||||
width: parent.width
|
||||
}
|
||||
|
||||
TextButtonB {
|
||||
anchors.right: parent.right
|
||||
text: qsTr('cleanAvatars')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue