From: Mjolnir Date: Fri, 4 Sep 2015 08:41:10 +0000 (+0200) Subject: Gesture Output X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=cfea2ed24a18bc9754df74a7d35d17f467c62023;p=livingdesktop.git Gesture Output --- diff --git a/LivingDemos/GestureOutput.cpp b/LivingDemos/GestureOutput.cpp new file mode 100644 index 0000000..59d33fd --- /dev/null +++ b/LivingDemos/GestureOutput.cpp @@ -0,0 +1,14 @@ +#include "GestureOutput.h" +#include "ui_gestureoutput.h" + +GestureOutput::GestureOutput(QWidget *parent) : + QDialog(parent), + ui(new Ui::GestureOutput) +{ + ui->setupUi(this); +} + +GestureOutput::~GestureOutput() +{ + delete ui; +} diff --git a/LivingDemos/GestureOutput.h b/LivingDemos/GestureOutput.h new file mode 100644 index 0000000..ce6f181 --- /dev/null +++ b/LivingDemos/GestureOutput.h @@ -0,0 +1,22 @@ +#ifndef GESTUREOUTPUT_H +#define GESTUREOUTPUT_H + +#include + +namespace Ui { + class GestureOutput; +} + +class GestureOutput : public QDialog +{ + Q_OBJECT + + public: + explicit GestureOutput(QWidget *parent = 0); + ~GestureOutput(); + + private: + Ui::GestureOutput *ui; +}; + +#endif // GESTUREOUTPUT_H diff --git a/LivingDemos/gestureoutput.ui b/LivingDemos/gestureoutput.ui new file mode 100644 index 0000000..575b262 --- /dev/null +++ b/LivingDemos/gestureoutput.ui @@ -0,0 +1,71 @@ + + + + + GestureOutput + + + + 0 + 0 + 400 + 300 + + + + Dialog + + + + + 30 + 240 + 341 + 32 + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + buttonBox + accepted() + GestureOutput + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + GestureOutput + reject() + + + 316 + 260 + + + 286 + 274 + + + + +