• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

温度+USBカメラ画像 ロガー


File Info

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

Content

#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