mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
RTL layout support
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
ProxyItem::ProxyItem(QWidget *parent, const QSharedPointer<NekoRay::ProxyEntity> &ent, QListWidgetItem *item)
|
||||
: QWidget(parent), ui(new Ui::ProxyItem) {
|
||||
ui->setupUi(this);
|
||||
this->setLayoutDirection(Qt::LeftToRight);
|
||||
|
||||
this->item = item;
|
||||
this->ent = ent;
|
||||
if (ent == nullptr) return;
|
||||
|
||||
Reference in New Issue
Block a user