mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
make QComboBox ss_encryptionMethod editable
This commit is contained in:
parent
6cab561332
commit
2befe9eb20
@ -23,7 +23,7 @@ void ShadowsocksOutboundEditor::on_ss_passwordTxt_textEdited(const QString &arg1
|
||||
shadowsocks.password = arg1;
|
||||
}
|
||||
|
||||
void ShadowsocksOutboundEditor::on_ss_encryptionMethod_currentIndexChanged(const QString &arg1)
|
||||
void ShadowsocksOutboundEditor::on_ss_encryptionMethod_currentTextChanged(const QString &arg1)
|
||||
{
|
||||
PLUGIN_EDITOR_LOADING_GUARD
|
||||
shadowsocks.method = arg1;
|
||||
|
@ -47,7 +47,7 @@ class ShadowsocksOutboundEditor
|
||||
void changeEvent(QEvent *e) override;
|
||||
|
||||
private slots:
|
||||
void on_ss_encryptionMethod_currentIndexChanged(const QString &arg1);
|
||||
void on_ss_encryptionMethod_currentTextChanged(const QString &arg1);
|
||||
void on_ss_passwordTxt_textEdited(const QString &arg1);
|
||||
|
||||
private:
|
||||
|
@ -43,6 +43,9 @@
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string notr="true">none</string>
|
||||
|
Loading…
Reference in New Issue
Block a user