mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 05:23:12 -07:00
Support Broadcast in Regist
This commit is contained in:
parent
cda4d1cefc
commit
cbf51a7f82
6 changed files with 109 additions and 46 deletions
|
@ -29,6 +29,7 @@ class Settings;
|
|||
class QLineEdit;
|
||||
class QPlainTextEdit;
|
||||
class QDialogButtonBox;
|
||||
class QCheckBox;
|
||||
|
||||
class RegistDialog : public QDialog
|
||||
{
|
||||
|
@ -38,6 +39,7 @@ class RegistDialog : public QDialog
|
|||
Settings *settings;
|
||||
|
||||
QLineEdit *host_edit;
|
||||
QCheckBox *broadcast_check_box;
|
||||
QLineEdit *psn_id_edit;
|
||||
QLineEdit *pin_edit;
|
||||
QDialogButtonBox *button_box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue