Logo
Explore Help
Register Sign In
mawei/dragonpilot
1
0
Fork 0
You've already forked dragonpilot
mirror of https://github.com/dragonpilot/dragonpilot.git synced 2026-02-24 09:33:54 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
1e3bb5be7ec3cd00a2ff8c8a7bc02b8efbf1cddc
dragonpilot/selfdrive/ui/qt/widgets/scrollview.h

13 lines
226 B
C
Raw Normal View History

Qt scroller class (#20549) * initial commit * class works * cleanup * naming * text window * fixes * alerts are now scrollable * dismiss * fixed placement * realease scrolling * better * better * revert text * naming * parent
2021-04-01 14:03:31 -07:00
#pragma once
#include <QScrollArea>
class ScrollView : public QScrollArea {
Q_OBJECT
public:
explicit ScrollView(QWidget *w = nullptr, QWidget *parent = nullptr);
UI: Reset settings state when hiding panels (#20670) * git stat * first panel and button reset * progress * toggles parent + list * check if label nullptr * style * fixes * fixes * remove line * white space * tabs and spaces
2021-04-13 13:42:13 -07:00
protected:
UI: add missing override identifiers (#21081)
2021-05-30 04:12:11 -04:00
void hideEvent(QHideEvent *e) override;
Qt scroller class (#20549) * initial commit * class works * cleanup * naming * text window * fixes * alerts are now scrollable * dismiss * fixed placement * realease scrolling * better * better * revert text * naming * parent
2021-04-01 14:03:31 -07:00
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 203ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API