forked from qt-creator/qt-creator
RemoteLinux: Make paths in run config labels selectable.
Change-Id: I19859300c8c070d6088010199d0271f2feac20cc Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -55,6 +55,9 @@ public:
|
|||||||
RemoteLinuxRunConfigurationWidgetPrivate(RemoteLinuxRunConfiguration *runConfig)
|
RemoteLinuxRunConfigurationWidgetPrivate(RemoteLinuxRunConfiguration *runConfig)
|
||||||
: runConfiguration(runConfig), ignoreChange(false)
|
: runConfiguration(runConfig), ignoreChange(false)
|
||||||
{
|
{
|
||||||
|
const auto selectable = Qt::TextSelectableByKeyboard | Qt::TextSelectableByMouse;
|
||||||
|
localExecutableLabel.setTextInteractionFlags(selectable);
|
||||||
|
remoteExecutableLabel.setTextInteractionFlags(selectable);
|
||||||
}
|
}
|
||||||
|
|
||||||
RemoteLinuxRunConfiguration * const runConfiguration;
|
RemoteLinuxRunConfiguration * const runConfiguration;
|
||||||
|
Reference in New Issue
Block a user