summaryrefslogtreecommitdiffstats
path: root/src/ndgui.h
diff options
context:
space:
mode:
authorNiklas2011-10-27 23:12:30 +0200
committerNiklas2011-10-27 23:12:30 +0200
commitb92a0317173140f4765cbc7708121add810b54cb (patch)
tree86c61cf7bf53d2720af4758910c303bdcf82687c /src/ndgui.h
parentdisabled right click context menu, changed dialog button size (see css), chan... (diff)
downloadfbgui-b92a0317173140f4765cbc7708121add810b54cb.tar.gz
fbgui-b92a0317173140f4765cbc7708121add810b54cb.tar.xz
fbgui-b92a0317173140f4765cbc7708121add810b54cb.zip
changed the tryout, also some big changes in program flow. there is now userchoice page anymore. also it is now possible to press the user choice button f5 all the time.
Diffstat (limited to 'src/ndgui.h')
-rw-r--r--src/ndgui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ndgui.h b/src/ndgui.h
index 69a9f83..b6c23a6 100644
--- a/src/ndgui.h
+++ b/src/ndgui.h
@@ -34,11 +34,11 @@ public slots:
void restartSystem();
void shutDownSystem();
- void continueBoot(QString ifName, int userChoice);
+ void continueBoot(QString ifName);
void tryAgain();
- void prepareNetworkDiscover();
+ void startSingleShot();
void startNetworkDiscovery();
/*test for html gui version*/
@@ -72,7 +72,7 @@ private:
QAction * _allowUserChoice;
- NetworkDiscovery networkDiscovery;
+ NetworkDiscovery* _networkDiscovery;
QList<QString> _ifNameList; // maps interfaceName to its gateway
@@ -88,7 +88,7 @@ private:
// triggers toggleDebugConsole()
QAction* _toggleDebugConsole;
-
+ void init();
void setupLayout();
void createDebugConsole();
void toggleDebugConsole();