mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow the user to specify a fixed port number in the runtime to aid cookie whitelisting etc. Fixes #3506
This commit is contained in:
@@ -27,16 +27,21 @@ public:
|
||||
~ConfigWindow();
|
||||
|
||||
QString getBrowserCommand();
|
||||
bool getFixedPort();
|
||||
int getPortNumber();
|
||||
QString getPythonPath();
|
||||
QString getApplicationPath();
|
||||
|
||||
void setBrowserCommand(QString command);
|
||||
void setFixedPort(bool fixedPort);
|
||||
void setPortNumber(int port);
|
||||
void setPythonPath(QString path);
|
||||
void setApplicationPath(QString path);
|
||||
|
||||
private slots:
|
||||
void on_buttonBox_accepted();
|
||||
void on_buttonBox_rejected();
|
||||
void on_chkFixedPort_stateChanged(int state);
|
||||
|
||||
private:
|
||||
Ui::ConfigWindow *ui;
|
||||
|
||||
Reference in New Issue
Block a user