added functioning input change and read
This commit is contained in:
12
mainwindow.h
12
mainwindow.h
@@ -22,9 +22,15 @@ public:
|
||||
private slots:
|
||||
void on_btn_onoff_clicked();
|
||||
void replyFinished(QNetworkReply *reply);
|
||||
void on_txt_address_textEdited(const QString &arg1);
|
||||
|
||||
void on_txt_address_textEdited(const QString &arg1);
|
||||
void on_dial_valueChanged(int value);
|
||||
void on_btn_hdmi1_clicked();
|
||||
void on_btn_hdmi2_clicked();
|
||||
void on_btn_hdmi3_clicked();
|
||||
void on_btn_spotify_clicked();
|
||||
void on_btn_airplay_clicked();
|
||||
void on_btn_audioin_clicked();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
@@ -33,8 +39,8 @@ private:
|
||||
QTimer mTimer;
|
||||
bool mPowered = false;
|
||||
int mVolume = 0;
|
||||
const int WAITTIME = 300;
|
||||
|
||||
QString mInput;
|
||||
const int WAITTIME = 400;
|
||||
|
||||
void sendCommand(QString cmd);
|
||||
void updateUi();
|
||||
|
||||
Reference in New Issue
Block a user