Logo
Explore Help
Register Sign In
sadmen
/
jyoung
mirror of https://github.com/jyoung8607/openpilot.git
1
0
Fork
You've already forked jyoung
0
Code Issues Packages Projects Releases Wiki Activity
open source driving agent
9565 Commits
105 Branches
34 Tags
1.6 GiB
Tree: 572a221a86
jyoung/selfdrive/ui/qt/widgets/wifi.h

24 lines
385 B
Raw Normal View History Unescape Escape

UI: connect to wifi prompt (#28273) * OffroadHome: move experimental mode button to right column * OffroadHome: replace DriveStats with PrimeAd when no prime * SetupWidget: remove PrimeAd * SetupWidget: tweaks to fit smaller space * UI: add WiFiPromptWidget * WiFiPrompt: update using network type * add WiFiPromptWidget to offroad home * reduce spacing to fit vertical space * WiFiPromptWidget: open Wi-Fi settings * no longer necessary * cleanup * shrink PrimeUser widget and increase Setup Wi-Fi font size * correctly resize widget when stack index changes * layout tweaks * debug * spacing * slightly improved style * helps -> help * .
2 years ago
#pragma once
#include <QFrame>
#include <QStackedLayout>
#include <QWidget>
#include "selfdrive/ui/ui.h"
class WiFiPromptWidget : public QFrame {
Q_OBJECT
public:
explicit WiFiPromptWidget(QWidget* parent = 0);
signals:
void openSettings(int index = 0, const QString &param = "");
public slots:
void updateState(const UIState &s);
protected:
QStackedLayout *stack;
};
Powered by Gitea Version: 1.17.1 Page: 52ms Template : 3ms
English
Bahasa Indonesia Deutsch English Español Français Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Српски Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Website