feat(Settings): add a data title

This commit is contained in:
Ronan Abhamon 2017-08-04 13:33:26 +02:00
parent 21e74f2734
commit fb3e244370
3 changed files with 17 additions and 0 deletions

View file

@ -1394,6 +1394,10 @@ your friend&apos;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>

View file

@ -1392,6 +1392,10 @@ Cliquez ici : &lt;a href=&quot;%1&quot;&gt;%1&lt;/a&gt;
<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>

View file

@ -102,6 +102,15 @@ TabContainer {
FormEmptyLine {}
}
// -------------------------------------------------------------------------
// Data.
// -------------------------------------------------------------------------
Form {
title: qsTr('dataTitle')
width: parent.width
}
TextButtonB {
anchors.right: parent.right
text: qsTr('cleanAvatars')