summaryrefslogtreecommitdiffstats
path: root/oldsrc/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'oldsrc/widget.h')
-rw-r--r--oldsrc/widget.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/oldsrc/widget.h b/oldsrc/widget.h
new file mode 100644
index 0000000..fc8570a
--- /dev/null
+++ b/oldsrc/widget.h
@@ -0,0 +1,31 @@
+#ifndef WIDGET_H
+#define WIDGET_H
+
+#include <QWidget>
+#include <QtGui>
+
+#include <X11/Xlib.h>
+#include <X11/extensions/Xrandr.h>
+
+namespace Ui {
+class Widget;
+}
+
+class Widget : public QWidget
+{
+ Q_OBJECT
+
+public:
+ explicit Widget(QWidget *parent = 0);
+ ~Widget();
+
+private:
+
+ Ui::Widget * ui;
+
+ void configureWidgetForBeamerWithEDID();
+ void configureWidgetForBeamerWithOUTEDID();
+
+};
+
+#endif // WIDGET_H