Add radio buttons to switch between Direct and Indirect Mode (#822)

This commit is contained in:
WaluigiWare64
2020-11-22 14:31:29 +00:00
committed by GitHub
parent a1cf1967ac
commit f11d53c69c
3 changed files with 86 additions and 62 deletions

View File

@ -55,7 +55,8 @@ public:
private slots:
void done(int r);
void on_cbDirectMode_stateChanged(int state);
void on_rbDirectMode_clicked();
void on_rbIndirectMode_clicked();
void on_cbxDirectAdapter_currentIndexChanged(int sel);
private: