Commit fb3e2443 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(Settings): add a data title

parent 21e74f27
...@@ -1394,6 +1394,10 @@ your friend&apos;s SIP address or username.</translation> ...@@ -1394,6 +1394,10 @@ your friend&apos;s SIP address or username.</translation>
<source>exitOnCloseLabel</source> <source>exitOnCloseLabel</source>
<translation>Exit app on close window</translation> <translation>Exit app on close window</translation>
</message> </message>
<message>
<source>dataTitle</source>
<translation>UI Data</translation>
</message>
</context> </context>
<context> <context>
<name>SettingsVideo</name> <name>SettingsVideo</name>
......
...@@ -1392,6 +1392,10 @@ Cliquez ici : &lt;a href=&quot;%1&quot;&gt;%1&lt;/a&gt; ...@@ -1392,6 +1392,10 @@ Cliquez ici : &lt;a href=&quot;%1&quot;&gt;%1&lt;/a&gt;
<source>exitOnCloseLabel</source> <source>exitOnCloseLabel</source>
<translation>Quitter à la fermeture de fenêtre</translation> <translation>Quitter à la fermeture de fenêtre</translation>
</message> </message>
<message>
<source>dataTitle</source>
<translation>Données</translation>
</message>
</context> </context>
<context> <context>
<name>SettingsVideo</name> <name>SettingsVideo</name>
......
...@@ -102,6 +102,15 @@ TabContainer { ...@@ -102,6 +102,15 @@ TabContainer {
FormEmptyLine {} FormEmptyLine {}
} }
// -------------------------------------------------------------------------
// Data.
// -------------------------------------------------------------------------
Form {
title: qsTr('dataTitle')
width: parent.width
}
TextButtonB { TextButtonB {
anchors.right: parent.right anchors.right: parent.right
text: qsTr('cleanAvatars') text: qsTr('cleanAvatars')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment