OpenCores
URL https://opencores.org/ocsvn/bw_tiff_compression/bw_tiff_compression/trunk

Subversion Repositories bw_tiff_compression

[/] [bw_tiff_compression/] [trunk/] [client_application/] [src/] [GUI/] [PortSelectionDialog.h] - Rev 16

Compare with Previous | Blame | View Log

/*
 * @file     PortSelectionDialog.h
 * @date     May 14, 2012
 * @author   Aart Mulder
 */
 
#ifndef PORTSELECTIONDIALOG_H
#define PORTSELECTIONDIALOG_H
 
#include <QDialog>
 
namespace Ui {
    class CPortSelectionDialog;
}
 
class CPortSelectionDialog : public QDialog
{
    Q_OBJECT
 
public:
    explicit CPortSelectionDialog(QWidget *parent = 0);
    ~CPortSelectionDialog();
	void UpdateList(QList<QString> sPortNames);
	QString GetPortname();
    quint32 GetBaudrate();
 
private:
    Ui::CPortSelectionDialog *ui;
};
 
#endif // PORTSELECTIONDIALOG_H
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.