1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Added missing qt_fa.qm Qt translation file.

This commit is contained in:
nowrep 2012-09-09 18:03:04 +02:00
parent b984d66fcc
commit 98bdacc296
2 changed files with 4 additions and 10 deletions

BIN
bin/locale/qt_fa.qm Normal file

Binary file not shown.

View File

@ -28,16 +28,10 @@ MouseGesturesSettingsDialog::MouseGesturesSettingsDialog(QWidget* parent)
ui->setupUi(this);
if (QApplication::isRightToLeft()) {
ui->label_5->setPixmap(QPixmap(QString::fromUtf8(":/mousegestures/data/right.gif")));
ui->label_6->setPixmap(QPixmap(QString::fromUtf8(":/mousegestures/data/left.gif")));
ui->label_18->setPixmap(QPixmap(QString::fromUtf8(":/mousegestures/data/up-right.gif")));
ui->label_20->setPixmap(QPixmap(QString::fromUtf8(":/mousegestures/data/up-left.gif")));
}
else {
ui->label_5->setPixmap(QPixmap(QString::fromUtf8(":/mousegestures/data/left.gif")));
ui->label_6->setPixmap(QPixmap(QString::fromUtf8(":/mousegestures/data/right.gif")));
ui->label_18->setPixmap(QPixmap(QString::fromUtf8(":/mousegestures/data/up-left.gif")));
ui->label_20->setPixmap(QPixmap(QString::fromUtf8(":/mousegestures/data/up-right.gif")));
ui->label_5->setPixmap(QPixmap(":/mousegestures/data/right.gif"));
ui->label_6->setPixmap(QPixmap(":/mousegestures/data/left.gif"));
ui->label_18->setPixmap(QPixmap(":/mousegestures/data/up-right.gif"));
ui->label_20->setPixmap(QPixmap(":/mousegestures/data/up-left.gif"));
}
setAttribute(Qt::WA_DeleteOnClose);