45 #include <QListWidget> 
   46 #include <QListWidgetItem> 
   47 #include <QProgressBar> 
   48 #include <QPushButton> 
   95   bool generatePackage();
 
   98   void exitSetupAssistant();
 
  101   void changeActionDesc(
int id);
 
  104   void changeCheckedState(QListWidgetItem* item);
 
  107   void setCheckSelected(
bool checked);
 
  110   void onPackagePathChanged(
const QString& path);
 
  120   unsigned int action_num_;
 
  123   bool has_generated_pkg_;
 
  133   bool checkDependencies();
 
  136   void updateProgress();
 
  139   bool noGroupsEmpty();
 
Contains all of the non-GUI code necessary for doing one "screen" worth of setup.