mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 20:06:12 +00:00
Make plugins path selectable and bold (#1422)
This commit is contained in:
parent
b701d5a9ad
commit
158ed7a656
@ -21,8 +21,9 @@ PluginsOptionsWidget::PluginsOptionsWidget(PreferencesDialog *dialog)
|
||||
setLayout(layout);
|
||||
|
||||
auto dirLabel = new QLabel(this);
|
||||
dirLabel->setTextInteractionFlags(Qt::TextSelectableByMouse);
|
||||
layout->addWidget(dirLabel);
|
||||
dirLabel->setText(tr("Plugins are loaded from %1").arg(Plugins()->getPluginsDirectory()));
|
||||
dirLabel->setText(tr("Plugins are loaded from <b>%1</b>").arg(Plugins()->getPluginsDirectory()));
|
||||
|
||||
auto treeWidget = new QTreeWidget(this);
|
||||
layout->addWidget(treeWidget);
|
||||
@ -53,4 +54,4 @@ PluginsOptionsWidget::PluginsOptionsWidget(PreferencesDialog *dialog)
|
||||
});
|
||||
}
|
||||
|
||||
PluginsOptionsWidget::~PluginsOptionsWidget() {}
|
||||
PluginsOptionsWidget::~PluginsOptionsWidget() {}
|
||||
|
Loading…
Reference in New Issue
Block a user