mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
qt ui - status commands are now pushbuttons with no handlers
This commit is contained in:
parent
856dda68db
commit
db0e02c05d
7 changed files with 130 additions and 13 deletions
|
@ -309,7 +309,7 @@ public:
|
|||
namespace Ui {
|
||||
class MainWindow;
|
||||
class StatusButtonsForm;
|
||||
class StatusHtmlPaneForm;
|
||||
class routerCommandsWidget;
|
||||
}
|
||||
|
||||
using namespace i2p::client;
|
||||
|
@ -388,12 +388,17 @@ private:
|
|||
|
||||
Ui::MainWindow* ui;
|
||||
Ui::StatusButtonsForm* statusButtonsUI;
|
||||
Ui::routerCommandsWidget* routerCommandsUI;
|
||||
|
||||
TextBrowserTweaked1 * textBrowser;
|
||||
QWidget * routerCommandsParent;
|
||||
|
||||
i2p::qt::Controller* i2pController;
|
||||
|
||||
protected:
|
||||
|
||||
void updateRouterCommandsButtons();
|
||||
|
||||
#ifndef ANDROID
|
||||
void closeEvent(QCloseEvent *event);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue