|
|
@ -21,8 +21,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "PackageModel.h"
|
|
|
|
#include "PackageModel.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "locale/TranslatableConfiguration.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <QAbstractItemModel>
|
|
|
|
#include <QAbstractItemModel>
|
|
|
|
#include <QWidget>
|
|
|
|
#include <QWidget>
|
|
|
|
|
|
|
|
|
|
|
@ -40,8 +38,7 @@ public:
|
|
|
|
void setModel( QAbstractItemModel* model );
|
|
|
|
void setModel( QAbstractItemModel* model );
|
|
|
|
|
|
|
|
|
|
|
|
/// @brief Sets the introductory (no-package-selected) texts
|
|
|
|
/// @brief Sets the introductory (no-package-selected) texts
|
|
|
|
void setIntroduction( const CalamaresUtils::Locale::TranslatedString& name,
|
|
|
|
void setIntroduction( const PackageItem& item );
|
|
|
|
const CalamaresUtils::Locale::TranslatedString& description );
|
|
|
|
|
|
|
|
/// @brief Is anything selected?
|
|
|
|
/// @brief Is anything selected?
|
|
|
|
bool hasSelection() const;
|
|
|
|
bool hasSelection() const;
|
|
|
|
/** @brief Get the list of selected ids
|
|
|
|
/** @brief Get the list of selected ids
|
|
|
|