mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 08:44:15 +02:00
[ui] setting 'info' cursor to form help icons
This commit is contained in:
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
- repositories/AUR search time (=~ -70%)
|
- repositories/AUR search time (=~ -70%)
|
||||||
- Core
|
- Core
|
||||||
- saving settings time (=~ -11%)
|
- saving settings time (=~ -11%)
|
||||||
|
- UI
|
||||||
|
- minor improvements
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- Arch
|
- Arch
|
||||||
|
|||||||
@@ -766,6 +766,7 @@ class FormQt(QGroupBox):
|
|||||||
tip_icon = QLabel()
|
tip_icon = QLabel()
|
||||||
tip_icon.setProperty('tip_icon', 'true')
|
tip_icon.setProperty('tip_icon', 'true')
|
||||||
tip_icon.setToolTip(tip.strip())
|
tip_icon.setToolTip(tip.strip())
|
||||||
|
tip_icon.setCursor(QCursor(Qt.WhatsThisCursor))
|
||||||
return tip_icon
|
return tip_icon
|
||||||
|
|
||||||
def _new_text_input(self, c: TextInputComponent) -> Tuple[QLabel, QLineEdit]:
|
def _new_text_input(self, c: TextInputComponent) -> Tuple[QLabel, QLineEdit]:
|
||||||
|
|||||||
Reference in New Issue
Block a user