RTL layout support

This commit is contained in:
arm64v8a
2023-01-02 08:49:13 +09:00
parent 78bf639b51
commit 98ce9d64df
9 changed files with 73 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ QString ParseSubInfo(const QString &info) {
GroupItem::GroupItem(QWidget *parent, const QSharedPointer<NekoRay::Group> &ent, QListWidgetItem *item) : QWidget(parent), ui(new Ui::GroupItem) {
ui->setupUi(this);
this->setLayoutDirection(Qt::LeftToRight);
this->ent = ent;
this->item = item;