diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 14:10:50 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 14:10:50 -0500 |
| commit | 70e66802a2d46a1ffdac7528b134c9d7741a8797 (patch) | |
| tree | 800e8f695d1ec4d3a8fe3ed312e5e00ae14df875 /src/settingsdialog.ui | |
| parent | 892a19bfc613bbc6d157eced8356314026febbac (diff) | |
changed labels that have links to new LinkLabel, removed hardcoded colors
changed the link colors on dark themes to something saner
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index e63ca692..c5a1d2ef 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -1410,7 +1410,7 @@ programs you are intentionally running.</string> </spacer> </item> <item row="2" column="0"> - <widget class="QLabel" name="diagnosticsExplainedLabel"> + <widget class="LinkLabel" name="diagnosticsExplainedLabel"> <property name="toolTip"> <string>Hint: right click link and copy link location</string> </property> @@ -1535,6 +1535,11 @@ programs you are intentionally running.</string> <extends>QTableWidget</extends> <header>colortable.h</header> </customwidget> + <customwidget> + <class>LinkLabel</class> + <extends>QLabel</extends> + <header location="global">linklabel.h</header> + </customwidget> </customwidgets> <tabstops> <tabstop>tabWidget</tabstop> |
