summaryrefslogtreecommitdiff
path: root/ui/qt5/netdhcppage.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-07 20:50:13 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-02-07 20:50:13 -0600
commit76a75bb104e9cb8eb36b8c4081aadebad4f75da8 (patch)
treed607eea61d855e88492213ec3f1a9eb376c56b8e /ui/qt5/netdhcppage.hh
parent56486ccb1f25cb7da1bdb7e62ec1f28ed78f0f9d (diff)
downloadhorizon-76a75bb104e9cb8eb36b8c4081aadebad4f75da8.tar.gz
horizon-76a75bb104e9cb8eb36b8c4081aadebad4f75da8.tar.bz2
horizon-76a75bb104e9cb8eb36b8c4081aadebad4f75da8.tar.xz
horizon-76a75bb104e9cb8eb36b8c4081aadebad4f75da8.zip
Qt UI: Factor out steps to StepProgressWidget
Diffstat (limited to 'ui/qt5/netdhcppage.hh')
-rw-r--r--ui/qt5/netdhcppage.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/qt5/netdhcppage.hh b/ui/qt5/netdhcppage.hh
index 792cddd..0d54ba5 100644
--- a/ui/qt5/netdhcppage.hh
+++ b/ui/qt5/netdhcppage.hh
@@ -14,6 +14,7 @@
#define NETDHCPPAGE_HH
#include "horizonwizardpage.hh"
+#include "stepprogresswidget.hh"
#include <QLabel>
#include <QNetworkAccessManager>
@@ -27,10 +28,7 @@ public:
void initializePage();
bool isComplete() const;
private:
- QLabel *addrStatus;
- QLabel *address;
- QLabel *inetStatus;
- QLabel *inet;
+ StepProgressWidget *progress;
QLabel *information;
QPushButton *logButton;