mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-21 04:16: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);
|
setLayout(layout);
|
||||||
|
|
||||||
auto dirLabel = new QLabel(this);
|
auto dirLabel = new QLabel(this);
|
||||||
|
dirLabel->setTextInteractionFlags(Qt::TextSelectableByMouse);
|
||||||
layout->addWidget(dirLabel);
|
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);
|
auto treeWidget = new QTreeWidget(this);
|
||||||
layout->addWidget(treeWidget);
|
layout->addWidget(treeWidget);
|
||||||
|
Loading…
Reference in New Issue
Block a user