mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Improve AdvancedSettings::addRow()
1. Add context to connect(). 2. Use QLabel in the left table cell, this allows using rich text formatting, such as HTML links.
This commit is contained in:
parent
ccd8f3e0f1
commit
f9e10616d0
2 changed files with 12 additions and 13 deletions
|
@ -56,7 +56,7 @@ private slots:
|
|||
|
||||
private:
|
||||
void loadAdvancedSettings();
|
||||
template <typename T> void addRow(int row, const QString &rowText, T *widget);
|
||||
template <typename T> void addRow(int row, const QString &text, T *widget);
|
||||
|
||||
QLabel labelQbtLink, labelLibtorrentLink;
|
||||
QSpinBox spinBoxAsyncIOThreads, spinBoxCheckingMemUsage, spinBoxCache, spinBoxSaveResumeDataInterval, spinBoxOutgoingPortsMin, spinBoxOutgoingPortsMax, spinBoxListRefresh, spinBoxMaxHalfOpen,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue