UIfy ChoicePage.

This commit is contained in:
Teo Mrnjavac 2015-09-30 17:24:37 +02:00
parent e58fe43a03
commit 201cba6c77
4 changed files with 73 additions and 31 deletions

View file

@ -19,6 +19,8 @@
#ifndef CHOICEPAGE_H
#define CHOICEPAGE_H
#include "ui_ChoicePage.h"
#include <QWidget>
#include "core/OsproberEntry.h"
@ -31,7 +33,7 @@ class QListView;
class PartitionCoreModule;
class ChoicePage : public QWidget
class ChoicePage : public QWidget, private Ui::ChoicePage
{
Q_OBJECT
public:
@ -62,11 +64,7 @@ private:
bool m_nextEnabled;
PartitionCoreModule* m_core;
QBoxLayout* m_itemsLayout;
QLabel* m_messageLabel;
QListView* m_drivesView;
QWidget* m_previewFrame;
QMutex m_previewsMutex;
Choice m_choice;