diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-07 20:50:13 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-02-07 20:50:13 -0600 |
commit | 76a75bb104e9cb8eb36b8c4081aadebad4f75da8 (patch) | |
tree | d607eea61d855e88492213ec3f1a9eb376c56b8e /ui/qt5/netdhcppage.hh | |
parent | 56486ccb1f25cb7da1bdb7e62ec1f28ed78f0f9d (diff) | |
download | horizon-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.hh | 6 |
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; |