remove mute/volume from header
This commit is contained in:
parent
f92bd9b3f7
commit
da5c247339
@ -93,7 +93,6 @@ signals:
|
|||||||
void openWifiDialog();
|
void openWifiDialog();
|
||||||
void openUpdateDialog();
|
void openUpdateDialog();
|
||||||
void showBrightnessSlider();
|
void showBrightnessSlider();
|
||||||
void showVolumeSlider();
|
|
||||||
void showAlphaSlider();
|
void showAlphaSlider();
|
||||||
void showRearCam();
|
void showRearCam();
|
||||||
void hideRearCam();
|
void hideRearCam();
|
||||||
@ -103,14 +102,11 @@ signals:
|
|||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void on_horizontalSliderBrightness_valueChanged(int value);
|
void on_horizontalSliderBrightness_valueChanged(int value);
|
||||||
void on_horizontalSliderVolume_valueChanged(int value);
|
|
||||||
void updateAlpha();
|
void updateAlpha();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void on_pushButtonBrightness_clicked();
|
void on_pushButtonBrightness_clicked();
|
||||||
void on_pushButtonBrightness2_clicked();
|
void on_pushButtonBrightness2_clicked();
|
||||||
void on_pushButtonVolume_clicked();
|
|
||||||
void on_pushButtonVolume2_clicked();
|
|
||||||
void switchGuiToDay();
|
void switchGuiToDay();
|
||||||
void switchGuiToNight();
|
void switchGuiToNight();
|
||||||
void showTime();
|
void showTime();
|
||||||
@ -119,10 +115,7 @@ private slots:
|
|||||||
void toggleExit();
|
void toggleExit();
|
||||||
void createDebuglog();
|
void createDebuglog();
|
||||||
void setPairable();
|
void setPairable();
|
||||||
void toggleMuteButton();
|
|
||||||
void toggleGUI();
|
void toggleGUI();
|
||||||
void setMute();
|
|
||||||
void setUnMute();
|
|
||||||
void customButtonPressed1();
|
void customButtonPressed1();
|
||||||
void customButtonPressed2();
|
void customButtonPressed2();
|
||||||
void customButtonPressed3();
|
void customButtonPressed3();
|
||||||
@ -134,7 +127,6 @@ private slots:
|
|||||||
void updateBG();
|
void updateBG();
|
||||||
|
|
||||||
void on_horizontalSliderProgressPlayer_sliderMoved(int position);
|
void on_horizontalSliderProgressPlayer_sliderMoved(int position);
|
||||||
void on_horizontalSliderVolumePlayer_sliderMoved(int position);
|
|
||||||
void on_pushButtonList_clicked();
|
void on_pushButtonList_clicked();
|
||||||
void on_pushButtonPlayerStop_clicked();
|
void on_pushButtonPlayerStop_clicked();
|
||||||
void on_pushButtonPlayerPause_clicked();
|
void on_pushButtonPlayerPause_clicked();
|
||||||
@ -175,7 +167,6 @@ private:
|
|||||||
QFile *brightnessFile;
|
QFile *brightnessFile;
|
||||||
QFile *brightnessFileAlt;
|
QFile *brightnessFileAlt;
|
||||||
char brightness_str[6];
|
char brightness_str[6];
|
||||||
char volume_str[6];
|
|
||||||
int alpha_current_str;
|
int alpha_current_str;
|
||||||
QString bversion;
|
QString bversion;
|
||||||
QString bdate;
|
QString bdate;
|
||||||
@ -243,7 +234,6 @@ private:
|
|||||||
|
|
||||||
bool bluetoothEnabled = false;
|
bool bluetoothEnabled = false;
|
||||||
|
|
||||||
bool toggleMute = false;
|
|
||||||
bool oldGUIStyle = false;
|
bool oldGUIStyle = false;
|
||||||
bool UseBigClock = false;
|
bool UseBigClock = false;
|
||||||
bool NoClock = false;
|
bool NoClock = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user