温度+USBカメラ画像 ロガー
Rev. | 7552607fc8c340fdbea904251c98120b675fe012 |
---|---|
Größe | 591 Bytes |
Zeit | 2013-03-16 13:03:43 |
Autor | alucky4416 |
Log Message | CHG: overlay text Timestamp and Tempr, Humid to SaveImage
|
#ifndef LOGSTARTDIALOG_H
#define LOGSTARTDIALOG_H
#include <QDialog>
namespace Ui {
class LogStartDialog;
}
class LogStartDialog : public QDialog
{
Q_OBJECT
public:
explicit LogStartDialog(QString path, QWidget *parent = 0);
~LogStartDialog();
QString getLogSaveFolderPath();
private slots:
void on_pushButton_Select_clicked();
void on_buttonBox_accepted();
void on_lineEdit_logpath_textChanged(const QString &arg1);
private:
Ui::LogStartDialog *ui;
QString LogSaveFolderPath;
};
#endif // LOGSTARTDIALOG_H