forked from qt-creator/qt-creator
Plugins: And more Store and Key
After this one, is compiles with the opt-in macro. Not changed yet, though. Change-Id: I29a66ecb5daa71d0d97566b81fd9f47d92f6368a Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -283,7 +283,7 @@ void GenericLinuxDeviceConfigurationWidget::initGui()
|
||||
m_portsWarningLabel->setToolTip(QLatin1String("<font color=\"red\">")
|
||||
+ Tr::tr("You will need at least one port.") + QLatin1String("</font>"));
|
||||
m_keyFileLineEdit->setExpectedKind(PathChooser::File);
|
||||
m_keyFileLineEdit->setHistoryCompleter(QLatin1String("Ssh.KeyFile.History"));
|
||||
m_keyFileLineEdit->setHistoryCompleter("Ssh.KeyFile.History");
|
||||
m_keyFileLineEdit->lineEdit()->setMinimumWidth(0);
|
||||
QRegularExpressionValidator * const portsValidator
|
||||
= new QRegularExpressionValidator(QRegularExpression(PortList::regularExpression()), this);
|
||||
|
||||
Reference in New Issue
Block a user