mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #1 from zetok/rm-bloat
Remove redundancy from settings tabs
This commit is contained in:
commit
e7603c724c
|
@ -19,7 +19,7 @@
|
||||||
#include "ui_avsettings.h"
|
#include "ui_avsettings.h"
|
||||||
|
|
||||||
AVForm::AVForm() :
|
AVForm::AVForm() :
|
||||||
GenericForm(tr("Audio/Video settings"), QPixmap(":/img/settings/av.png"))
|
GenericForm(tr("Audio/Video"), QPixmap(":/img/settings/av.png"))
|
||||||
{
|
{
|
||||||
bodyUI = new Ui::AVSettings;
|
bodyUI = new Ui::AVSettings;
|
||||||
bodyUI->setupUi(this);
|
bodyUI->setupUi(this);
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#include <QStyleFactory>
|
#include <QStyleFactory>
|
||||||
|
|
||||||
GeneralForm::GeneralForm(SettingsWidget *myParent) :
|
GeneralForm::GeneralForm(SettingsWidget *myParent) :
|
||||||
GenericForm(tr("General Settings"), QPixmap(":/img/settings/general.png"))
|
GenericForm(tr("General"), QPixmap(":/img/settings/general.png"))
|
||||||
{
|
{
|
||||||
parent = myParent;
|
parent = myParent;
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
|
||||||
IdentityForm::IdentityForm() :
|
IdentityForm::IdentityForm() :
|
||||||
GenericForm(tr("Your identity"), QPixmap(":/img/settings/identity.png"))
|
GenericForm(tr("Identity"), QPixmap(":/img/settings/identity.png"))
|
||||||
{
|
{
|
||||||
bodyUI = new Ui::IdentitySettings;
|
bodyUI = new Ui::IdentitySettings;
|
||||||
bodyUI->setupUi(this);
|
bodyUI->setupUi(this);
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
#include "src/widget/form/settingswidget.h"
|
#include "src/widget/form/settingswidget.h"
|
||||||
|
|
||||||
PrivacyForm::PrivacyForm() :
|
PrivacyForm::PrivacyForm() :
|
||||||
GenericForm(tr("Privacy settings"), QPixmap(":/img/settings/privacy.png"))
|
GenericForm(tr("Privacy"), QPixmap(":/img/settings/privacy.png"))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user