FeedReader: Reworked proxy setting

This commit is contained in:
thunder2 2025-07-13 19:28:56 +02:00 committed by Thunder
parent 1094e3e651
commit c8cea52b39
3 changed files with 117 additions and 8 deletions

View file

@ -24,8 +24,17 @@ public:
Q_SIGNALS:
void changed();
private Q_SLOTS:
void addressChanged(const QString &value);
private:
void connectUi(bool doConnect);
void splitAddress(const QString &value, int &schemeIndex, QString &host);
private:
Ui::ProxyWidget *ui;
QMetaObject::Connection mAddressConnection;
QMetaObject::Connection mSchemeConnection;
};
#endif // PROXYWIDGET_H