Mercurial > trustbridge
comparison ui/mainwindow.h @ 956:879a634d0a40
(issue41) Add proxy support
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 27 Aug 2014 16:31:40 +0200 |
parents | 7c89c5dc2200 |
children | db831a204a6b |
comparison
equal
deleted
inserted
replaced
955:0f7aeb12e5e9 | 956:879a634d0a40 |
---|---|
148 | 148 |
149 /** @brief open the manual in an external browser window | 149 /** @brief open the manual in an external browser window |
150 */ | 150 */ |
151 void showHelp(); | 151 void showHelp(); |
152 | 152 |
153 /** @brief open the proxy settings dialog */ | |
154 void showProxySettings(); | |
155 | |
153 protected: | 156 protected: |
154 virtual void closeEvent(QCloseEvent *event); | 157 virtual void closeEvent(QCloseEvent *event); |
155 | 158 |
156 protected slots: | 159 protected slots: |
157 /** @brief cleanup and close the main window | 160 /** @brief cleanup and close the main window |