diff options
| author | Adrien Tétar | 2015-10-21 12:31:58 +0200 |
|---|---|---|
| committer | Adrien Tétar | 2015-10-21 12:31:58 +0200 |
| commit | f2a901bfdf1355277af349865b0ee8333407fc59 (patch) | |
| tree | d84d22027f0c258567556d8d9b744dd0f309166b /Lib/defconQt/fontView.py | |
| parent | 7282ab52d852815c77c6f54791aea14e2ea3e456 (diff) | |
| download | trufont-f2a901bfdf1355277af349865b0ee8333407fc59.tar.bz2 | |
fontView: sort tooltip
Diffstat (limited to 'Lib/defconQt/fontView.py')
| -rw-r--r-- | Lib/defconQt/fontView.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py index 286450e..4b45ae0 100644 --- a/Lib/defconQt/fontView.py +++ b/Lib/defconQt/fontView.py @@ -468,6 +468,9 @@ class SortDialog(QDialog): self.setWindowTitle("Sort…") self.smartSortBox = QRadioButton("Smart sort", self) + self.smartSortBox.setToolTip("A combination of simple, complex and " + "custom sorts that give optimized " + "ordering results.") self.glyphSetBox = QRadioButton("Glyph set", self) self.glyphSetBox.toggled.connect(self.glyphSetToggle) self.glyphSetDrop = QComboBox(self) |
