view ui/listupdatedialog.h @ 80:01286d0872ca

Add some UI in listupdatedialog
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 19 Mar 2014 16:36:34 +0000
parents f22a99f7cb69
children 1f27d6db5ee3
line wrap: on
line source
#ifndef LISTUPDATEDIALOG_H
#define LISTUPDATEDIALOG_H

#include "certificatelist.h"
#include <QDialog>
/**
 * @file listupdatedialog.h
 * @brief The dialog for certificate selection.
 */

class ListUpdateDialog : public QDialog
{
public:
    /** @brief Create a list update dialog for the listToInstall */
    ListUpdateDialog(QDialog *parent, const CertificateList &listToInstall);

private:
    CertificateList mCertificateList;
    void setupGUI();
};

#endif // LISTUPDATEDIALOG_H

http://wald.intevation.org/projects/trustbridge/