mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 10:46:51 -07:00
Add Regist with Np-AccountId (Fix #51)
This commit is contained in:
parent
4361ba4583
commit
b5ce69cb43
6 changed files with 101 additions and 23 deletions
|
@ -30,6 +30,7 @@ class QLineEdit;
|
|||
class QPlainTextEdit;
|
||||
class QDialogButtonBox;
|
||||
class QCheckBox;
|
||||
class QRadioButton;
|
||||
|
||||
class RegistDialog : public QDialog
|
||||
{
|
||||
|
@ -40,7 +41,10 @@ class RegistDialog : public QDialog
|
|||
|
||||
QLineEdit *host_edit;
|
||||
QCheckBox *broadcast_check_box;
|
||||
QLineEdit *psn_id_edit;
|
||||
QRadioButton *psn_online_id_radio_button;
|
||||
QLineEdit *psn_online_id_edit;
|
||||
QRadioButton *psn_account_id_radio_button;
|
||||
QLineEdit *psn_account_id_edit;
|
||||
QLineEdit *pin_edit;
|
||||
QDialogButtonBox *button_box;
|
||||
QPushButton *register_button;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue