summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera2/camerasettings.h
Unidiff
Diffstat (limited to 'noncore/multimedia/camera2/camerasettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/camera2/camerasettings.h59
1 files changed, 59 insertions, 0 deletions
diff --git a/noncore/multimedia/camera2/camerasettings.h b/noncore/multimedia/camera2/camerasettings.h
new file mode 100644
index 0000000..dcc48a0
--- a/dev/null
+++ b/noncore/multimedia/camera2/camerasettings.h
@@ -0,0 +1,59 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'camerasettings.ui'
3**
4** Created: Mon Jul 10 04:21:22 2006
5** by: The User Interface Compiler (uic)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9#ifndef CAMERASETTINGS_H
10#define CAMERASETTINGS_H
11
12#include <qvariant.h>
13#include <qdialog.h>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class LocationCombo;
18class QComboBox;
19class QGroupBox;
20class QLabel;
21class QSlider;
22
23class CameraSettings : public QDialog
24{
25 Q_OBJECT
26
27public:
28 CameraSettings( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29 ~CameraSettings();
30
31 LocationCombo* location;
32 QGroupBox* photo;
33 QLabel* TextLabel1;
34 QComboBox* photo_size;
35 QLabel* TextLabel2;
36 QSlider* photo_quality;
37 QLabel* photo_quality_n;
38 QGroupBox* video;
39 QLabel* TextLabel1_2;
40 QComboBox* video_size;
41 QLabel* TextLabel2_2;
42 QSlider* video_quality;
43 QLabel* video_quality_n;
44 QLabel* TextLabel4;
45 QSlider* video_framerate;
46 QLabel* TextLabel6;
47
48protected:
49 QVBoxLayout* CameraSettingsLayout;
50 QVBoxLayout* photoLayout;
51 QHBoxLayout* Layout1;
52 QHBoxLayout* Layout2;
53 QVBoxLayout* videoLayout;
54 QHBoxLayout* Layout1_2;
55 QHBoxLayout* Layout2_2;
56 QHBoxLayout* Layout6;
57};
58
59#endif // CAMERASETTINGS_H