Add a button to open the config file in a text editor

This commit is contained in:
Eric Shaw Jr
2017-02-28 12:13:34 -05:00
parent a230b05887
commit 9ab9e7d1b3
5 changed files with 102 additions and 32 deletions

View File

@@ -47,6 +47,7 @@ private Q_SLOTS:
/* set OK button state (enabled / disabled) */
void setOkButtonState(bool fState);
void on_resetButton_clicked();
void on_openBitcoinConfButton_clicked();
void on_okButton_clicked();
void on_cancelButton_clicked();